CONTRIBUTING.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.cfg
setup.py
funky/__init__.py
funky/__main__.py
funky/app.py
funky/commands.py
funky/errors.py
funky/utils/__init__.py
funky/utils/log.py
funky/utils/xdg.py
pyfunky.egg-info/PKG-INFO
pyfunky.egg-info/SOURCES.txt
pyfunky.egg-info/dependency_links.txt
pyfunky.egg-info/entry_points.txt
pyfunky.egg-info/not-zip-safe
pyfunky.egg-info/requires.txt
pyfunky.egg-info/top_level.txt
scripts/__init__.py
scripts/install-system-dev-deps
scripts/shell/__init__.py
scripts/shell/funky.sh
tests/README.md
tests/conftest.py
tests/test_app.py
tests/test_commands.py
tests/test_shell.py
tests/__snapshots__/test_shell.ambr
tests/scripts/shell/test_funky.sh
tests/utils/test_log.py
tests/utils/test_utils.py
tests/utils/test_xdg.py