mac-tag 2020.12.3

Creator: bigcodingguy24

Last updated:

Add to Cart

Description:

mactag 2020.12.3

Installation
$ [sudo] pip install mac-tag

Requirements
$ brew install tag

Examples
>>> mac_tag.update(["Red","Blue"],["path1","path2"])
>>> mac_tag.add(["Green"],["path1","path2"])

>>> mac_tag.get(["path1"])
{'path1': ['Blue', 'Red', 'Green']}

>>> mac_tag.remove(["Red"],["path1","path2"])
>>> mac_tag.remove(["*"],["path1","path2"])

Links

github.com/jdberry/tag


readme42.com

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.