Metadata-Version: 2.1
Name: mac-finder
Version: 2020.12.3
Summary: macOS Finder scripts
Home-page: https://github.com/andrewp-as-is/mac-finder
License: Unlicense
Description: <!--
        https://readme42.com
        -->
        
        
        
        [![](https://img.shields.io/badge/OS-macOS-blue.svg?longCache=True)]()
        [![](https://img.shields.io/pypi/v/mac-finder.svg?maxAge=3600)](https://pypi.org/project/mac-finder/)
        [![](https://img.shields.io/badge/License-Unlicense-blue.svg?longCache=True)](https://unlicense.org/)
        
        ### Installation
        ```bash
        $ [sudo] pip install mac-finder
        ```
        
        ```bash
        $ [sudo] npm i -g mac-finder
        ```
        
        #### Examples
        create Finder alias
        ```bash
        $ finder-alias ~/Downloads ~/Downloads2
        ```
        
        read/write Finder comment
        ```bash
        $ finder-comment path "comment value"
        $ finder-comment path
        comment value
        ```
        
        set Finder icon
        ```bash
        $ finder-icon path image.png
        ```
        
        ```bash
        $ finder-reveal ~/git
        ```
        
        get Finder selection
        ```bash
        $ finder-selection
        /Users/username/Desktop
        /Users/username/Downloads
        ```
        
        execute command from every selected Finder directory
        ```bash
        $ finder-exec python setup.py install
        ```
        
        frontmost (`1` or `0`)
        ```bash
        $ finder-frontmost
        0
        ```
        
        <p align="center">
            <a href="https://readme42.com/">readme42.com</a>
        </p>
Keywords: Finder
Platform: UNKNOWN
Classifier: License :: Public Domain
Classifier: Operating System :: MacOS
Classifier: Programming Language :: Unix Shell
Classifier: Topic :: Utilities
Description-Content-Type: text/markdown
