https://github.com/extratone/dupes
A command line application to search for and eliminate duplicate files.
https://github.com/extratone/dupes
Last synced: 4 months ago
JSON representation
A command line application to search for and eliminate duplicate files.
- Host: GitHub
- URL: https://github.com/extratone/dupes
- Owner: extratone
- Created: 2024-11-03T05:03:57.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-03T05:46:42.000Z (over 1 year ago)
- Last Synced: 2026-01-27T15:21:55.492Z (4 months ago)
- Language: Python
- Size: 13.7 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dupes
A command line application to search for and eliminate duplicate files.
## man
```
.TH DUPES 1 "11-03-2024" "dupes 0.1.0"
.SH NAME
dupes \- Find and delete duplicate files
.SH SYNOPSIS
dupes [OPTIONS]
.SH DESCRIPTION
dupes is a command-line tool that recursively searches the current
directory for duplicate files and offers to delete them.
.SH OPTIONS
.TP
\fB--show-all\fR
Show all duplicates in a single response.
.TP
\fB--created\fR
Offer to delete only the latest created files.
.SH AUTHOR
David Blue
```