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.
cargo install --git https://github.com/libnudget/clipbCopy one or more paths:
clipb copy src/main.rs
clipb copy "$PWD/src"~/.config/zed/settings.jsonPrint the current clipboard:
clipb pasteClear the clipboard:
clipb clearcargo fmt --check
cargo clippy --all-targets -- -D warnings
cargo testMIT