This is a simple project to help sort your files on linux written in c++.
Coppy the repo
git clone https://github.com/ZastianPretorius/fsorter.git
cd into the the fsorter folder
. cd fsorter
Generate a make files
cmake .
Compile the project
make
install the project (will require sudo)
sudo make install