Metadata-Version: 1.0
Name: gitmsg
Version: 0.0.253
Summary: autogenerate git commit message
Home-page: https://github.com/russianidiot/gitmsg.sh.cli
Author: UNKNOWN
Author-email: UNKNOWN
License: UNKNOWN
Description: .. README generated with readmemako.py (github.com/russianidiot/readme-mako.py) and .README dotfiles (github.com/russianidiot-dotfiles/.README)
        
        .. image:: https://img.shields.io/badge/Language-Python-blue.svg?style=plastic
        
        .. image:: https://img.shields.io/pypi/pyversions/gitmsg.svg
            :target: https://pypi.python.org/pypi/gitmsg
        
        
        
        Examples
        ````````
        
        
        .. code:: bash
        
        	$ cd /path/to/repo/
        	$ touch new_file
        	$ rm deleted_file
        	$ echo "new" > modified_file
        	$ git add -A
        	$ gitmsg
        	'+new_file; -deleted_file; ^modified_file'
        
        
        Feedback |github_follow| |github_issues|
        
        .. |github_follow| image:: https://img.shields.io/github/followers/russianidiot.svg?style=social&label=Follow
        	:target: https://github.com/russianidiot
        
        .. |github_issues| image:: https://img.shields.io/github/issues/russianidiot/gitmsg.sh.cli.svg
        	:target: https://github.com/russianidiot/gitmsg.sh.cli/issues
        
Keywords: git
Platform: UNKNOWN
Classifier: Environment :: Console
Classifier: Operating System :: Unix
Classifier: Programming Language :: Unix Shell
Classifier: Topic :: Software Development :: Version Control
Classifier: Topic :: Utilities
