README.md
setup.py
cobib/__init__.py
cobib/__main__.py
cobib/config.py
cobib/database.py
cobib/parser.py
cobib/zsh_helper.py
cobib.egg-info/PKG-INFO
cobib.egg-info/SOURCES.txt
cobib.egg-info/dependency_links.txt
cobib.egg-info/entry_points.txt
cobib.egg-info/requires.txt
cobib.egg-info/top_level.txt
cobib/commands/__init__.py
cobib/commands/add.py
cobib/commands/base_command.py
cobib/commands/delete.py
cobib/commands/edit.py
cobib/commands/export.py
cobib/commands/init.py
cobib/commands/list.py
cobib/commands/open.py
cobib/commands/search.py
cobib/commands/show.py
cobib/docs/default.ini
cobib/tui/__init__.py
cobib/tui/buffer.py
cobib/tui/tui.py
test/test_commands.py
test/test_parser.py
test/test_tui.py
test/test_zsh_helper.py