mirror of
https://github.com/Aayush9029/findertags.git
synced 2026-06-21 00:11:13 -06:00
Read and modify Finder tags from the command line
- Swift 91.3%
- Shell 8.7%
| assets | ||
| scripts | ||
| Sources/findertags | ||
| Tests/FinderTagsTests | ||
| .gitignore | ||
| LICENSE | ||
| Package.resolved | ||
| Package.swift | ||
| README.md | ||
findertags
Read and modify Finder tags from the command line
Install
brew install aayush9029/tap/findertags
Or tap first:
brew tap aayush9029/tap
brew install findertags
Usage
findertags read ~/Desktop/file.txt # read tags
findertags read --verbose ~/Desktop/file.txt # include paths with no tags
findertags write ~/Desktop/file.txt Work Urgent # replace all tags
findertags add ~/Desktop/file.txt Client # add a tag
findertags remove ~/Desktop/file.txt Urgent # remove a tag
findertags clear ~/Desktop/file.txt # clear all tags
findertags list ~/Documents # list tag frequencies
findertags read --format json ~/Desktop/file.txt # JSON output
License
MIT