.gitignore
.travis.yml
LICENSE
Makefile
README.md
notes.org
requirements.txt
setup.cfg
setup.py
tox.ini
examples/futures.py
examples/traitmenu_people_n_places.py
src/dynmen/__init__.py
src/dynmen/common.py
src/dynmen/dmenu.py
src/dynmen/menu.py
src/dynmen/rofi.py
src/dynmen.egg-info/PKG-INFO
src/dynmen.egg-info/SOURCES.txt
src/dynmen.egg-info/dependency_links.txt
src/dynmen.egg-info/top_level.txt
src/dynmen/cmd/__init__.py
src/dynmen/cmd/async.py
src/dynmen/cmd/async_py3.py
src/dynmen/cmd/blocking.py
src/dynmen/cmd/futures.py
tests/data.json
tests/data.py
tests/fixtures.py
tests/integration.py
tests/test_cmd_async.py
tests/test_cmd_blocking.py
tests/test_cmd_futures.py
tests/test_common.py
tests/test_dmenu.py
tests/test_menu.py
tests/test_rofi.py
tests/test_x11_dmenu.py
tests/test_x11_rofi.py
utils/class_generator.py
utils/gen_dmenu.py
utils/gen_rofi.py
utils/gen_test_data.py