Metadata-Version: 2.1
Name: podmena
Version: 0.4.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
        
        Enhance your commit messages with emoji :cherries:
        
        podmena will automatically add random emoji to every commit message for any
        git repository installed.
        
        ![emoji](https://github.com/bmwant/podmena/blob/master/podmena.png)
        
        873 items in database so far!
        
        Credits go to [WebpageFX](https://www.webpagefx.com/tools/emoji-cheat-sheet/) 
        for list of emoji!
        
        ### Installation
        
        ```bash
        $ pip install podmena
        ```
        Activate for current git repository
        ```bash
        $ podmena add local
        ```
        Activate globally for all repositories (works with git `2.9.1` and above)
        ```bash
        $ git --version
        $ podmena add global
        ```
        Deactivate it
        ```bash
        $ podmena rm local
        $ podmena rm global
        ```
        Check current status if you not sure
        ```bash
        $ podmena status
        ```
        And finally `podmena --version` and `podmena --help` in case you need more 
        details.
        
        
        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!
        * [The game of bingo gone horribly wrong](http://lemonparty.club) :lemon:
        
        ### 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 :: 4 - Beta
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
