Skip to content

philmain28/tagtics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tagtics - a file organizer

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.

System dependencies

python3-tk python3-venv

In Debian simple run

apt-get install python3-tk
apt-get install python3-venv

Installing with Python-vevn

  • python3 -m venv venv
  • source venv/bin/activate
  • pip install --upgrade pip
  • pip install -r dependencies.raw

Run it!

python main.py

To use type a path to a directory followed by your chosen tags:

Features (or lack of :))

  • Retrieves all files from a specified directory (including subdirectories)
  • Filters by specified tags
  • Wordcloud of tags

About

A tagging file organiser

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages