tag
tag is a command line tool to manipulate tags on Mac OS X files, and to query for files with those tags. tag can use the file system's built-in metadata search functionality to rapidly find all files that have been tagged with a given set of tags.[1]
- Project Homepage [EN]
- tag [EN] @ Homebrew Formula
Documentation
- man 1 'tag' [EN]
Syntax
tag [PARAMETER ...] [FILE/DIRECTORY ...]
Parameters
- -a TAG, --add TAG
- Add tags to file.
- -r TAG, --remove TAG
- Remove tags from file.
- -R, --recursive
- Recursively process directories.