Ratatui based terminal version of the app #37
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Implement a terminal variant for the app with a ratatui based tui. It should have feature parity with the app and be optimized to run in terminals and multiplexers. Navigation should be inspired by mutt. This should be done after the kanban support for the iPhone app, because that is one core use for it.
The open panel should automatically reload based on a preference setting with a 5 second default. Auto-reload should never interrupt editing and must not conflict with user scrolling.
The tui must support running in herdr and support mouse interactions.