refactor: remove S3 sync feature and related settings

This commit is contained in:
2026-06-04 00:01:15 +08:00
parent 24af4d0f95
commit d88f0843b5
12 changed files with 6 additions and 413 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ A personal SSH and shell connection manager with a terminal user interface (TUI)
- **Import from `~/.ssh/config`** — One command to import all existing hosts
- **Local shell scan** — Auto-detects available shells from `/etc/shells`
- **Quick select** — Press `Ctrl+Q` then a number key (19) to connect instantly
- **Encrypted cloud sync** — Push/pull config via GitHub Gist, WebDAV, or S3 with AES-256-GCM encryption
- **Encrypted cloud sync** — Push/pull config via GitHub Gist or WebDAV with AES-256-GCM encryption
- **CLI subcommands** — Connect, import, sync, and diagnostics without launching the TUI
## Installation