Logo

TUI Calendar App

  • Rust
  • Cursive
  • Terminal

September 2, 2024

A calendar and agenda application written in Rust. This version runs the Cursive interface directly in the browser through a static WebAssembly build.

GitHub repo

Controls:

  • Arrow keys: move around the calendar and task lists
  • Tab: cycle focus between buttons and panels
  • Enter: activate the focused control
  • w a s d: reposition the top floating panel
  • Mouse: left click buttons and right click dates when mouse reporting is available

This browser demo runs statically and stores its data in browser storage instead of the local filesystem.

Status: Loading…Static wasm buildBrowser storage enabled