Skip to content

Commit 273b68d

Browse files
committed
Merge branch 'master' of github.com:RhetTbull/osxmetadata
2 parents 456490d + 7cbda71 commit 273b68d

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -470,8 +470,13 @@ This will only work on file systems that support Mac OS X extended attributes.
470470

471471
[Click](https://palletsprojects.com/p/click/)
472472

473+
## Related Projects
474+
475+
- [tag](https://github.com/jdberry/tag) A command line tool to manipulate tags on Mac OS X files, and to query for files with those tags.
476+
- [osx-tags](https://github.com/scooby/osx-tags) Python module to manipulate Finder tags in OS X.
477+
473478
## Acknowledgements
474-
This module was inspired by [osx-tags]( https://github.com/scooby/osx-tags) by "Ben S / scooby". I leveraged osx-tags to bootstrap the design of this module. I wanted a more general OS X metadata library so I rolled my own. This module is published under the same MIT license as osx-tags.
479+
This module was inspired by [osx-tags](https://github.com/scooby/osx-tags) by "Ben S / scooby". I leveraged osx-tags to bootstrap the design of this module. I wanted a more general OS X metadata library so I rolled my own. This module is published under the same MIT license as osx-tags.
475480

476481

477-
To set the Finder comments, I use [py-applescript]( https://github.com/rdhyee/py-applescript) by "Raymond Yee / rdhyee". Rather than import this module, I included the entire module (which is published as public domain code) in a private module to prevent ambiguity with other applescript modules on PyPi. py-applescript uses a native bridge via PyObjC and is very fast compared to the other osascript based modules.
482+
To set the Finder comments, I use [py-applescript](https://github.com/rdhyee/py-applescript) by "Raymond Yee / rdhyee". Rather than import this module, I included the entire module (which is published as public domain code) in a private module to prevent ambiguity with other applescript modules on PyPi. py-applescript uses a native bridge via PyObjC and is very fast compared to the other osascript based modules.

0 commit comments

Comments
 (0)