https://github.com/raisedadead/zsh-awsssh
> A Zsh plugin to List, Select and SSH into an EC2 instance!
https://github.com/raisedadead/zsh-awsssh
Last synced: 9 months ago
JSON representation
> A Zsh plugin to List, Select and SSH into an EC2 instance!
- Host: GitHub
- URL: https://github.com/raisedadead/zsh-awsssh
- Owner: raisedadead
- License: isc
- Created: 2024-02-20T09:48:53.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-24T17:10:12.000Z (over 1 year ago)
- Last Synced: 2024-12-29T13:57:25.570Z (11 months ago)
- Language: Shell
- Homepage:
- Size: 14.6 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
Awesome Lists containing this project
- awesome-zsh-plugins - awsssh - List, select and `ssh` into EC2 instances. (Plugins / ZSH on Windows)
- fucking-awesome-zsh-plugins - awsssh - List, select and `ssh` into EC2 instances. (Plugins / ZSH on Windows)
README
# zsh-awsssh
> A Zsh plugin to List, Select and SSH into an EC2 instance!

## Installation
### Zplug
```zsh
zplug "raisedadead/zsh-awsssh"
```
### Antigen
```zsh
antigen bundle raisedadead/zsh-awsssh
```
### Oh-My-Zsh (WHY?!!)
```zsh
git clone https://github.com/raisedadead/zsh-awsssh.git $ZSH_CUSTOM/plugins/zsh-awsssh
```
```zsh
plugins=(
#...
zsh-awsssh
)
```
### Manual
```zsh
git clone https://github.com/raisedadead/zsh-awsssh.git
source zsh-awsssh/awsssh.plugin.zsh
```
## Usage
```zsh
awsssh
```
## License
Software: The software as it is licensed under the [ISC](LICENSE) License,
please feel free to extend, re-use, share the code.