Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/remino/omz-plugin-mycli-alias

Plugin for Oh My Zsh to add alias for MyCLI with login path.
https://github.com/remino/omz-plugin-mycli-alias

mycli mysql oh-my-zsh-plugin omz zsh

Last synced: 12 days ago
JSON representation

Plugin for Oh My Zsh to add alias for MyCLI with login path.

Awesome Lists containing this project

README

        

omz-plugin-mycli-alias
======================

Plugin for Oh My Zsh to add alias for [`mycli`](https://www.mycli.net) with login path.

When enabled, the login path can be specified using an @ sign. For example:

```sh
mycli @production -D main

# The above is the same than:

mycli --login-path=production -D main
```

## Installation

First, clone the repo:

```sh
git clone https://github.com/remino/omz-plugin-mycli-alias.git "$ZSH_CUSTOM/plugins/mycli-alias"
```

Second, add `mycli-alias` to your Oh My Zsh plugins:

```
plugins+=(mycli-alias)
```

Finally, restart your shell.