12 releases

0.1.14 Jan 20, 2025
0.1.13 Dec 28, 2024
0.1.12 Nov 4, 2024
0.1.11 Oct 20, 2024
0.1.4 Apr 24, 2024

#2555 in Command line utilities

Download history 58/week @ 2024-10-22 117/week @ 2024-10-29 86/week @ 2024-11-05 4/week @ 2024-11-12 4/week @ 2024-11-19 16/week @ 2024-11-26 1/week @ 2024-12-03 5/week @ 2024-12-10 115/week @ 2024-12-24 5/week @ 2024-12-31 4/week @ 2025-01-07 19/week @ 2025-01-14 93/week @ 2025-01-21 1/week @ 2025-01-28 18/week @ 2025-02-04

132 downloads per month

MIT license

210KB
314 lines

GitHub Header Image Content License Stars

A simple cli tool to copy everything directly from the terminal.

InstallationUsageLicense

program example

Installation

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

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

~33–48MB
~827K SLoC