6 releases
0.1.5 | Nov 3, 2024 |
---|---|
0.1.4 | Nov 2, 2024 |
0.1.2 | Aug 6, 2024 |
0.1.1 | May 24, 2024 |
#437 in Command line utilities
88 downloads per month
12KB
131 lines
ClipCat
A fast and simple CLI tool to copy multiple files with a single command.
Why this tool?
The reason for this tool is to make it easier to copy a large amount of your source code or text files to the clipboard. This can be useful when you want to give your LLM some context on what you are asking about.
Usage
Give it a directory and it will copy all the contents of the files in that directory and subdirectories that have a valid UTF-8 encoding to the clipboard.
clipcat path/to/directory
Installation
You can either download a pre-built binary or install the tool using Cargo.
Install using Cargo
If you have Rust installed, you can build the tool from source using Cargo.
cargo install clipcat
Pre-built binaries
You can visit the releases page to download the latest binary for your platform.
Building from source
If you want to build the tool from source, you can do so using Cargo.
git clone https://github.com/dcodesdev/clipcat
cd clipcat
cargo build --release
License
This project is licensed under the MIT License - see the LICENSE file for details.
Dependencies
~13–20MB
~121K SLoC