项目作者: max-wittig

项目描述 :
sorts files into directories, based on their file extension or modification date
高级语言: Python
项目地址: git://github.com/max-wittig/file_sorter.git
创建时间: 2016-10-12T21:06:38Z
项目社区:https://github.com/max-wittig/file_sorter

开源协议:MIT License

下载


file_sorter

sorts files into directories, based on their file extension

usage

  1. download release .whl
  2. run release whl on the folder you want to sort python3 file_sorter.whl /home/$USER/Download/
  1. usage: file_sorter [-h] [-s {fe,md}] directory
  2. positional arguments:
  3. directory Which directory to sort
  4. optional arguments:
  5. -h, --help show this help message and exit
  6. -s {fe,md}, --sort-type {fe,md}
  7. What to sort --> fe = file_extension || md ==
  8. modification_date