Skip to content

bitmaskit/ddp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ddp - Duplicate Line Remover

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.

🚀 Installation

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.

🛠 Features

  • 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.

🔧 Configuration

ddp requires no additional configuration and works out-of-the-box after installation.

💻 Development

To contribute to ddp, clone the repository and make your changes:

git clone https://github.com/your-repo/ddp.git
cd ddp
cargo build

🤝 Contributing

Contributions, issues, and feature requests are welcome! Feel free to check the issues page.

📝 License

ddp is licensed under the BSD 3-Clause License. See the LICENSE file in the project repository for more details.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages