Metadata-Version: 2.1
Name: listgits
Version: 1.0.2
Summary: Python command line program for listing git repositories under a folder root, and optionally run any git command on those repos
Home-page: https://github.com/OsirisTerje/listgits
Author: Terje Sandstrom
Author-email: terje@hermit.no
License: UNKNOWN
Description: # listgits
        Python command line program for listing all git repositories under a folder root
        
        Usage:
        
        ```
        python listgits
        ```
        
        Options :
        
        * --h: Show the possible options
        * --s: Short form, not showing non-git folders
        * --l: Show only local repos, which do not have any remotes (includes --s)
        * --r: Show only repos that have remotes (includes --s)
        * --f somestring: Find a local repo by adding a part of the remote url. All matching local repos will be displayed
        * --g commands: Git options, passes the string of options in to git, and runs git with those instead of the default remote command
        
        
        Read this [blogpost](http://hermit.no/how-to-list-git-repositores-under-a-common-folder-root/) for more information on how to use it.
        
        
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
