LICENSE
README.md
pyproject.toml
src/gpgnotes/__init__.py
src/gpgnotes/cli.py
src/gpgnotes/config.py
src/gpgnotes/daily.py
src/gpgnotes/encryption.py
src/gpgnotes/enhance.py
src/gpgnotes/exporter.py
src/gpgnotes/history.py
src/gpgnotes/importer.py
src/gpgnotes/index.py
src/gpgnotes/llm.py
src/gpgnotes/note.py
src/gpgnotes/storage.py
src/gpgnotes/sync.py
src/gpgnotes/tagging.py
src/gpgnotes/templates.py
src/gpgnotes/todos.py
src/gpgnotes.egg-info/PKG-INFO
src/gpgnotes.egg-info/SOURCES.txt
src/gpgnotes.egg-info/dependency_links.txt
src/gpgnotes.egg-info/entry_points.txt
src/gpgnotes.egg-info/requires.txt
src/gpgnotes.egg-info/top_level.txt
src/gpgnotes/tui/__init__.py
src/gpgnotes/tui/app.py
src/gpgnotes/tui/dialogs/__init__.py
src/gpgnotes/tui/dialogs/confirm.py
src/gpgnotes/tui/dialogs/new_note.py
src/gpgnotes/tui/screens/__init__.py
src/gpgnotes/tui/screens/help.py
src/gpgnotes/tui/screens/search.py
src/gpgnotes/tui/widgets/__init__.py
src/gpgnotes/tui/widgets/folders.py
src/gpgnotes/tui/widgets/notes_list.py
src/gpgnotes/tui/widgets/preview.py
src/gpgnotes/tui/widgets/tags.py
tests/test_cli.py
tests/test_config.py
tests/test_daily.py
tests/test_folders.py
tests/test_note.py
tests/test_tagging.py
tests/test_todos.py