mac-tag-sync

2019.6.7 • Public • Published

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"

Links

python-readme-generator

Readme

Keywords

Package Sidebar

Install

npm i mac-tag-sync

Weekly Downloads

0

Version

2019.6.7

License

Unlicense

Unpacked Size

1.96 kB

Total Files

3

Last publish

Collaborators

  • russianidiot
  • andrewp-as-is