Remember the TUI server selection

This commit is contained in:
Georg Bauer
2026-08-05 17:50:09 +02:00
parent 61e96cc6cf
commit c1cfaa3d23
4 changed files with 101 additions and 1 deletions

View File

@@ -75,6 +75,10 @@ representative repositories.
- [ ] Server profiles can be added, authenticated, selected, edited, renamed,
and deleted. Blank token on edit preserves the existing token; removing
the last server leaves the server manager available.
- [ ] Select a different server, quit, and relaunch without `--server`; the TUI
restores that server. Relaunch with `--server NAME`; the explicit server
wins and becomes the restored server after a clean exit. Renaming or
deleting the remembered profile leaves a valid selection.
- [ ] Editors move between fields with Tab/Shift-Tab, support cursor movement,
Unicode insertion, Delete, and Backspace without navigating back, mask
tokens, save with Ctrl-S, and cancel with Esc.