https://github.com/andrewpetrochenkov/mac-tag-sync
:apple: sync macOS Finder tag paths
https://github.com/andrewpetrochenkov/mac-tag-sync
cli macos
Last synced: 2 months ago
JSON representation
:apple: sync macOS Finder tag paths
- Host: GitHub
- URL: https://github.com/andrewpetrochenkov/mac-tag-sync
- Owner: andrewpetrochenkov
- License: unlicense
- Created: 2019-06-06T19:29:55.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2020-12-03T21:08:37.000Z (over 5 years ago)
- Last Synced: 2026-04-19T16:35:38.021Z (3 months ago)
- Topics: cli, macos
- Language: Shell
- Homepage:
- Size: 4.88 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[]()
[](https://pypi.org/project/mac-tag-sync/)
[](https://www.npmjs.com/package/mac-tag-sync)[](https://unlicense.org/)
[](https://github.com/andrewp-as-is/mac-tag-sync/actions)
### Installation
```bash
$ [sudo] pip install mac-tag-sync
```
```bash
$ [sudo] npm i -g mac-tag-sync
```
#### Requirements
```bash
$ brew install tag
```
#### Examples
```bash
$ 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
+ [github.com/jdberry/tag](https://github.com/jdberry/tag)