项目作者: nagracks

项目描述 :
Find duplicates
高级语言: Python
项目地址: git://github.com/nagracks/py_duplicates.git
创建时间: 2016-07-14T16:32:13Z
项目社区:https://github.com/nagracks/py_duplicates

开源协议:MIT License

下载


Python Duplicates

Python Duplicates script can be use to find duplicates in filesystem, and
able you to take various action on them.

Usage

  1. usage: py_duplicates.py [-h] [-d] [-i] path
  2. Python Duplicates - Find duplicate
  3. positional arguments:
  4. path path where to find duplicates
  5. optional arguments:
  6. -h, --help show this help message and exit
  7. -d, --delete delete all files with duplicates
  8. -i, --interactive interactively manage duplicates

TODO

Python Duplicates is a work in progress, so any ideas and patches are appreciated.

  • Find duplicates
  • Take action
    • Interactive actions
      • Open in text editor
    • Delete All duplicates
    • Move to another directory
  • Improve output display
  • Additional useful information on summary
    • Like percentage of path consumed by duplicates

Contributing

Feel free to improve Python Duplicates. All kind of pull-requests are welcome.

LICENSE

Python Duplicates is licensed under
MIT