Metadata-Version: 1.1
Name: gitmsg
Version: 0.0.7
Summary: autogenerate git commit message
Home-page: https://github.com/russianidiot/gitmsg.sh.cli
Author: UNKNOWN
Author-email: UNKNOWN
License: UNKNOWN
Description: .. image:: https://img.shields.io/badge/language-bash-blue.svg
        .. image:: https://img.shields.io/badge/platform-Linux,%20OS%20X-green.svg?style=flat-square
        
        Install
        ```````
        
        :code:`[sudo] pip install gitmsg`
        
        Usage
        `````
        
        .. code:: shell
        	
        	usage: gitmsg
        	
        	$ cd /path/to/repo/
        	$ gitmsg
        	
        
        Example
        ```````
        
        .. code:: shell
        	
        	$ 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
        
        Sources:
        
        *	`scripts/gitmsg`_
        
        .. _`scripts/gitmsg`: https://github.com/russianidiot/gitmsg.sh.cli/blob/master/bin/gitmsg
        
        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
        
        ----
        
        `russianidiot.github.io/python/`_  - Python packages
        
        .. _russianidiot.github.io/python/: http://russianidiot.github.io/python/
        
        `russianidiot.github.io/cli/`_  - command line scripts
        
        .. _russianidiot.github.io/cli/: http://russianidiot.github.io/cli/
        
        `README.rst`_  - generated with `readmemako.py`_ (python+ `mako`_ templates) and `.README`_ dotfiles
        
        .. _README.rst: https://github.com/russianidiot/gitmsg.sh.cli/blob/master/README.rst
        .. _readmemako.py: http://github.com/russianidiot/readmemako.py/
        .. _mako: http://www.makotemplates.org/
        .. _.README: https://github.com/russianidiot-dotfiles/.README
        
Keywords: git
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Operating System :: Unix
Classifier: Programming Language :: Unix Shell
Classifier: Topic :: Software Development :: Version Control
Classifier: Topic :: Utilities
