Python implementation of macOS' stacks
feature that groups files
from your desktop into folder by formats. This script should work
on every OS that is able to run python scripts and have desktop folder
in ~/Desktop
(even on macOS lmao)
- python 3.4 or later
python stacks.py --stack
to stack files.python stacks.py --unstack
to unstack files.
disconnect3d for giving me some tips about this script