Interactive SSH Menu
Explore the docs »
View Demo
·
Report Bug
·
Request Feature
The ISM project is a simple CLI script. ISM collects all your hosts from your ~/.ssh/config file, expect host that starts with a *.
The biggest advantage of ISM over similar programs ISM can handle Include rules. Which is very usefull if you working with dozens of hosts.
To get a local copy up and running follow these simple steps.
- Install by pip
pip install ism
- From source
git pull https://github.com/Sch-Tomi/ism.git
cd ism
pip install .
After install, you can simply open ISM by ism
in terminal. Use arrow keys to select a host then press Enter
. A SSH will open on the same terminal with the selected host.
See the open issues for a list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the GPLv3 License. See LICENSE
for more information.
Project Link: https://github.com/Sch-Tomi/ism