.bumpversion.cfg
.cookiecutterrc
.coveragerc
.editorconfig
.landscape.yml
.style.yapf
.travis.yml
AUTHORS.rst
CHANGELOG.rst
CONTRIBUTING.rst
LICENSE
MANIFEST.in
README.rst
setup.cfg
setup.py
tox.ini
requirements/base.txt
requirements/ci.txt
requirements/local.txt
requirements/test.txt
src/shellman/__init__.py
src/shellman/__main__.py
src/shellman/cli.py
src/shellman/doc.py
src/shellman/tag.py
src/shellman.egg-info/PKG-INFO
src/shellman.egg-info/SOURCES.txt
src/shellman.egg-info/dependency_links.txt
src/shellman.egg-info/entry_points.txt
src/shellman.egg-info/not-zip-safe
src/shellman.egg-info/top_level.txt
src/shellman/formatter/__init__.py
src/shellman/formatter/base.py
src/shellman/formatter/man.py
src/shellman/formatter/markdown.py
src/shellman/formatter/text.py
tests/test_shellman.py
tests/fakescripts/minimal.sh