Skip to content

🍎 📂 #️⃣ macOS Finder tags. github.com/jdberry/tag python implementation

License

Notifications You must be signed in to change notification settings

andrewpetrochenkov/mac-tag.py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

readme42.com

About

🍎 📂 #️⃣ macOS Finder tags. github.com/jdberry/tag python implementation

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages