docs: update Key Design Decisions — TUI-first architecture

This commit is contained in:
swanadiva
2026-06-23 14:46:55 +07:00
parent b3878de9af
commit 933ee48f3f
+2 -2
View File
@@ -12,8 +12,8 @@ Hostkeeper is a cross-platform SSH/SFTP management tool written in Go, inspired
### Key Design Decisions
- **Architecture:** Monolithic CLI with embedded TUI (Progressive enhancement approach)
- **Interface:** Hybrid - CLI commands + TUI for management tasks
- **Architecture:** TUI-first with tab-based session management (embedded terminal replacement)
- **Interface:** TUI for full experience (multiple SSH sessions, host management, SFTP); CLI for quick tasks and automation
- **Storage:** JSON/YAML files (Phase 1), encrypted storage (Phase 2)
- **Platform:** Cross-platform (Linux, macOS, Windows, Termux/Android)
- **Sync:** Manual export/import (Phase 1), cloud sync (future)