CHANGELOG.md
LICENSE.txt
MANIFEST.in
README.md
cobib.1
pyproject.toml
requirements.txt
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/git.py
src/cobib/commands/import_.py
src/cobib/commands/init.py
src/cobib/commands/lint.py
src/cobib/commands/list_.py
src/cobib/commands/modify.py
src/cobib/commands/open.py
src/cobib/commands/redo.py
src/cobib/commands/review.py
src/cobib/commands/search.py
src/cobib/commands/show.py
src/cobib/commands/undo.py
src/cobib/commands/unify_labels.py
src/cobib/config/__init__.py
src/cobib/config/command.py
src/cobib/config/config.py
src/cobib/config/event.py
src/cobib/config/example.py
src/cobib/database/__init__.py
src/cobib/database/author.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/ui/__init__.py
src/cobib/ui/cli.py
src/cobib/ui/tui.py
src/cobib/ui/ui.py
src/cobib/ui/components/__init__.py
src/cobib/ui/components/entry_points.py
src/cobib/ui/components/entry_view.py
src/cobib/ui/components/help_screen.py
src/cobib/ui/components/input_screen.py
src/cobib/ui/components/list_view.py
src/cobib/ui/components/log_screen.py
src/cobib/ui/components/logging_handler.py
src/cobib/ui/components/main_content.py
src/cobib/ui/components/motion_key.py
src/cobib/ui/components/preset_filter_screen.py
src/cobib/ui/components/search_view.py
src/cobib/ui/components/selection_filter.py
src/cobib/utils/__init__.py
src/cobib/utils/context.py
src/cobib/utils/diff_renderer.py
src/cobib/utils/file_downloader.py
src/cobib/utils/journal_abbreviations.py
src/cobib/utils/logging.py
src/cobib/utils/progress.py
src/cobib/utils/prompt.py
src/cobib/utils/rel_path.py
tests/test_main.py