Metadata-Version: 2.1
Name: mac-finder
Version: 2019.3.22
Summary: macOS Finder
Home-page: https://github.com/looking-for-a-job/mac-finder.py
License: UNKNOWN
Keywords: Finder
Platform: UNKNOWN
Classifier: License :: Public Domain
Classifier: Operating System :: MacOS
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Topic :: Software Development
Description-Content-Type: text/markdown
Requires-Dist: applescript
Requires-Dist: click
Requires-Dist: public
Requires-Dist: runcmd
Requires-Dist: setuptools
Requires-Dist: xattr

<!--
https://pypi.org/project/readme-generator/
-->

[![](https://img.shields.io/badge/OS-MacOS-blue.svg?longCache=True)]()
[![](https://img.shields.io/pypi/pyversions/mac-finder.svg?longCache=True)](https://pypi.org/project/mac-finder/)

#### Installation
```bash
$ [sudo] pip install mac-finder
```

#### Functions
function|`__doc__`
-|-
`mac_finder.frontmost()` |return True if Finder is frontmost app, else False
`mac_finder.reveal(path)` |reveal path in Finder
`mac_finder.tell(code)` |execute applescript `tell application "Finder" ...`
`mac_finder.comment.get(path)` |return string with Finder comment
`mac_finder.comment.update(path, comment=None)` |update Finder comment

#### CLI
usage|`__doc__`
-|-
`python -m mac_finder.comment path [comment]` |get/update Finder comment
`python -m mac_finder.icon.rm path ...` |remove icon
`python -m mac_finder.icon.update path image` |update icon
`python -m mac_finder.selection` |print Finder selection paths

<p align="center">
    <a href="https://pypi.org/project/readme-generator/">readme-generator</a>
</p>

