max-wittig / file_sorter

sorts files into directories, based on their file extension or modification date

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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/
usage: file_sorter [-h] [-s {fe,md}] directory

positional arguments:
  directory             Which directory to sort

optional arguments:
  -h, --help            show this help message and exit
  -s {fe,md}, --sort-type {fe,md}
                        What to sort --> fe = file_extension || md ==
                        modification_date

About

sorts files into directories, based on their file extension or modification date

License:MIT License


Languages

Language:Python 100.0%