Metadata-Version: 2.1
Name: gitlist
Version: 0.1.1
Summary: Displays the state of your local Git repositories.
Home-page: https://github.com/craigiansmith/gitlist
Author: Craig Smith
Author-email: hello@craigiansmith.com.au
License: GPLv3+
Project-URL: Source, https://github.com/craigiansmith/gitlist
Description: # GitList
        _Displays the state of your local git repos_
        
        If you've ever wanted a quick and easy overview of your git repos from the
        command line - **GitList** - is for you.
        
        ![](images/gitlist-output.jpg)
        
        ## Installing
        
        ```
            pip install gitlist
        ```
        
        
        ## Usage
        
        `gitlist [DIRECTORY_TO_SEARCH]`
        
        If you omit the optional DIRECTORY\_TO\_SEARCH `gitlist` will report on the tree
        starting at the current directory. Running `gitlist` will show relative paths to
        each git repository in green. If there are uncommitted changes or unpushed local
        changes that are committed, then relevant messages will be displayed in yellow.
        
        ## Testing
        
        Run the following commands:
        
        ```
            git clone --recurse-submodules git@github.com:craigiansmith/gitlist.git
            pipenv install --dev
            pipenv shell
            python -m pytest
        ```
        
Keywords: git development source status
Platform: UNKNOWN
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Version Control :: Git
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.3
Description-Content-Type: text/markdown
