Finder commands (OS X)


Keywords
Finder
License
Other
Install
pip install Finder-command==0.0.23

Documentation

Finder commands (OS X)

bash OS X PyPI PyPI

Install

[sudo] pip install finder-command

Examples

# comment
$ Finder comment $path "new comment"
$ Finder comment $path
new comment
$ Finder comment $path "" # unset comment

# label
# 0 = none
# 1 = orange
# 2 = red
# 3 = yellow
# 4 = blue
# 5 = purple
# 6 = green
# 7 = grey 
$ Finder label $path
0

$ Finder label $path 2 # set red
$ Finder label $path
2

Issues

  • 'execution error: Finder got an error: Application isnt running. (-600)' - restart Finder or OS X

Feedback GitHub followers GitHub issues