Denys Seredenko 121c2505e6
All checks were successful
Build and Test / build-test (1.23.4) (push) Successful in 1m37s
* showing help by basic call
* autocompletion for exec
2025-02-18 19:34:15 +01:00
2025-01-15 12:58:30 +01:00
2025-02-18 19:34:15 +01:00
2025-02-18 19:34:15 +01:00
2025-01-12 11:38:01 +01:00
2025-01-14 14:25:18 +01:00
2025-01-12 11:38:01 +01:00
2025-02-18 19:34:15 +01:00

SSH-HUB - portable command hub

Autocompletion

In order to create autocompletion you have to:

  • Download executable or clone project and write go install
  • Then consult with ssh-hub completion. There you can select needed script for your terminal
  • After that source it to have autocompletion and you are ready to go

Example in Mac OS with ZSH:

  • go build
  • go install
  • ssh-hub completion zsh > ssh-hub-completion.zsh
  • source ssh-hub-completion.zsh
  • Now you should have it! Try using a ssh-hub exec [TAB] [TAB] it will help to find needed command
Description
No description provided
Readme 49 KiB
Languages
Go 100%