mirror of
https://github.com/therealpaulgg/ssh-sync.git
synced 2026-04-27 00:15:53 +03:00
[GH-ISSUE #52] TUI #16
Labels
No labels
ai-generated
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ssh-sync#16
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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?
Originally created by @therealpaulgg on GitHub (Apr 3, 2024).
Original GitHub issue: https://github.com/therealpaulgg/ssh-sync/issues/52
Originally assigned to: @therealpaulgg on GitHub.
I think the next step for ssh-sync for it to be a more usable utility is to introduce some improved TUI (terminal user interface) features.
For example:
Perhaps adding an 'explorer' function as an option, which opens a TUI, and then you can manage your keys with that.
Directly relates to #25 and #51
@therealpaulgg commented on GitHub (Apr 3, 2024):
This would be a great library to use. https://github.com/charmbracelet/bubbletea?tab=readme-ov-file
@therealpaulgg commented on GitHub (Oct 30, 2024):
A state cache should be implemented, so that when I go back to the previous view, I keep my settings.
This is the way it is for now since a totally new model is created for each state transition. we should retrieve from cache somewhere
@therealpaulgg commented on GitHub (May 22, 2025):
we have a basic TUI, closing.