#clipboard #cli-tool #copy #text

app bootleg

A simple cli tool to copy to the clipboard

5 releases

new 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

#582 in Command line utilities

Download history 2/week @ 2024-02-26 17/week @ 2024-04-01 510/week @ 2024-04-22

527 downloads per month

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

~12–26MB
~391K SLoC