A cli middleman for tag and fzf.
Since this is a middleman between tag
and fzf
, they are required. tagr
wont do much without them.
./install
add an alias for less keystrokes and faster usage:
alias t='. tagr'
. tagr
- will use fzf
to search through the tagr
index
tagr
can add and remove tags via tag
. By using tagr's add
and remove
will also keep the index up-to-date by auto reindexing after adding or removing a tag. You can still use vanilla tag
to add and remove tags if you would like, but this will require a manual index afterward.
To add a tag to the current directory and reindex
tagr add 'tagname'
To remove a tag from the current directory and reindex
tagr remove 'tagname'
tagr index
- will make tagr
index the $indexing_dir
To list all the tags within the $indexing_dir
tagr list