#clipboard #cli-tool #copy #text

app bootleg

A simple cli tool to copy to the clipboard

5 releases

0.1.4 Apr 24, 2024
0.1.3 Apr 24, 2024
0.1.2 Apr 24, 2024
0.1.1 Apr 24, 2024
0.1.0 Apr 24, 2024

#867 in Command line utilities

MIT license

69KB
128 lines

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.

Dependencies

~13–26MB
~392K SLoC