diff --git a/README.md b/README.md index 5ef0a57..5003ee7 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ Pre-configured with: - SSH client for cloud access - Wildcard DNS resolution (dnsmasq) - Terminal-first interface (`desktop` command for GUI) -- Helper commands: `recipes`, `deploy`, `connect`, `browser`, `help` +- Helper commands: `recipes`, `deploy`, `browser`, `help` - Tab completion for all commands Build and flash: @@ -127,7 +127,7 @@ Based on Co-op Cloud with quality scoring: - `recipes` - Show complete Co-op Cloud catalog - `deploy ` - Deploy locally with tab completion - `browser [app]` - Launch Firefox [to specific app] -- `connect ` - SSH connection helper (local use only) + - `desktop` - Start GUI session - `help` - Show all commands and debug info diff --git a/common.nix b/common.nix index 00a75e0..8eee3d1 100644 --- a/common.nix +++ b/common.nix @@ -659,13 +659,9 @@ isoConfig COMPREPLY=($(compgen -W "${recipeList}" -- "$cur")) return 0 ;; - connect) - COMPREPLY=($(compgen -W "${serverList}" -- "$cur")) - return 0 - ;; esac } - complete -F _workshop_completion deploy browser connect abra + complete -F _workshop_completion deploy browser abra # Core Workshop Functions setup() {