1 2 3 4 5 6 7 8 9 10 11
# introduction A simple command line tool to copy text to clipboard and manage a clipboard stack. # Installation Enable `xclip` feature to copy to clipboard: `cargo install clipse --features xclip` Otherwise it will just print the text to stdout.