Skip to content

bajramidamir/sorti-py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 

Repository files navigation

sorti-py, written in Python

Sorti-Py is a CLI tool that sorts the current folder you're in.

It sorts all files into their respective folders, for example, it takes all .pdf files in your current directory, and puts them in a pdf folder. It works for all extensions and will make organizing messy folders a lot easier.

Usage

  • cd into the directory you wish sorted
  • type "sortipy"
  • you can use the -h flag to see optional arguments

Installation

  • clone this repository
  • cd into sorti-py
  • type "sudo mv sortipy /usr/bin"
  • type "sudo chmod +x /usr/bin/sortipy"

NOTE: The reason you need sudo privileges is to move sortipy to $PATH, so you can use it anywhere without needing to specify the location of the script.


Video demonstration: https://youtu.be/YH-JPhDosIc


Windows/Mac users have the option of using the GUI version of Sorti-Py: https://github.com/Tempest20/sorti-py-gui

About

File manager sorting tool written in Python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages