Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/remino/omz-plugin-mycli-alias
- Owner: remino
- License: isc
- Created: 2023-07-11T09:40:59.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-21T23:01:29.000Z (about 2 months ago)
- Last Synced: 2024-12-22T00:17:19.973Z (about 2 months ago)
- Topics: mycli, mysql, oh-my-zsh-plugin, omz, zsh
- Language: Shell
- Homepage:
- Size: 2.93 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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.