mac-tag-sync
v2019.6.7
Published
create mac app from a shell script
Downloads
7
Readme
create mac app from a shell script
Installation
$ [sudo] npm i -g mac-tag-sync
Requirements
$ brew install tag
Scripts usage
command|usage
-|-
tag-sync
|usage: tag-sync tag path ...
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"