examples/default
A multi-page app with a focusable list, page navigation, and quit. The minimal end-to-end example — the one to read first to understand the architecture.
What it shows
- ▸ Multi-page routing with
register_page - ▸ Focus list with movement (j k)
- ▸ Default keymaps in action
- ▸ Clean
Runtime::run()loop