An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

[![](https://img.shields.io/badge/OS-macOS-blue.svg?longCache=True)]()
[![](https://img.shields.io/pypi/v/mac-tag-sync.svg?maxAge=3600)](https://pypi.org/project/mac-tag-sync/)
[![](https://img.shields.io/npm/v/mac-tag-sync.svg?maxAge=3600)](https://www.npmjs.com/package/mac-tag-sync)[![](https://img.shields.io/badge/License-Unlicense-blue.svg?longCache=True)](https://unlicense.org/)
[![](https://github.com/andrewp-as-is/mac-tag-sync/workflows/tests42/badge.svg)](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)


readme42.com