cmdtaggr is a command-line program that manages a file-tagging system for Linux
As of now, only the ext4 filesystem is supported and files used are limited to the home directory(and subdirectories therein)
I made this for a school project, any feedback is appreciated
My email is qwerty1871@gmail.com and my Discord account is @qwerty1871
Run the following commands to install cmdtaggr:
git clone https://github.com/qwerty-1871/cmdtaggr
cd cmdtaggr
sudo chmod +x Install.sh
./Install.sh
Run cmdtaggr help
for a list of commands or cmdtaggr tui
for a guided interface
There is a configuration file in ~/.cmdtaggr/config.sh Instructions for its use are contained therein