CONTRIBUTING.rst
LICENSE
MANIFEST.in
README.rst
setup.cfg
setup.py
docs/Makefile
docs/conf.py
docs/contributing.rst
docs/index.rst
docs/installation.rst
docs/make.bat
docs/readme.rst
docs/usage.rst
docs/img/demo.gif
docs/img/trial.png
localalias/__init__.py
localalias/__main__.py
localalias/app.py
localalias/commands.py
localalias/errors.py
localalias.egg-info/PKG-INFO
localalias.egg-info/SOURCES.txt
localalias.egg-info/dependency_links.txt
localalias.egg-info/entry_points.txt
localalias.egg-info/not-zip-safe
localalias.egg-info/requires.txt
localalias.egg-info/top_level.txt
localalias/utils/__init__.py
localalias/utils/core.py
localalias/utils/log.py
localalias/utils/xdg.py
scripts/__init__.py
scripts/post_install.py
scripts/shell/localalias.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_execute.py
tests/commands/test_remove.py
tests/commands/test_show.py
tests/utils/test_log.py
tests/utils/test_utils.py
tests/utils/test_xdg.py