mirror of
https://github.com/therealpaulgg/ssh-sync.git
synced 2026-04-26 16:05:51 +03:00
[PR #54] [MERGED] 51 25 key management #63
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#63
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?
📋 Pull Request Information
Original PR: https://github.com/therealpaulgg/ssh-sync/pull/54
Author: @therealpaulgg
Created: 10/30/2024
Status: ✅ Merged
Merged: 10/30/2024
Merged by: @therealpaulgg
Base:
main← Head:51-25-key-management📝 Commits (10+)
893f1a3cool TUI stuff925b33brefactoring stuffd634610AI refactor57c9765begin programming extra featuresdde6d51sigh. idk if this is better8f43cd7debuggerdb89fadi have fixed the state3503646current working version5412c24global header2b31999delete key working📊 Changes
27 files changed (+1032 additions, -88 deletions)
View changed files
📝
.gitignore(+1 -0)📝
.vscode/launch.json(+8 -9)➕
.vscode/tasks.json(+33 -0)📝
go.mod(+24 -2)📝
go.sum(+77 -0)📝
main.go(+10 -2)📝
pkg/actions/challenge-response.go(+8 -6)📝
pkg/actions/download.go(+51 -35)➕
pkg/actions/interactive/main.go(+33 -0)➕
pkg/actions/interactive/states/common.go(+63 -0)➕
pkg/actions/interactive/states/delete-ssh-key.go(+74 -0)➕
pkg/actions/interactive/states/error-state.go(+40 -0)➕
pkg/actions/interactive/states/main-menu.go(+68 -0)➕
pkg/actions/interactive/states/main.go(+55 -0)➕
pkg/actions/interactive/states/ssh-key-content.go(+107 -0)➕
pkg/actions/interactive/states/ssh-key-manager.go(+84 -0)➕
pkg/actions/interactive/states/ssh-key-options.go(+75 -0)➕
pkg/actions/interactive/states/styles.go(+26 -0)📝
pkg/actions/list-machines.go(+1 -1)📝
pkg/actions/remove-machine.go(+1 -1)...and 7 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.