| Crates.io | clipse |
| lib.rs | clipse |
| version | 1.2.2 |
| created_at | 2023-11-15 05:04:34.431512+00 |
| updated_at | 2024-02-05 16:41:03.805753+00 |
| description | a cli clipboard manager for linux |
| homepage | |
| repository | https://github.com/frroossst/clipse-rs |
| max_upload_size | |
| id | 1036148 |
| size | 33,184 |
A simple command line tool to copy text to clipboard and manage a clipboard stack.
Enable xclip feature to copy to clipboard:
cargo install clipse --features xclip
Otherwise it will just print the text to stdout.
To copy, clipse -c
To add to stack, clipse -a <text>
Once in the stack, press dd to delete, hjkl to navigate, and q to quit.
If the program is exited abruptly, the terminal might not be restored to its original state.