feat: add ssh-keys-management TUI script #1
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "feature/ssh-keys-management"
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?
Adds ~/.local/bin/ssh-keys-management, a standalone interactive script for managing the full SSH key
lifecycle. Uses gum (Charm) as the TUI toolkit — this is the pilot project for introducing gum across all
dotfiles scripts.
Features:
configured hosts
private_dot_ssh/private_config.tmpl and deploy via chezmoi apply
the key to paste in the web UI
Every menu item includes a contextual description. Supports both interactive menu (ssh-keys-management) and
direct subcommands (ssh-keys-management status, etc.).