mac-tag-sync

sync macOS Finder tag paths


Keywords
tag, finder, cli, macos
License
Unlicense
Install
pip install mac-tag-sync==2020.12.3

Documentation

Installation

$ [sudo] pip install mac-tag-sync
$ [sudo] npm i -g mac-tag-sync

Requirements

$ brew install tag

Examples

$ find ~/git -type d -mindepth 1 -maxdepth 1 | xargs tag-sync "repo"
$ find ~/git -type d -name "*.py" -mindepth 1 -maxdepth 1 | xargs tag-sync "py"

Links

readme42.com