Skip to content

Latest commit

 

History

History
46 lines (24 loc) · 1.34 KB

README.md

File metadata and controls

46 lines (24 loc) · 1.34 KB

CatalogMakingTool

简易的文件目录创建工具,使用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.

程序运行环境(Operating Environment)

  • Python3
  • Windows/Linux

程序使用说明(Instruction)

将CatlogMaking.py文件放置于想要创建文件目录的文件夹下,进入Windows Shell或者Linux终端,运行该程序,便可以得到获取当前文件夹/选定的文件夹的目录文件:catalog.txt。

命令说明(Commands)

  • -d/--directory:

    • 选择目录根文件夹,默认当前文件夹

    • 0:当前文件夹

    • 1:选择文件夹

  • -m/--mark:

    • 选择tab填充符号,默认为空格
  • -s/--save:

    • 选择目录文件名,默认catalog.txt

目录文件示例(Catalog Demo)

  • 程序运行截图(Run)

    image

  • 命令帮助(Help)

    image

  • 目录文件(CatalogTxt)

    image