https://github.com/guru107/servermap
A CLI autocompletion tool to remember your servers
https://github.com/guru107/servermap
bash-completion cli-app node-module nodejs zsh-completion
Last synced: 2 months ago
JSON representation
A CLI autocompletion tool to remember your servers
- Host: GitHub
- URL: https://github.com/guru107/servermap
- Owner: Guru107
- License: mit
- Created: 2018-05-28T06:23:33.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-06-02T15:33:39.000Z (over 7 years ago)
- Last Synced: 2025-09-20T03:18:42.390Z (3 months ago)
- Topics: bash-completion, cli-app, node-module, nodejs, zsh-completion
- Language: JavaScript
- Size: 36.1 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Server Map
A CLI autocompletion tool to remember your servers and use it to ssh into a server.
## How to use
1. Create an `inventories` directory in your home folder
2. Create a file for your datacenter/group with the name of your dc/group
3. Use `ini` file format for adding your servers in the file
1. Example format
```
[dbservers]
one.example.com
two.example.com
[appservers]
one.appserver.com
two.appserver.com
```
Works with bash and zsh
