Crates.io | cliperge |
lib.rs | cliperge |
version | 0.2.0 |
source | src |
created_at | 2024-07-11 08:17:21.56118 |
updated_at | 2024-11-11 05:53:40.125902 |
description | A CLI tool to combine the contents of multiple files and copy to the clipboard |
homepage | |
repository | https://github.com/mei28/cliperge |
max_upload_size | |
id | 1299289 |
size | 12,949 |
📋 Cliperge is a CLI tool to combine the contents of multiple files and copy them to the clipboard.
To install Cliperge, you'll need to have Rust and Cargo installed. Then you can build and install the tool from source:
cargo install cliperge
or
git clone https://github.com/mei28/cliperge.git
cd cliperge
cargo install --path .
cliperge [-f | -r] <file1> <file2> ...
-f: Use full file paths
-r: Use relative paths
Default: Use file names
cliperge -f file1.txt file2.txt
cliperge -r file1.txt file2.txt
cliperge file1.txt file2.txt
Contributions are welcome! Please open an issue or submit a pull request.
This project is licensed under the MIT License. See the LICENSE file for details.