Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/andreztz/finddups
https://github.com/andreztz/finddups
Last synced: 20 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/andreztz/finddups
- Owner: andreztz
- License: other
- Created: 2019-08-23T00:28:16.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-08-23T00:29:02.000Z (over 5 years ago)
- Last Synced: 2024-10-05T22:41:43.582Z (3 months ago)
- Language: Python
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Product Name
> Find and Delete duplicate files.
## Installation
OS X & Linux & Windows:
```sh
pip install git+git://github.com/andreztz/finddups.git
```## Usage example
```sh
$ finddups --help
$ finddups --directory ~/Music
$ finddups --directory ~/Music --file-type mp3 --hash-type
```## Release History
- Work in progress
## Meta
Andre P. Santos – [@ztzandre](https://twitter.com/ztzandre) – [email protected]
Distributed under the XYZ license. See `LICENSE` for more information.
[https://github.com/andreztz/finddups](https://github.com/andreztz/)
## Contributing
1. Fork it ()
2. Create your feature branch (`git checkout -b feature/fooBar`)
3. Commit your changes (`git commit -am 'Add some fooBar'`)
4. Push to the branch (`git push origin feature/fooBar`)
5. Create a new Pull Request