LICENSE
README.md
setup.py
pigit/__init__.py
pigit/__main__.py
pigit/codecounter.py
pigit/config.py
pigit/decorator.py
pigit/gitignore.py
pigit/gitinfo.py
pigit/interaction.py
pigit/log.py
pigit/tomato.py
pigit.egg-info/PKG-INFO
pigit.egg-info/SOURCES.txt
pigit.egg-info/dependency_links.txt
pigit.egg-info/entry_points.txt
pigit.egg-info/top_level.txt
pigit/common/__init__.py
pigit/common/emoji.py
pigit/common/git_model.py
pigit/common/git_utils.py
pigit/common/singleton.py
pigit/common/str_utils.py
pigit/common/style.py
pigit/common/table.py
pigit/common/utils.py
pigit/processor/__init__.py
pigit/processor/cmd_func.py
pigit/processor/cmds.py
pigit/shellcompletion/__init__.py
pigit/shellcompletion/base.py
pigit/shellcompletion/bash.py
pigit/shellcompletion/fish.py
pigit/shellcompletion/zsh.py
pigit/tui/__init__.py
pigit/tui/console.py
pigit/tui/input.py
pigit/tui/loop.py
pigit/tui/screen.py
pigit/tui/util.py
pigit/tui/widgets.py
tests/__init__.py
tests/conftest.py
tests/interactive_run.py
tests/old_input.py
tests/run.py
tests/test_cmd_processor.py
tests/test_complete.py
tests/test_counter.py
tests/test_gitignore.py
tests/test_info.py
tests/test_table.py
tests/utils.py