Skip to content

K0p1-Git/AutoSorter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Auto Sorter v1.4.1

docker image GitHub

                                           _           _____            _            
                                /\        | |         / ____|          | |           
                               /  \  _   _| |_ ___   | (___   ___  _ __| |_ ___ _ __ 
                              / /\ \| | | | __/ _ \   \___ \ / _ \| '__| __/ _ \ '__|
                             / ____ \ |_| | || (_) |  ____) | (_) | |  | ||  __/ |   
                            /_/    \_\__,_|\__\___/  |_____/ \___/|_|   \__\___|_|   

                                      Version 1.4.1  -  Twitter @ K0p1_

Auto Sorter is a automatic file sorter, relocate files to where they rightfully belong, based on file extensions.

Note: This is a work in progress, everything is subjected to change. More in-depth tutorial coming soon!

Change Log v 1.4.1

  • Minor Bug Fix

Change Log v 1.4.0

  • Added arguments functions
    • -h/--help : For help
    • --poll : For custom poll rate
    • --version : For version details
    • --import : For custom import of extension / directories file
  • Re-worked extensions.txt
 Format:  
  [EXTENSION]  [CATEGORY]  [LOCATION]

For previous update : HISTORY.md

Prerequisite

Python 3.6 or above is required to run the script.

$ sudo apt install python3

Usage

# clone the repo
$ git clone https://github.com/K0p1-Git/AutoSorter.git

# change the working directory to Auto Sorter
$ cd AutoSorter

# chmod +x if required
$ chmod +x autoSorter.py

To-Do(s)

  • Make settings persistent throughout lifetime
  • Create script to automate testing

Contributing

When contributing to this repository, please first discuss the change you wish to make via issue or contact me via twitter before making a change.

Code of conduct to be added soon.

License

LICENSE.md

Releases

No releases published

Packages

No packages published

Languages