This project is designed to help you organize your files using tags. The goal is an austere alternative to TagSpaces and all its bloat or like Google Tag Manager without throwing away your well organized file hierarchy.
python3-tk python3-venv
In Debian simple run
apt-get install python3-tk
apt-get install python3-venv
- python3 -m venv venv
- source venv/bin/activate
- pip install --upgrade pip
- pip install -r dependencies.raw
python main.py
To use type a path to a directory followed by your chosen tags:
- Retrieves all files from a specified directory (including subdirectories)
- Filters by specified tags
- Wordcloud of tags