Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

webxsid/crona

Repository files navigation

Crona

Crona

Crona is a local-first work tracker for developers. It combines a terminal UI, a scriptable CLI, and a background local engine into one workflow for planning work, tracking focus sessions, and exporting structured artifacts.

The repository is a Go monorepo with four main modules:

  • kernel: background local engine, SQLite store, timer, IPC, update checks
  • tui: Bubble Tea terminal UI
  • cli: scriptable commands and local engine control flows
  • shared: shared types, config, protocol, and utilities

Screenshots

Daily dashboard showing planned issues, habits, and focus summary

Issues view showing scoped work and lifecycle status

Wellbeing dashboard showing accountability, check-in trends, and activity heatmap

Quick Start

See the full installation guide in docs/install.md.

Runtime notes:

  • local alerts are emitted by the background engine, not the TUI process
  • scheduled reminders only fire while the background engine is running
  • the TUI owns the terminal tab title while it is running and shows active session context when focused
  • PDF export depends on local renderer tooling; see docs/install.md

Launch the TUI:

crona

Inspect the local engine from the CLI:

crona kernel attach --json
crona kernel status --json
crona kernel info --json

The command group is named kernel because it controls the internal engine process. User-facing docs generally call it the local engine or background engine.

Generate shell completions:

crona completion zsh
crona completion bash
crona completion fish

Documentation

Operational references:

Support And Updates

Public support surfaces live on GitHub:

Generate a support bundle from the TUI Support view before filing a bug when possible.

License

MIT

About

Local-first work tracking for people who live in the terminal.

Topics

Resources

License

Contributing

Stars

Watchers

Forks

Contributors

Languages

AltStyle によって変換されたページ (->オリジナル) /