Checks
Motivation
you are one change away in your cmd/main.go to introduce a killer feature.
Implementation
sshConfigFile := filepath.Join(home, ".ssh", "config")
make this dynamic. let me be able to specify a path to my various ssh config files (I have a lot in different places, not only one ~/.ssh/config).
read from env vars or cli flags or stdin, I dont care. make it dynamic!
Are you willing & able to help?
Checks
Motivation
you are one change away in your cmd/main.go to introduce a killer feature.
Implementation
sshConfigFile := filepath.Join(home, ".ssh", "config")make this dynamic. let me be able to specify a path to my various ssh config files (I have a lot in different places, not only one ~/.ssh/config).
read from env vars or cli flags or stdin, I dont care. make it dynamic!
Are you willing & able to help?