A complete Getting Things Done (GTD) productivity system for desktop a
...Powerful Features
Local-First: Your data lives on your device (SQLite). You own it 100%.
Flexible Sync: Sync privately via File System (Syncthing, iCloud) or WebDAV (Nextcloud).
Focus View: A unified dashboard for your calendar events and next actions.
Kanban Boards: Visualize projects with drag-and-drop columns.
Stop managing your data. Start getting things done.
Build terminal user interfaces and dashboards using Rust
tui-rs is a Rust library to build rich terminal user interfaces and dashboards. It is heavily inspired by the Javascript library blessed-contrib and the Go library termui. The library is based on the principle of immediate rendering with intermediate buffers. This means that at each new frame you should build all widgets that are supposed to be part of the UI. While providing a great flexibility for rich and interactive UI, this may introduce overhead for highly dynamic content. So, the...