keithrbennett / wifiwand

A command line tool to manage wifi, including an interactive shell (currently Mac only)
Apache License 2.0
66 stars 6 forks source link

Generalize 'open' command to accommodate multiple web sites, add sites. #2

Closed keithrbennett closed 6 years ago

keithrbennett commented 6 years ago

Currently there is a command, pu[blic_ip_show], that opens the system default browser at https://www.whatismyip.com. There are other web sites that could be useful, so we could restructure the open whatismyip.com command to be a generic open command that takes arguments (abbreviations) for various targets.

Here are some useful targets that could be added:

keithrbennett commented 6 years ago

Implemented.