Skip to content

Repository files navigation

clipb

Release

A lightweight clipboard utility for developers.

clipb copies file paths to the system clipboard without leaving your terminal. It prints the copied paths back to stdout so you can chain it into other commands, and it handles spaces, symlinks, and relative paths correctly.

Installation

cargo install --git https://github.com/libnudget/clipb

Usage

Copy one or more paths:

clipb copy src/main.rs
clipb copy "$PWD/src"~/.config/zed/settings.json

Print the current clipboard:

clipb paste

Clear the clipboard:

clipb clear

Development

cargo fmt --check
cargo clippy --all-targets -- -D warnings
cargo test

License

MIT

About

A lightweight clipboard utility for developers.

Topics

Resources

Contributing

Security policy

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages