.coveragerc
.gitignore
.gitlab-ci.yml
.pydocstylerc
.pylintdict
.pylintrc
CHANGELOG.md
CONTRIBUTING.md
LICENSE.txt
MANIFEST.in
Makefile
README.md
_cobib
cobib.1
mypy.ini
pyproject.toml
pytest.ini
requirements.txt
setup.cfg
setup.py
tox.ini
html/cobib_book.svg
html/cobib_logo.svg
html/index.html.jinja2
html/module.html.jinja2
logo/cobib_book-squared.png
logo/cobib_book.png
logo/cobib_book.svg
logo/cobib_byline.png
logo/cobib_byline.svg
logo/cobib_logo.png
logo/cobib_logo.svg
src/cobib/__init__.py
src/cobib/__main__.py
src/cobib/py.typed
src/cobib.egg-info/PKG-INFO
src/cobib.egg-info/SOURCES.txt
src/cobib.egg-info/dependency_links.txt
src/cobib.egg-info/entry_points.txt
src/cobib.egg-info/requires.txt
src/cobib.egg-info/top_level.txt
src/cobib/commands/__init__.py
src/cobib/commands/add.py
src/cobib/commands/base_command.py
src/cobib/commands/delete.py
src/cobib/commands/edit.py
src/cobib/commands/export.py
src/cobib/commands/import_.py
src/cobib/commands/init.py
src/cobib/commands/list.py
src/cobib/commands/modify.py
src/cobib/commands/open.py
src/cobib/commands/redo.py
src/cobib/commands/search.py
src/cobib/commands/show.py
src/cobib/commands/undo.py
src/cobib/config/__init__.py
src/cobib/config/config.py
src/cobib/config/event.py
src/cobib/config/example.py
src/cobib/database/__init__.py
src/cobib/database/database.py
src/cobib/database/entry.py
src/cobib/importers/__init__.py
src/cobib/importers/base_importer.py
src/cobib/importers/zotero.py
src/cobib/parsers/__init__.py
src/cobib/parsers/arxiv.py
src/cobib/parsers/base_parser.py
src/cobib/parsers/bibtex.py
src/cobib/parsers/doi.py
src/cobib/parsers/isbn.py
src/cobib/parsers/url.py
src/cobib/parsers/yaml.py
src/cobib/tui/__init__.py
src/cobib/tui/buffer.py
src/cobib/tui/frame.py
src/cobib/tui/state.py
src/cobib/tui/tui.py
src/cobib/utils/__init__.py
src/cobib/utils/file_downloader.py
src/cobib/utils/journal_abbreviations.py
src/cobib/utils/logging.py
src/cobib/utils/rel_path.py
src/cobib/utils/shell_helper.py
tests/__init__.py
tests/cmdline_test.py
tests/debug.py
tests/example_entry.bib
tests/example_entry.yaml
tests/example_literature.bib
tests/example_literature.yaml
tests/test_main.py
tests/commands/__init__.py
tests/commands/command_test.py
tests/commands/example_duplicate_entry.bib
tests/commands/example_duplicate_entry.yaml
tests/commands/example_multi_file_entry.bib
tests/commands/example_multi_file_entry.yaml
tests/commands/test_add.py
tests/commands/test_delete.py
tests/commands/test_edit.py
tests/commands/test_export.py
tests/commands/test_git_commit_event.py
tests/commands/test_import.py
tests/commands/test_init.py
tests/commands/test_list.py
tests/commands/test_modify.py
tests/commands/test_open.py
tests/commands/test_redo.py
tests/commands/test_search.py
tests/commands/test_show.py
tests/commands/test_undo.py
tests/config/__init__.py
tests/config/broken_config.py
tests/config/test_config.py
tests/config/test_event.py
tests/database/__init__.py
tests/database/example_entry_umlaut.bib
tests/database/test_database.py
tests/database/test_entry.py
tests/importers/__init__.py
tests/importers/importer_test.py
tests/importers/test_zotero.py
tests/importers/zotero_database.yaml
tests/parsers/__init__.py
tests/parsers/parser_test.py
tests/parsers/test_arxiv.py
tests/parsers/test_bibtex.py
tests/parsers/test_doi.py
tests/parsers/test_isbn.py
tests/parsers/test_url.py
tests/parsers/test_yaml.py
tests/tui/__init__.py
tests/tui/mock_curses.py
tests/tui/mock_tui.py
tests/tui/scrolling_database.yaml
tests/tui/test_buffer.py
tests/tui/test_frame.py
tests/tui/test_state.py
tests/tui/test_tui.py
tests/tui/tui_test.py
tests/utils/__init__.py
tests/utils/expected_changelog_printing.txt
tests/utils/fixed_database.yaml
tests/utils/linting_database.yaml
tests/utils/test_file_downloader.py
tests/utils/test_journal_abbreviations.py
tests/utils/test_logging.py
tests/utils/test_rel_path.py
tests/utils/test_shell_helper.py
tests/utils/unified_database.yaml
tests/utils/unifying_database.yaml