<div align="center">
# Bootleg
Bootleg is a simple cli tool to copy to the clipboard.
[](https://github.com/hadronomy/bootleg/blob/main/LICENSE)

</div>
## Installation
```bash
cargo install bootleg --locked
```
## Usage
Copy written text to the clipboard.
```bash
bootleg "Hello, World!"
```
Copy output of a command to the clipboard.
```bash
Copy the content of a file to the clipboard.
```bash
## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) for details.