- 授权协议: GNU
- 开发语言: Python
- 操作系统: 跨平台
- 软件首页: https://github.com/DeaDSouL/dugu
- 软件文档: https://github.com/DeaDSouL/dugu/blob/master/README.md
- 官方下载: https://github.com/DeaDSouL/dugu/archive/master.zip
软件介绍
dugu 是一个可以帮助你查找,消除和避免重复的工具。
用法:
dugu [-h] [-v] [-s] [-f] [-t {md5,sha1,sha256,sha512}] [-p | -l | -i | -r | -R] scan DIR | precopy DIR1 DIR2比方说,我们要检查调用文件夹:“图片”
如果你只希望扫描“图片”,请尝试:
dugu.py scan Pictures
如果你想看到副本的列表,请尝试:
dugu.py -p scan Pictures
如果你想直观地看到副本,请尝试:
dugu.py -l scan Pictures
如果你想隔离所有副本,请尝试:
dugu.py -i scan Pictures
如果你想删除副本,请尝试:
dugu.py -r scan Pictures
如果你想自动删除副本,请尝试:
dugu.py -R scan Pictures
如果你想忽略缓存,并强迫dugu重新扫描“图片”,请尝试:
dugu.py -f scan Pictures
如果你想使用“SHA1”作为扫描算法,尝试:
dugu.py -t sha1 scan Pictures
如果要在“old_pic”文件夹中排除已经有文件,请尝试:
dugu.py precopy old_pic Pictures
DOM Scripting
Jeremy Keith / friendsofED / 2010-12 / GBP 27.50
There are three main technologies married together to create usable, standards-compliant web designs: XHTML for data structure, Cascading Style Sheets for styling your data, and JavaScript for adding ......一起来看看 《DOM Scripting》 这本书的介绍吧!
