Log - #11
Open
rickanderson219 wants to merge 5 commits into
Open
Conversation
- 将日志和配置文件目录常量的获取方式放在 paths.py 模块中 - 将默认分类方法放在 categories.py 模块中 - 日志和配置文件目录常量的获取现在兼容了 可执行文件 的操作(此前只支持直接运行 Python 文件) - 扩充完善了默认分类方法(现在涵盖了大部分常用的后缀名和对应类型)
- 主模块的名称为 file_manager.py - 主模块支持命令行参数,可用 -h / --help 查看 - 命令行参数有两个子命令:move 和 undo,对应移动和撤销操作 - move 命令有一个强制选项参数 --source,是要进行整理的文件夹
- 现在不强制使用命令行运行 file_manager.py 文件了 - 此版本的 file_manager.py 可以直接转化为可执行文件正常使用 - 新增 README.md,介绍了此版本工具的使用方法。(可以使用 -h 或 --help 查看指令)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.