Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

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: 2 months ago
JSON representation

> A Zsh plugin to List, Select and SSH into an EC2 instance!

Lists

README

        

# zsh-awsssh

> A Zsh plugin to List, Select and SSH into an EC2 instance!

image

## 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.