CONTRIBUTING.md
LICENSE
MANIFEST.in
README.md
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/core.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/post_install.py
scripts/shell/funky.sh
tests/test_app.py
tests/commands/conftest.py
tests/commands/shared.py
tests/commands/test_add.py
tests/commands/test_edit.py
tests/commands/test_remove.py
tests/commands/test_rename.py
tests/commands/test_show.py
tests/utils/test_log.py
tests/utils/test_utils.py
tests/utils/test_xdg.py