2019.6.7 • Published 5 years ago

mac-tag-sync v2019.6.7

Weekly downloads
-
License
Unlicense
Repository
-
Last release
5 years ago

npm.io

create mac app from a shell script

Installation

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

Requirements

$ brew install tag

Scripts usage

commandusage
tag-syncusage: 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"

Links