tag icon indicating copy to clipboard operation
tag copied to clipboard

give folders & files keywords for easy finding

tag, you're it!

give folders & files keywords for easy lookup

An example of how to use tag

Installation

$ brew tap char/tap
$ brew install char/tap/tag

Usage

Mark a path

$ tag mark <path> "tag1,tag2"

Search a tag

$ tag find "tag"

# in current working directory
$ tag find -c "tag"

Remove all tags from a path

$ tag unmark <path>

Delete a tag from all paths

$ tag deltag <tag>