Skip to content

Commit a1e3941

Browse files
committed
improve voidify help message
1 parent a7296d2 commit a1e3941

File tree

2 files changed

+11
-8
lines changed

2 files changed

+11
-8
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,11 @@ Generated static HTML website.
2828
┃┃┏┓┓┏┫┓╋┓┏
2929
┗┛┗┛┗┗┻┗┛┗┫
3030
31-
Voidify is your key to simplified and accelerated SSH management.
32-
With a YAML-based host inventory inspired by Ansible inventory,
33-
Voidify transforms it into an SSH config, making connection to your servers ultra simple.
34-
Simply use the CLI to navigate through environment selection and host selection, and connect to your target host.
31+
Voidify simplifies and accelerates SSH management, eliminating the need to deal with bash auto-completions.
32+
With Voidify, you don't have to worry about remembering all the server details.
33+
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.
34+
You can even start typing to filter hosts while making your selection.
35+
It takes inspiration from Ansible's YAML-based inventory to simplify configuration, which is automatically translated into SSH config.
3536
3637
Usage:
3738
voidify [flags]

cmd/root.go

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,12 @@ var rootCmd = &cobra.Command{
2626
┃┃┏┓┓┏┫┓╋┓┏
2727
┗┛┗┛┗┗┻┗┛┗┫
2828
29-
Voidify is your key to simplified and accelerated SSH management.
30-
With a YAML-based host inventory inspired by Ansible inventory,
31-
Voidify transforms it into an SSH config, making connection to your servers ultra simple.
32-
Simply use the CLI to navigate through environment selection and host selection, and connect to your target host.`,
29+
30+
Voidify simplifies and accelerates SSH management, eliminating the need to deal with bash auto-completions.
31+
With Voidify, you don't have to worry about remembering all the server details.
32+
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.
33+
You can even start typing to filter hosts while making your selection.
34+
It takes inspiration from Ansible's YAML-based inventory to simplify configuration, which is automatically translated into SSH config.`,
3335
Run: func(cmd *cobra.Command, args []string) {
3436
},
3537
}

0 commit comments

Comments
 (0)