Metadata-Version: 2.1
Name: podmena
Version: 0.2.0
Summary: Enhance your git commit messages with emoji
Home-page: https://github.com/bmwant/podmena
Author: Misha Behersky
Author-email: bmwant@gmail.com
License: UNKNOWN
Project-URL: Blog post, https://bmwlog.pp.ua/
Project-URL: Say Thanks!, https://gimmebackmyson.herokuapp.com/
Description: ## podmena
        
        
        
        873 items in database so far!
        
        Credits go to [WebpageFX](https://www.webpagefx.com/tools/emoji-cheat-sheet/) 
        for list of emoji!
        
        
        ### Installation
        ```
        $ pip install podmena
        ```
        Activate for current git repository
        ```
        $ podmena add local
        ```
        Activate globally for all repositories
        ```
        $ podmena add global
        ```
        Deactivate it
        ```
        $ podmena rm local
        $ podmena rm global
        ```
        Note that uninstalling globally will not remove hooks from repositories where
        it was installed locally. You need to switch to that directory and uninstall it
        locally as well.
        
        ### See also
        
        * [GitHooks](https://githooks.com/)
        * [Atlassian tutorial for git hooks](https://www.atlassian.com/git/tutorials/git-hooks)
        Thanks [@kakovskyi](https://github.com/kakovskyi) working for Atlassian!
        
        ### Say thanks!
        
        Visit [this page](https://gimmebackmyson.herokuapp.com/) 
        and donate some money if you enjoy this _crazy_ project!
        
Keywords: git hook fun emoji commit
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Framework :: AsyncIO
Classifier: Intended Audience :: Developers
Classifier: Topic :: Utilities
Classifier: Topic :: Software Development :: Build Tools
Classifier: Topic :: Software Development :: Version Control :: Git
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Unix Shell
Description-Content-Type: text/markdown
Provides-Extra: dev
