ddp
is a command-line utility written in Rust that efficiently removes duplicate lines from a specified file. It's designed to be fast, lightweight, and easy to use.
To install ddp
, you'll need to clone the repository and build the project manually. Make sure you have Rust and Cargo installed on your system. Follow these steps:
Clone the Repository:
Open a terminal and run the following command to clone the ddp
repository:
git clone https://github.com/your-username/ddp.git
cd ddp
cargo build --release
Now ddp
is ready to use! Just type ddp filename.txt
in your terminal to remove duplicate lines from a file.
- Fast Processing: Optimized in Rust for quick execution.
- In-Place Editing: Directly modifies the file, avoiding the creation of additional files.
- Ease of Use: Simple and straightforward CLI interface.
ddp
requires no additional configuration and works out-of-the-box after installation.
To contribute to ddp, clone the repository and make your changes:
git clone https://github.com/your-repo/ddp.git
cd ddp
cargo build
Contributions, issues, and feature requests are welcome! Feel free to check the issues page.
ddp is licensed under the BSD 3-Clause License. See the LICENSE file in the project repository for more details.