Skip to content

Commit

Permalink
improve voidify help message
Browse files Browse the repository at this point in the history
  • Loading branch information
voidquark committed Nov 3, 2023
1 parent a7296d2 commit a1e3941
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 8 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,11 @@ Generated static HTML website.
┃┃┏┓┓┏┫┓╋┓┏
┗┛┗┛┗┗┻┗┛┗┫
Voidify is your key to simplified and accelerated SSH management.
With a YAML-based host inventory inspired by Ansible inventory,
Voidify transforms it into an SSH config, making connection to your servers ultra simple.
Simply use the CLI to navigate through environment selection and host selection, and connect to your target host.
Voidify simplifies and accelerates SSH management, eliminating the need to deal with bash auto-completions.
With Voidify, you don't have to worry about remembering all the server details.
Instead, just run Voidify, use your arrow keys in the terminal to navigate through environment selections, and choose the server name you want to connect to.
You can even start typing to filter hosts while making your selection.
It takes inspiration from Ansible's YAML-based inventory to simplify configuration, which is automatically translated into SSH config.
Usage:
voidify [flags]
Expand Down
10 changes: 6 additions & 4 deletions cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,12 @@ var rootCmd = &cobra.Command{
┃┃┏┓┓┏┫┓╋┓┏
┗┛┗┛┗┗┻┗┛┗┫
Voidify is your key to simplified and accelerated SSH management.
With a YAML-based host inventory inspired by Ansible inventory,
Voidify transforms it into an SSH config, making connection to your servers ultra simple.
Simply use the CLI to navigate through environment selection and host selection, and connect to your target host.`,
Voidify simplifies and accelerates SSH management, eliminating the need to deal with bash auto-completions.
With Voidify, you don't have to worry about remembering all the server details.
Instead, just run Voidify, use your arrow keys in the terminal to navigate through environment selections, and choose the server name you want to connect to.
You can even start typing to filter hosts while making your selection.
It takes inspiration from Ansible's YAML-based inventory to simplify configuration, which is automatically translated into SSH config.`,
Run: func(cmd *cobra.Command, args []string) {
},
}
Expand Down

0 comments on commit a1e3941

Please sign in to comment.