Crates.io | bootleg |
lib.rs | bootleg |
version | 0.1.12 |
source | src |
created_at | 2024-04-24 16:17:43.156411 |
updated_at | 2024-11-04 03:17:52.729959 |
description | A simple cli tool to copy to the clipboard |
homepage | |
repository | https://github.com/hadronomy/bootleg |
max_upload_size | |
id | 1218933 |
size | 280,511 |
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.