LICENSE
README.md
pyproject.toml
src/nokkam/__init__.py
src/nokkam/app.py
src/nokkam/cli.py
src/nokkam/config.py
src/nokkam/py.typed
src/nokkam.egg-info/PKG-INFO
src/nokkam.egg-info/SOURCES.txt
src/nokkam.egg-info/dependency_links.txt
src/nokkam.egg-info/entry_points.txt
src/nokkam.egg-info/requires.txt
src/nokkam.egg-info/top_level.txt
src/nokkam/data/__init__.py
src/nokkam/data/db.py
src/nokkam/data/migrations.py
src/nokkam/data/repositories/__init__.py
src/nokkam/data/repositories/dependency_repository.py
src/nokkam/data/repositories/event_repository.py
src/nokkam/data/repositories/project_repository.py
src/nokkam/data/repositories/recurrence_repository.py
src/nokkam/data/repositories/reminder_repository.py
src/nokkam/data/repositories/tag_repository.py
src/nokkam/data/repositories/task_repository.py
src/nokkam/data/repositories/time_log_repository.py
src/nokkam/domain/__init__.py
src/nokkam/domain/icons.py
src/nokkam/domain/models.py
src/nokkam/domain/nl_date_parser.py
src/nokkam/domain/recurrence.py
src/nokkam/infra/__init__.py
src/nokkam/infra/export_adapter.py
src/nokkam/infra/ics_adapter.py
src/nokkam/infra/notification_adapter.py
src/nokkam/presentation/__init__.py
src/nokkam/presentation/command_provider.py
src/nokkam/presentation/theme.py
src/nokkam/presentation/screens/__init__.py
src/nokkam/presentation/screens/agenda_screen.py
src/nokkam/presentation/screens/help.py
src/nokkam/presentation/screens/home_screen.py
src/nokkam/presentation/screens/pomodoro_screen.py
src/nokkam/presentation/screens/quick_add.py
src/nokkam/presentation/screens/stats_screen.py
src/nokkam/presentation/screens/task_form.py
src/nokkam/presentation/screens/task_list.py
src/nokkam/presentation/screens/text_prompt.py
src/nokkam/presentation/styles/base.tcss
src/nokkam/presentation/widgets/__init__.py
src/nokkam/presentation/widgets/app_header.py
src/nokkam/presentation/widgets/calendar_grid.py
src/nokkam/services/__init__.py
src/nokkam/services/ics_service.py
src/nokkam/services/reminder_service.py
src/nokkam/services/stats_service.py
src/nokkam/services/task_service.py
src/nokkam/services/time_tracking_service.py
src/nokkam/services/undo.py
tests/test_agenda_screen.py
tests/test_app.py
tests/test_app_notifications.py
tests/test_calendar_grid.py
tests/test_calendar_mouse.py
tests/test_cli.py
tests/test_command_palette.py
tests/test_config.py
tests/test_dependencies.py
tests/test_export_adapter.py
tests/test_heatmap.py
tests/test_help.py
tests/test_home_screen.py
tests/test_icons.py
tests/test_ics_adapter.py
tests/test_ics_service.py
tests/test_migrations.py
tests/test_nl_date_parser.py
tests/test_notification_adapter.py
tests/test_phase4_ui.py
tests/test_pomodoro.py
tests/test_recurrence.py
tests/test_reminder_service.py
tests/test_smart_lists.py
tests/test_stats_screen.py
tests/test_stats_service.py
tests/test_subtasks.py
tests/test_task_repository.py
tests/test_task_service.py
tests/test_theme.py
tests/test_time_tracking.py
tests/test_visual_regressions.py