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

https://github.com/rjkroege/swift-tag

Read/Write MacOS finder tags
https://github.com/rjkroege/swift-tag

Last synced: 27 days ago
JSON representation

Read/Write MacOS finder tags

Awesome Lists containing this project

README

          

A Swift program to tag files on MacOS. Run like this:

```shell
tag hello world
```

to print out the tags on `hello` and `world`.

```shell
tag @test hello @bye world
```

to set the tag `test` and `bye` on `hello` and `world`