Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/d2-projects/folder-explorer
分析文件目录,统计数据并以树形结构和图表的形式展示结果,也可以导出多种格式留存
https://github.com/d2-projects/folder-explorer
electron explorer finder html json linux macos scanner statistics treeview vue-cli3 vuejs windows xmind xml
Last synced: 5 days ago
JSON representation
分析文件目录,统计数据并以树形结构和图表的形式展示结果,也可以导出多种格式留存
- Host: GitHub
- URL: https://github.com/d2-projects/folder-explorer
- Owner: d2-projects
- License: mit
- Created: 2019-08-29T11:30:42.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T07:14:33.000Z (about 2 years ago)
- Last Synced: 2025-01-25T16:08:14.294Z (13 days ago)
- Topics: electron, explorer, finder, html, json, linux, macos, scanner, statistics, treeview, vue-cli3, vuejs, windows, xmind, xml
- Language: CSS
- Homepage:
- Size: 25.7 MB
- Stars: 665
- Watchers: 12
- Forks: 66
- Open Issues: 51
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![](https://cdn.d2.pub/files/image-hosting/20190926165444.png)
![](https://cdn.d2.pub/files/image-hosting/20190926165500.png)
扫描目录,分析文件结构和统计信息,给任意文件添加备注,导出带注释的树形文本和其它多种数据格式,大大方便书写技术文档。
详细介绍:[在 d2.pub 上的详细介绍](https://d2.pub/zh/doc/folder-explorer/)
![](https://cdn.d2.pub/files/image-hosting/20190926165513.png)
## 下载
下载 macOS 或 windows 或 Linux 版本的构建结果:[releases](https://github.com/d2-projects/folder-explorer/releases)
## 其它同步仓库
| 位置 | 链接 |
| --- | --- |
| 码云 | [https://gitee.com/d2-projects/folder-explorer](https://gitee.com/d2-projects/folder-explorer) |> 如果您在 github 仓库下载很慢,可以尝试使用我们的码云仓库克隆代码
## 功能
![](https://cdn.d2.pub/files/image-hosting/20190926165542.png)
* 扫描指定的目录(支持拖拽)以及再次扫描当前结果中的指定目录
* 展示文件结构的树形统计,支持添加注释,隐藏单个文件或者文件夹内容
* 文件类型统计
* 文件体积分布统计
* 导出文字构成的树形结构图,支持注释和自动对齐,支持自定义内容格式
* 导出 json 文件和 xml 文件供其他软件或者程序使用
* 导出 xmind 结构图,支持自定义节点、label 和注释的内容格式化
* 自定义导出文件的名称预设
* 注释信息记忆功能
* 个性化设置的备份和导入
* 其它丰富的设置选项## 使用场景
* 项目文档书写,附上文件结构和注释可以更清晰地让别人上手项目
* 展示课程目录,如果你是讲师,可以一口气将你的课程所有章节生成树形结构展示
* 统计某个资源文件夹中的文件大小分布,例如分析你的照片文件夹,或者一目了然磁盘里每部电影占了多大空间