Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

dupesearch

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dupesearch

Remove duplicate files quickly with a simple command line tool

  • 0.1.13
  • PyPI
  • Socket score

Maintainers
1

dupesearch

A fast and simple command line tool written in rust and python for finding duplicate files.

Should I use it?

Probably not, this is still a WIP, it's quite messy, I haven't tested most of it, and was my first time using Rust so I probably did some dodgy stuff.

How do I use it?

  1. Install the dupesearch package from pip using your preferred command.
  2. Run python -m dupesearch -i and follow the instructions.

Contributions

To set up locally:

  1. Clone the repository with git clone https://github.com/wookie184/dupesearch.git
  2. cd into the repository with cd dupesearch
  3. Create and activate a venv, and make sure to point your editor to the executable if necessary.
  4. Install the dev requirements with pip install -r requirements-dev.txt
  5. Install the pre-commit hooks with pre-commit install
  6. Install the rust crate as a module with maturin develop --release
  7. Finally, run the project with python -m dupesearch

If you'd like to make a contribution, feel free to and i'll try to merge it in. If it's not a tiny change please create an issue first, at least to ensure that i'm still active and able to review the changes.

Any issues suggesting improvements are also welcome, although this was just done as a practice project to get started with rust and packaging python projects, so I may not implement every suggestion.

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc