LICENSE
README.md
pyproject.toml
setup.py
jot/__init__.py
jot/_app_navigation_mixin.py
jot/_dispatch_mixin.py
jot/app.py
jot/categories/__init__.py
jot/categories/config.py
jot/categories/manager.py
jot/categories/templates.py
jot/cli/__init__.py
jot/cli/archive.py
jot/cli/config.py
jot/cli/views.py
jot/commands/__init__.py
jot/commands/_ai_analysis_mixin.py
jot/commands/_ai_suggest_mixin.py
jot/commands/_audio_timer_mixin.py
jot/commands/_bulk_mixin.py
jot/commands/_context_mixin.py
jot/commands/_core_mixin.py
jot/commands/_gcal_mixin.py
jot/commands/_metadata_mixin.py
jot/commands/_notes_mixin.py
jot/commands/_transfer_mixin.py
jot/commands/_web_clipboard_mixin.py
jot/commands/handler.py
jot/core/__init__.py
jot/core/_age_backlog_mixin.py
jot/core/_compress_mixin.py
jot/core/_crud_mixin.py
jot/core/_delete_mixin.py
jot/core/_export_mixin.py
jot/core/_id_migration_mixin.py
jot/core/_metadata_mixin.py
jot/core/_navigation_mixin.py
jot/core/_persistence_mixin.py
jot/core/_subtask_mixin.py
jot/core/archive_manager.py
jot/core/constants.py
jot/core/id_manager.py
jot/core/task_manager.py
jot/integrations/__init__.py
jot/integrations/gcal/__init__.py
jot/integrations/gcal/account_manager.py
jot/integrations/gcal/auth.py
jot/integrations/gcal/events.py
jot/integrations/keywords/__init__.py
jot/integrations/keywords/_config_mixin.py
jot/integrations/keywords/_handlers_mixin.py
jot/integrations/keywords/handler.py
jot/mcp/__init__.py
jot/mcp/handlers.py
jot/mcp/schemas.py
jot/mcp/server.py
jot/projects/__init__.py
jot/projects/backup.py
jot/projects/registry.py
jot/ui/__init__.py
jot/ui/display.py
jot/ui/display_archive.py
jot/ui/display_footer.py
jot/ui/display_help.py
jot/ui/display_projects.py
jot/ui/display_tasks.py
jot/ui/formatting.py
jot/ui/input.py
jot/ui/picker.py
jot/ui/rendering.py
jot/ui/styles.py
jot/utils/__init__.py
jot/utils/date_utils.py
jot/utils/text_utils.py
jot/utils/validation.py
jott_cli.egg-info/PKG-INFO
jott_cli.egg-info/SOURCES.txt
jott_cli.egg-info/dependency_links.txt
jott_cli.egg-info/entry_points.txt
jott_cli.egg-info/requires.txt
jott_cli.egg-info/top_level.txt
tests/test_command_handler.py
tests/test_dispatch.py
tests/test_edit_edge_cases.py
tests/test_fuzzy_search.py
tests/test_gcal_notes.py
tests/test_highlight.py
tests/test_input.py
tests/test_jot.py
tests/test_picker.py
tests/test_styles.py
tests/test_subtask_notes.py
tests/test_terminal_wrap.py
tests/test_today_filter.py