简易的文件目录创建工具,使用python实现,可为当前文件夹/选定的文件夹创建一个完整的文件目录,并保存为*.txt格式。
A simple file directory creation tool, implemented in python, creates a complete file directory for the current folder or selected folder and saves it in *.txt format.
- Python3
- Windows/Linux
将CatlogMaking.py文件放置于想要创建文件目录的文件夹下,进入Windows Shell或者Linux终端,运行该程序,便可以得到获取当前文件夹/选定的文件夹的目录文件:catalog.txt。
-
-d/--directory:
-
选择目录根文件夹,默认当前文件夹
-
0:当前文件夹
-
1:选择文件夹
-
-
-m/--mark:
- 选择tab填充符号,默认为空格
-
-s/--save:
- 选择目录文件名,默认catalog.txt