README.md
setup.py
bronotes/__init__.py
bronotes/__main__.py
bronotes/config.py
bronotes.egg-info/PKG-INFO
bronotes.egg-info/SOURCES.txt
bronotes.egg-info/dependency_links.txt
bronotes.egg-info/entry_points.txt
bronotes.egg-info/requires.txt
bronotes.egg-info/top_level.txt
bronotes/actions/__init__.py
bronotes/actions/add.py
bronotes/actions/base_action.py
bronotes/actions/completions.py
bronotes/actions/edit.py
bronotes/actions/git.py
bronotes/actions/list.py
bronotes/actions/mv.py
bronotes/actions/rm.py
bronotes/actions/set.py
bronotes/actions/show.py
bronotes/actions/sync.py
tests/__init__.py
tests/conftest.py
tests/test_add.py
tests/test_config.py
tests/test_edit.py
tests/test_list.py
tests/test_mv.py
tests/test_rm.py
tests/test_show.py