LICENSE
README.md
pyproject.toml
src/task_recorder_cui/__init__.py
src/task_recorder_cui/__main__.py
src/task_recorder_cui/_timer_daemon.py
src/task_recorder_cui/cli.py
src/task_recorder_cui/config.py
src/task_recorder_cui/db.py
src/task_recorder_cui/i18n.py
src/task_recorder_cui/io.py
src/task_recorder_cui/main.py
src/task_recorder_cui/menu.py
src/task_recorder_cui/models.py
src/task_recorder_cui/repo.py
src/task_recorder_cui.egg-info/PKG-INFO
src/task_recorder_cui.egg-info/SOURCES.txt
src/task_recorder_cui.egg-info/dependency_links.txt
src/task_recorder_cui.egg-info/entry_points.txt
src/task_recorder_cui.egg-info/requires.txt
src/task_recorder_cui.egg-info/top_level.txt
src/task_recorder_cui/commands/__init__.py
src/task_recorder_cui/commands/_summary.py
src/task_recorder_cui/commands/add.py
src/task_recorder_cui/commands/all.py
src/task_recorder_cui/commands/cat.py
src/task_recorder_cui/commands/config.py
src/task_recorder_cui/commands/month.py
src/task_recorder_cui/commands/now.py
src/task_recorder_cui/commands/range.py
src/task_recorder_cui/commands/start.py
src/task_recorder_cui/commands/stop.py
src/task_recorder_cui/commands/timer.py
src/task_recorder_cui/commands/today.py
src/task_recorder_cui/commands/week.py
src/task_recorder_cui/locales/__init__.py
src/task_recorder_cui/locales/en.py
src/task_recorder_cui/locales/ja.py
src/task_recorder_cui/services/__init__.py
src/task_recorder_cui/services/timer.py
src/task_recorder_cui/utils/__init__.py
src/task_recorder_cui/utils/paths.py
src/task_recorder_cui/utils/time.py
src/task_recorder_cui/utils/validate.py
tests/test_add.py
tests/test_all.py
tests/test_cat.py
tests/test_cli.py
tests/test_commands_config.py
tests/test_commands_timer.py
tests/test_config.py
tests/test_coverage_fill.py
tests/test_db.py
tests/test_db_migrate.py
tests/test_i18n.py
tests/test_i18n_coverage.py
tests/test_io.py
tests/test_menu_flow.py
tests/test_menu_pure.py
tests/test_menu_smoke.py
tests/test_menu_timer.py
tests/test_month.py
tests/test_now.py
tests/test_range.py
tests/test_repo_recent.py
tests/test_repo_timer.py
tests/test_services_timer.py
tests/test_start.py
tests/test_stop.py
tests/test_summary.py
tests/test_time.py
tests/test_timer_daemon.py
tests/test_today.py
tests/test_utils_paths.py
tests/test_validate.py
tests/test_week.py