Applications
Jot is available as a CLI today, with TUI, mobile, and CalDAV sync planned.
CLI Beta
The primary interface. Jot ships as a single Rust binary, just like Joy. Install it and start adding tasks immediately.
jot init
jot add "Write unit tests" --priority high --tag work
jot ls
jot done JOT-0001Fast, scriptable, and works offline. Runs on Linux, macOS, and Windows.
TUI Planned
An interactive terminal UI for browsing and managing tasks. Navigate with keyboard shortcuts, mark tasks done, edit inline. Built on the same data layer as the CLI.
App Planned
Desktop and mobile access through the Joyint App (Tauri/React). A graphical interface for when touch or drag-and-drop is more natural than typing commands.
Web Planned
Browser-based access through joyint.com. View and manage tasks from any device with a browser, synced through the Joyint platform.
CalDAV Planned
Sync tasks with CalDAV-compatible clients for mobile and cross-device access:
- Apple Reminders - Native iOS and macOS integration. Tasks created in Jot appear in Reminders and vice versa.
- Google Calendar/Tasks - Android and web access. Jot tasks sync as Google Tasks entries.
- Any CalDAV client - Thunderbird, GNOME Calendar, and any other standards-compliant CalDAV application.
Define tasks in the terminal, check them off on your phone. Changes sync bidirectionally. CalDAV sync will run through the Joyint platform or a local CalDAV server, keeping your Jot data as the source of truth.