Metadata-Version: 1.0
Name: gitmsg
Version: 0.0.13
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)
        
        Install
        ```````
        
        :code:`[sudo] pip install gitmsg`
        
        Usage
        `````
        .. code:: bash
        
        	# gitmsg --help
        	usage: gitmsg path ...
        
        Example
        ```````
        
        .. 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'
        
        `Examples/`_
        
        .. _Examples/: https://github.com/russianidiot/gitmsg.sh.cli/tree/master/Examples
        
        Feedback |github_issues| |gitter| |github_follow|
        
        .. |github_issues| image:: https://img.shields.io/github/issues/russianidiot/gitmsg.sh.cli.svg
        	:target: https://github.com/russianidiot/gitmsg.sh.cli/issues
        
        .. |github_follow| image:: https://img.shields.io/github/followers/russianidiot.svg?style=social&label=Follow
        	:target: https://github.com/russianidiot
        
        .. |gitter| image:: https://badges.gitter.im/russianidiot/gitmsg.sh.cli.svg
        	:target: https://gitter.im/russianidiot/gitmsg.sh.cli
Keywords: git
Platform: UNKNOWN
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Natural Language :: Russian
Classifier: Operating System :: Unix
Classifier: Programming Language :: Unix Shell
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: Version Control
Classifier: Topic :: Utilities
