Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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