Skip to content
/ tagr Public

Bookmarking and tagging program with dmenu integration

License

Notifications You must be signed in to change notification settings

phdenzel/tagr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tagr

This is a tagging/bookmarking program. Similar to the dmenu-integration for pass, tagr can access its tags using dmenu. It stores and retrieves tags from a single file stored locally in $XDG_CONFIG_HOME, by defaults in $HOME/.config/tagr/.

Install

Install tagr using

sudo make install

This will install the script to /usr/local/bin/ which should already be in your PATH, and the list of tags in $XDG_CONFIG_HOME/tags.

Alternatively you can run

PREFIX=/path/of/your/choice make install

which might need sudo priviliges depending on your choice. Don’t forget to add the chosen prefix to your PATH.

To uninstall tagr (from any location), simply run

sudo make uninstall

About

Bookmarking and tagging program with dmenu integration

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published