A CLI autocompletion tool to remember your servers and use it to ssh into a server.
- Create an inventoriesdirectory in your home folder
- Create a file for your datacenter/group with the name of your dc/group
- Use inifile format for adding your servers in the file- Example format
 
[dbservers]
one.example.com
two.example.com
[appservers]
one.appserver.com
two.appserver.com
Works with bash and zsh
