You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Feat: Adds auto-command execution to SSH connections (#18)
* Feat: Adds auto command input feature for hosts
Allows users to configure auto-run commands after connecting to a host.
Prompts the user to set up auto commands during host creation.
Supports multi-line command input via an editor.
Displays the list of auto commands in the host information output.
Specifies that commands should be entered one per line.
* feat(cli): Display auto command count in host list
* feat(cli): Add autoCommands management to host edit command
* feat(connect): Add support for automatic command execution on SSH
* feat(i18n): Add Korean translation for no saved hosts message
* feat(connect): Implement auto-command execution and enhance SSH connection flow
* Refactors host display and connection logic
Improves code reusability and readability by extracting host display logic into a separate module.
Standardizes host selection across commands using a shared function.
Enhances the connection command to handle auto-run commands more effectively, combining them with an interactive bash session.
Updates translations and prompts to English
0 commit comments