| Crates.io | bootleg |
| lib.rs | bootleg |
| version | 0.2.0 |
| created_at | 2024-04-24 16:17:43.156411+00 |
| updated_at | 2025-03-06 22:35:27.861574+00 |
| description | A simple cli tool to copy to the clipboard |
| homepage | |
| repository | https://github.com/hadronomy/bootleg |
| max_upload_size | |
| id | 1218933 |
| size | 313,931 |

Its recommended to install the tool using cargo-binstall, a cargo plugin that installs binaries from crates.io.
cargo binstall bootleg --locked
Alternatively, you can install the tool using cargo.
cargo install bootleg
Or with the installation script.
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/hadronomy/bootleg/releases/latest/download/bootleg-installer.sh | sh
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.