Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chwarr/find-dups
Command line tool to identify files with duplicate content
https://github.com/chwarr/find-dups
Last synced: 12 days ago
JSON representation
Command line tool to identify files with duplicate content
- Host: GitHub
- URL: https://github.com/chwarr/find-dups
- Owner: chwarr
- License: agpl-3.0
- Created: 2024-06-03T05:56:42.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-06-03T06:04:35.000Z (7 months ago)
- Last Synced: 2024-11-05T11:16:49.332Z (about 2 months ago)
- Language: Rust
- Size: 24.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Authors: AUTHORS
Awesome Lists containing this project
README
# find-dups, a tool to identify files with identical content
find-dups is a command line tool to find files with identical content across
two different directories.I wrote this tool because I wanted to learn more about the Rust programming
language, so I picked a problem that I know how to solve in other languages.This tool works for what I needed it to do. There are no plans for
improvement.## License
Copyright 2024, G. Christopher Warrington
find-dups is free software: you can redistribute it and/or modify it under
the terms of the GNU Affero General Public License Version 3 as published by
the Free Software Foundation.find-dups is distributed in the hope that it will be useful, but WITHOUT ANY
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more
details.A copy of the GNU Affero General Public License Version 3 is included in the
file [LICENSE] at the root of the repository.[LICENSE]: https://github.com/chwarr/dnjc/blob/master/LICENSE