Metadata-Version: 2.1
Name: mkalias-foss
Version: 0.2.3
Summary: CLI app to create Finder aliases in OS X
Home-page: https://github.com/iamcb/mkalias
Author: Adam Bennett
Author-email: iamcb@teck90.ca
License: LICENSE.txt
Description: # mkalias
        
        Application to create Finder aliases from the command line
        
        ## Getting Started
        
        ```mkalias source destination```  or ```mkalias -n alias_name source destination```
        
        ```mkalias -h``` To display the help menu.
        
        The source can be downloaded from [GitHub](https://github.com/iamcb/mkalias)
        
        ### Installing
        This is programmed using python3.7 and not made to be compatible with
        lower versions of python.
        ```
        pip3 install mkalias-foss
        ```
        
        ## Contributing
        
        Please read [CONTRIBUTING.md](https://github.com/iamcb/mkalias/CONTRIBUTING.md) for details on our code of conduct, and the process for submitting pull requests to us.
        
        ## Versioning
        
        We use [SemVer](http://semver.org/) for versioning. For the versions available, see the [tags on this repository](https://github.com/your/project/tags). 
        
        ## Authors
        
        * **Adam Bennett - IAMCB** 
        
        See also the list of [contributors](https://github.com/your/project/contributors) who participated in this project.
        
        ## License
        
        This project is licensed under the GPLv3 License - see the [LICENSE.txt](LICENSE.txt) file for details
        
        ## Acknowledgments
        
        osascript - https://pypi.org/project/osascript/ - https://github.com/looking-for-a-job/osascript.py
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: MacOS :: MacOS X
Description-Content-Type: text/markdown
