cargo install bootleg --locked
Copy written text to the clipboard.
bootleg "Hello, World!"
Copy output of a command to the clipboard.
echo "Hello, World!" | bootleg
Copy the content of a file to the clipboard.
cat file.txt | bootleg
This project is licensed under the MIT License - see the LICENSE for details.