https://github.com/phdenzel/tagr
Bookmarking and tagging program with dmenu integration
https://github.com/phdenzel/tagr
bookmarks dmenu tags
Last synced: 12 months ago
JSON representation
Bookmarking and tagging program with dmenu integration
- Host: GitHub
- URL: https://github.com/phdenzel/tagr
- Owner: phdenzel
- License: gpl-3.0
- Created: 2022-11-04T22:47:25.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-02-18T22:34:29.000Z (over 3 years ago)
- Last Synced: 2025-06-15T17:09:06.176Z (about 1 year ago)
- Topics: bookmarks, dmenu, tags
- Language: Shell
- Homepage:
- Size: 15.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.org
- License: LICENSE
Awesome Lists containing this project
README
#+AUTHOR: phdenzel
#+TITLE: tagr
#+DATE: 2022-11-04 Fri
#+OPTIONS: author:nil title:t date:nil timestamp:nil toc:nil num:nil \n:nil
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
#+begin_src shell
sudo make install
#+end_src
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
#+begin_src shell
PREFIX=/path/of/your/choice make install
#+end_src
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
#+begin_src shell
sudo make uninstall
#+end_src