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
- Host: GitHub
- URL: https://github.com/rjkroege/swift-tag
- Owner: rjkroege
- Created: 2023-09-26T19:12:42.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-20T00:17:51.000Z (about 2 years ago)
- Last Synced: 2025-10-10T03:34:49.467Z (28 days ago)
- Language: Swift
- Size: 6.84 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`