bootleg

Crates.iobootleg
lib.rsbootleg
version0.1.4
sourcesrc
created_at2024-04-24 16:17:43.156411
updated_at2024-04-24 20:07:08.392463
descriptionA simple cli tool to copy to the clipboard
homepage
repositoryhttps://github.com/hadronomy/bootleg
max_upload_size
id1218933
size118,882
Pablo Hernández (Hadronomy)

documentation

README

Bootleg

Bootleg is a simple cli tool to copy to the clipboard.

License

the help flag output

Installation

cargo install bootleg --locked

Usage

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

License

This project is licensed under the MIT License - see the LICENSE for details.

Commit count: 25

cargo fmt