macOS Finder tags. github.com/jdberry/tag python implementation
Project description
Installation
$ [sudo] pip install mac-tag
Requirements
$ brew install tag
Functions
function | __doc__ |
---|---|
mac_tag.add(tags, path) |
add tags to path(s) |
mac_tag.find(tags, path=None) |
return a list of all paths with tags, limited to path(s) if present |
mac_tag.get(path) |
return dict where keys are paths, values are lists of tags. equivalent of tag -l |
mac_tag.match(tags, path) |
return a list of paths with with matching tags |
mac_tag.parse_list_output(out) |
parse tag -l output and return dict |
mac_tag.remove(tags, path) |
remove tags from path(s) |
mac_tag.update(tags, path) |
set path(s) tags. equivalent of `tag -s |
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
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
mac-tag-2020.3.26.tar.gz
(2.1 kB
view details)
File details
Details for the file mac-tag-2020.3.26.tar.gz
.
File metadata
- Download URL: mac-tag-2020.3.26.tar.gz
- Upload date:
- Size: 2.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.21.0 setuptools/41.0.1 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.7.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | cc0fdd72c47d2e5c245adcd797b6f1b9fc66c6f4f1bff49263d539d7bb24515a |
|
MD5 | e715a8b3fb08ce1e0fb958a4d86c963c |
|
BLAKE2b-256 | 72510cf9c4632c27a5ef9ca3176486840ad85131678482b558d532544f488bad |