CHANGELOG.md
LICENSE
MANIFEST.in
README.md
setup.cfg
setup.py
examples/decorator.py
examples/hello_world.py
examples/simple_and_advanced.py
examples/simple_nesting.py
examples/skin_a_cat.py
examples/tabcompletion.py
shellish/__init__.py
shellish/completer.py
shellish/data.py
shellish/eventing.py
shellish/logging.py
shellish/paging.py
shellish/session.py
shellish.egg-info/PKG-INFO
shellish.egg-info/SOURCES.txt
shellish.egg-info/dependency_links.txt
shellish.egg-info/entry_points.txt
shellish.egg-info/requires.txt
shellish.egg-info/top_level.txt
shellish/command/__init__.py
shellish/command/autocommand.py
shellish/command/command.py
shellish/command/supplement.py
shellish/command/contrib/__init__.py
shellish/command/contrib/commands.py
shellish/command/contrib/help.py
shellish/command/contrib/ini.py
shellish/command/contrib/interactive.py
shellish/command/contrib/syscomplete.py
shellish/command/contrib/tree.py
shellish/layout/__init__.py
shellish/layout/column.py
shellish/layout/progress.py
shellish/layout/table.py
shellish/layout/tree.py
shellish/rendering/__init__.py
shellish/rendering/html.py
shellish/rendering/md.py
shellish/rendering/traceback.py
shellish/rendering/vtml.py
shellish/tools/__init__.py
shellish/tools/csvpretty.py
shellish/tools/mdcat.py
test/__init__.py
test/autocommand.py
test/basic.py
test/command.py
test/completer.py
test/data.py
test/env.py
test/layout.py
test/paging.py
test/rendering.py
test/traceback.py