Metadata-Version: 1.2
Name: gitmsg
Version: 1.0.1
Summary: autogenerate git commit message
Home-page: UNKNOWN
Author: UNKNOWN
Author-email: UNKNOWN
License: UNKNOWN
Project-URL: Bug Tracker, https://github.com/looking-for-a-job/gitmsg.sh.cli/issues
Project-URL: Homepage, https://github.com/looking-for-a-job/gitmsg.sh.cli
Description-Content-Type: UNKNOWN
Description: .. image:: https://img.shields.io/badge/language-Unix%20Shell-blue.svg?maxAge=604800
            :target: none
        
        |
        
        Install
        ```````
        
        
        .. code:: bash
        
            `[sudo] pip install 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'
        
        
        
        ----
        
        .. image:: https://img.shields.io/github/followers/looking-for-a-job.svg?style=social&label=Follow&maxAge=86400
            :target: https://github.com/looking-for-a-job
        
        .. image:: https://img.shields.io/github/stars/looking-for-a-job/gitmsg.sh.cli.svg?style=social&label=Stars&maxAge=86400
            :target: https://github.com/looking-for-a-job/gitmsg.sh.cli
        
        .. image:: https://img.shields.io/github/issues/looking-for-a-job/gitmsg.sh.cli.svg?maxAge=86400
            :target: https://github.com/looking-for-a-job/gitmsg.sh.cli/issues
        
Keywords: git
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Natural Language :: Russian
Classifier: Operating System :: MacOS
Classifier: Operating System :: POSIX
Classifier: Operating System :: Unix
Classifier: Programming Language :: Unix Shell
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: Version Control
Classifier: Topic :: Utilities
