Metadata-Version: 2.1
Name: dsize
Version: 0.1.0
Summary: 用来找含有大文件目录的工具
Home-page: https://gitee.com/WenHao0804/dsize
Author: WenHao
Author-email: wh.wenhao@foxmail.com
License: MIT
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: >=3.6.0
Description-Content-Type: text/markdown


# 工具介绍
这是用来找目录中大文件的工具。
使用方法：
```bash
./dsize \
	-d ~/ \
	-e ~/Downloads ~/Desktop \
	-k 30
```

如上的参数意义是：
```text
-d：起始目录
-e：要忽略的目录，可以有数个
-k：最后要显示的占据空间最大的几个目录
```

eg:
```text
$ dsize -d ~/ -e ~/Library
exclude_dirs {'/Users/wh/Library'}
-Size--|-----Directions-------
9 MB	/Users/wh/Zotero/translators
12 MB	/Users/wh/Documents/git_clones/sentence-transformers/examples/applications/image-search
12 MB	/Users/wh/Zotero
15 MB	/Users/wh/Desktop/net_lecture
16 MB	/Users/wh/Documents/git_clones/sentence-transformers/.git/objects/pack
86 MB	/Users/wh/Documents/LearnRecords/PPT
110 MB	/Users/wh/Documents/MarginNote 3 User Guide videos
147 MB	/Users/wh/usr/bin
176 MB	/Users/wh/Documents/group_meeting/2021-10-10
```


