.gitignore
.travis.yml
LICENSE
MANIFEST.in
Pipfile
Pipfile.lock
README.md
fastentrypoints.py
setup.cfg
setup.py
tests/__init__.py
tests/test_meson.py
tests/test_python.py
this_cli.egg-info/PKG-INFO
this_cli.egg-info/SOURCES.txt
this_cli.egg-info/dependency_links.txt
this_cli.egg-info/entry_points.txt
this_cli.egg-info/requires.txt
this_cli.egg-info/top_level.txt
thiscli/__init__.py
thiscli/__main__.py
thiscli/click_colors.py
thiscli/env.py
thiscli/tmux.py
thiscli/util.py
thiscli/project/__init__.py
thiscli/project/ansible.py
thiscli/project/autotools.py
thiscli/project/cargo.py
thiscli/project/cmake.py
thiscli/project/dotnet.py
thiscli/project/gradle.py
thiscli/project/laravel.py
thiscli/project/make.py
thiscli/project/meson.py
thiscli/project/nodejs.py
thiscli/project/python.py