https://github.com/dahead/dupefiles2
DUPEFILES2 helps you find duplicates files on your systems.
https://github.com/dahead/dupefiles2
cli csharp dotnet-core duplicate-detection linux spectre-console
Last synced: 13 days ago
JSON representation
DUPEFILES2 helps you find duplicates files on your systems.
- Host: GitHub
- URL: https://github.com/dahead/dupefiles2
- Owner: dahead
- Created: 2021-08-30T12:59:16.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-09-06T21:17:28.000Z (over 4 years ago)
- Last Synced: 2025-01-19T10:42:25.560Z (12 months ago)
- Topics: cli, csharp, dotnet-core, duplicate-detection, linux, spectre-console
- Language: C#
- Homepage:
- Size: 1.33 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DUPEFILES 2
DUPEFILES 2 is a c# .NET Core application which runs under linux, windows and probably mac.
It scans your file system for duplicate files and helps you save space by removing the duplicates you want to.
## FEATURES
- Open source .NET Core CLI application
- Runs under linux/mac/windows
- Parallel and async file operations
## COMMANDS
### index-add
index-add [PATH]
index-add ~/Downloads --verbose
Adds files to the index.
### index-update
index-update
Updates the index and removes non existing files.
### index-scan
index-scan
Scans the index for duplicate files.
index-scan --tree
Scans the index for duplicate files and displays the output as a tree.
## TODO
- Command: index-purge-duplictes...
- Command: export results to json