Skip to content

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

License

Notifications You must be signed in to change notification settings

hadronomy/bootleg

Repository files navigation

GitHub Header Image Content License Stars

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

InstallationUsageLicense

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.

About

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

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages