A simple application allowing you to make a list of SSH hosts and connect to them using a single command. This was meant as a simple project to manage all my SSH logins, and to learn about custom implementations of input & select dialogs in the terminal.
- Add, remove, and list SSH hosts
- Connect to a host using a single command
- Custom input and select dialogs
- Install the source code
git clone git@github.com:NietThijmen/ShoppingCart.git - Compile the source code
cd ShoppingCart
go build- Make the program executable (linux & mac)
- Add the following line to your
.bashrcor.zshrcfile:
alias ShoppingCart='/path/to/ShoppingCart'ShoppingCart [command]