https://github.com/sahib/rmlint
Extremely fast tool to remove duplicates and other lint from your filesystem
https://github.com/sahib/rmlint
c deduplication duplicates fdupes filesystem lint python
Last synced: 4 days ago
JSON representation
Extremely fast tool to remove duplicates and other lint from your filesystem
- Host: GitHub
- URL: https://github.com/sahib/rmlint
- Owner: sahib
- License: gpl-3.0
- Created: 2010-09-27T15:57:42.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2025-03-25T10:09:17.000Z (20 days ago)
- Last Synced: 2025-04-03T01:59:52.243Z (12 days ago)
- Topics: c, deduplication, duplicates, fdupes, filesystem, lint, python
- Language: C
- Homepage: http://rmlint.rtfd.org
- Size: 12.3 MB
- Stars: 2,062
- Watchers: 41
- Forks: 135
- Open Issues: 104
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGELOG.md
- License: COPYING
Awesome Lists containing this project
- fucking-Awesome-Linux-Software - ![Open-Source Software - rmlint finds space waste and other broken things on your filesystem and offers to remove it. (Applications / Utilities)
- awesome-starred - rmlint - Extremely fast tool to remove duplicates and other lint from your filesystem (C)
- links - rmlint
- Awesome-Linux-Software - ![Open-Source Software - rmlint finds space waste and other broken things on your filesystem and offers to remove it. (Applications / Utilities)
- awesomeness - rmlint - Find space waste and broken things on your filesystem. (🛠️ Productivity / ☸️ Kubernetes)
README
.. image:: https://raw.githubusercontent.com/sahib/rmlint/develop/docs/_static/logo.png
:align: center`rmlint` finds space waste and other broken things on your filesystem and
offers to remove it... image:: https://img.shields.io/github/v/release/sahib/rmlint?include_prereleases&display_name=release
:target: https://github.com/sahib/rmlint/releases.. image:: https://github.com/sahib/rmlint/actions/workflows/build-and-test.yml/badge.svg
:target: https://github.com/sahib/rmlint/actions.. image:: https://readthedocs.org/projects/rmlint/badge/?version=latest
:target: http://rmlint.rtfd.org.. image:: https://img.shields.io/github/issues/sahib/rmlint.svg?style=flat
:target: https://github.com/sahib/rmlint/issues.. image:: https://img.shields.io/github/commit-activity/m/sahib/rmlint
:target: https://github.com/sahib/rmlint/commits/master/.. image:: http://img.shields.io/badge/license-GPLv3-4AC51C.svg?style=flat
:target: https://www.gnu.org/licenses/quick-guide-gplv3.html.en**Features:**
Finds…
- …Duplicate Files and duplicate directories.
- …Nonstripped binaries (i.e. binaries with debug symbols)
- …Broken symbolic links.
- …Empty files and directories.
- …Files with broken user or/and group ID.**Differences to other duplicate finders:**
- Extremely fast (no exaggeration, we promise!)
- Paranoia mode for those who do not trust hashsums.
- Many output formats.
- No interactivity.
- Search for files only newer than a certain ``mtime``.
- Many ways to handle duplicates.
- Caching and replaying.
- `BTRFS` support.
- ...It runs and compiles under most Unices, including Linux, FreeBSD, Darwin and Solaris.
The main target is Linux though, some optimisations might not be available
elsewhere... image:: https://raw.githubusercontent.com/sahib/rmlint/develop/docs/_static/screenshot.png
:align: centerINSTALLATION
------------Chances are that you might have `rmlint` already as readily made package in
your favourite distribution. If not, you might consider
`compiling it from source `_... image:: https://repology.org/badge/vertical-allrepos/rmlint.svg?columns=5
:align: center
:target: https://repology.org/project/rmlint/versionsDOCUMENTATION
-------------Detailed documentation is available on:
http://rmlint.rtfd.org
Most features you'll ever need are covered in the tutorial:
http://rmlint.rtfd.org/en/latest/tutorial.html
An online version of the manpage is available at:
http://rmlint.rtfd.org/en/latest/rmlint.1.html
BUGS
----If you found bugs, having trouble running `rmlint` or want to suggest new
features please `read this `_.Also read the `BUGS `_ section of the `manpage `_
to find out how to provide good debug information.AUTHORS
-------Here's a list of developers to blame:
=================== ============================== =========
*Christopher Pahl* https://github.com/sahib 2010-2017
*Daniel Thomas* https://github.com/SeeSpotRun 2014-2021
*Cebtenzzre* https://github.com/Cebtenzzre 2021-2023
=================== ============================== =========There are some other people that helped us of course.
Please see the AUTHORS distributed along `rmlint`.LICENSE
-------`rmlint` is licensed under the conditions of the
`GPLv3 `_.
See the
`COPYING `
file distributed along the source for details.