Skip to content

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

Notifications You must be signed in to change notification settings

HuaJiuShi/CatalogMakingTool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages