Metadata-Version: 2.1
Name: lsbranch
Version: 0.2.0
Summary: List all directories with .git subdirectory and show current branch for each.
Home-page: https://github.com/arrrlo/lsbranch
Author: Ivan Arar
Author-email: ivan.arar@gmail.com
License: MIT
Project-URL: Source, https://github.com/arrrlo/lsbranch
Keywords: git,branch,ls
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.6
Description-Content-Type: text/markdown
Requires-Dist: click (==6.3)

<h1>lsbranch</h1>

[![PyPI version](https://badge.fury.io/py/lsbranch.svg)](https://badge.fury.io/py/lsbranch)

<p>List all directories with .git subdirectory and show current branch for each.</p>

<h3>Instalation</h3>

```
pip install lsbranch
```

<h3>Usage</h3>

<p>Just go to any directory with git projects subdirectories and type "lsbranch". You'll get the list of subdirectories with current branch next to each.</p>


