8 个版本 (2 个稳定版本)
1.0.1 | 2024年5月16日 |
---|---|
1.0.0 | 2024年5月3日 |
0.2.2 | 2024年4月24日 |
0.1.2 | 2024年4月23日 |
#113 in 文件系统
每月下载量 406
140KB
853 行
磁盘分析器
描述
检查文件夹大小,并根据其大小创建图表,并设置颜色(小于1吉字节为绿色,1至10吉字节为黄色,大于10吉字节为红色)
注意
- 由于权限不足(访问被拒绝),该项目可能在某些系统文件夹上无法工作
- 该项目仅支持Windows和Linux
- 参数大小写不敏感
如何使用
get information about size of folders in each drive
Usage: diska [OPTIONS]
Options:
--depth <depth> how many level of inner directories should it scan
--diagram <diagram> Set Diagram Types : tree , table
-s, --sort <sort> Sort Folders Based On Given Value : size , name
--st <st> Can Use By sort
Sort Folders: Desc or Asc
-p, --path <path> analyze give path (default is current directory)
-h, --help Print help
-V, --version Print version
如何安装
Download And Install Cargo (Rust Package Manager)
Run Following Command in Terminal
cargo install DiskAnalyzer
待办事项列表
- 为文件夹爬虫添加深度
- 添加更多图表
- 添加Mac支持(目前仅支持Windows和Linux)
- 实现排序
- 在终端中处理文件(添加移动等)
- 列出文件类型(音频、视频等)
依赖关系
~2.6–10MB
~70K SLoC