zsh-awsssh
February 20, 2024 ยท View on GitHub
A Zsh plugin to List, Select and SSH into an EC2 instance!
Installation
Zplug
zplug "raisedadead/zsh-awsssh"
Antigen
antigen bundle raisedadead/zsh-awsssh
Oh-My-Zsh (WHY?!!)
git clone https://github.com/raisedadead/zsh-awsssh.git $ZSH_CUSTOM/plugins/zsh-awsssh
plugins=(
#...
zsh-awsssh
)
Manual
git clone https://github.com/raisedadead/zsh-awsssh.git
source zsh-awsssh/awsssh.plugin.zsh
Usage
awsssh
License
Software: The software as it is licensed under the ISC License, please feel free to extend, re-use, share the code.