dude VS lsdup

Compare dude vs lsdup and see what are their differences.

dude

Duplicates Detector is a cross-platform GUI utility for finding duplicate files, allowing you to delete or link them to save space. Duplicate files are displayed and processed on two synchronized panels for efficient and convenient operation. (by PJDude)

lsdup

List duplicate files and directories, then optionally take action on them, all from a commandline. (by redsaz)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
dude lsdup
1 1
55 5
- -
8.7 10.0
7 days ago almost 2 years ago
Python Rust
MIT License Apache License 2.0
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

dude

Posts with mentions or reviews of dude. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-11-02.

lsdup

Posts with mentions or reviews of lsdup. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-11-02.
  • fdupes: Identify or Delete Duplicate Files
    13 projects | news.ycombinator.com | 2 Nov 2023
    Writing a program like this is one of the first exercises I give myself when learning a new programming language, because it touches a little bit of everything (reading files, output, CLI, using libraries, hashmaps, functions, loops, conditionals, etc) and isn't too onerous to implement.

    My latest (it's a few years old at this point) is lsdup (rust version) using blake3 for hashing the content: https://github.com/redsaz/lsdup/

    All it does is list the groups of duplicate files, grouped by hash, groups ordered by size. I'll usually pipe the output to a file, then do whatever I want to the list, and run a different script to process the resulting list. It works fine enough.

What are some alternatives?

When comparing dude and lsdup you can also consider the following projects:

kindfs - Index filesystem into a database, then easily make queries e.g. to find duplicates files/dirs, or mount the index with FUSE.

fclones - Efficient Duplicate File Finder

Git - Git Source Code Mirror - This is a publish-only repository but pull requests can be turned into patches to the mailing list via GitGitGadget (https://gitgitgadget.github.io/). Please follow Documentation/SubmittingPatches procedure for any of your improvements.

fdupes - FDUPES is a program for identifying or deleting duplicate files residing within specified directories.

czkawka - Multi functional app to find duplicates, empty folders, similar images etc.

jdupes - A powerful duplicate file finder and an enhanced fork of 'fdupes'.

duff - Command-line utility for finding duplicate files

duperemove - Tools for deduping file systems