repo_name stringclasses 25
values | repo_full_name stringclasses 25
values | owner stringclasses 25
values | stars int64 117k 496k | license stringclasses 7
values | repo_description stringclasses 25
values | filepath stringlengths 9 75 | file_type stringclasses 3
values | language stringclasses 2
values | content stringlengths 24 383k | size_bytes int64 25 387k | num_lines int64 2 4.44k |
|---|---|---|---|---|---|---|---|---|---|---|---|
ohmyzsh | ohmyzsh/ohmyzsh | ohmyzsh | 186,494 | MIT | 🙃 A delightful community-driven (with 2,400+ contributors) framework for managing your zsh configuration. Includes 300+ optional plugins (rails, git, macOS, hub, docker, homebrew, node, php, python, etc), 140+ themes to spice up your morning, and an auto-update tool that makes it easy to keep up w | plugins\gitignore\README.md | readme | Markdown | # gitignore
This plugin enables you to use [gitignore.io](https://www.gitignore.io) from the command line. You need an active internet connection to fetch templates. The plugin uses the gitignore.io CDN endpoint to simplify access and improve reliability.
To use it, add `gitignore` to the plugins array in your zshrc ... | 690 | 18 |
ohmyzsh | ohmyzsh/ohmyzsh | ohmyzsh | 186,494 | MIT | 🙃 A delightful community-driven (with 2,400+ contributors) framework for managing your zsh configuration. Includes 300+ optional plugins (rails, git, macOS, hub, docker, homebrew, node, php, python, etc), 140+ themes to spice up your morning, and an auto-update tool that makes it easy to keep up w | plugins\glassfish\README.md | readme | Markdown | # glassfish
The glassfish plugin adds completion for the `asadmin` utility, a command to manage
[Oracle GlassFish](https://docs.oracle.com/cd/E18930_01/html/821-2416/giobi.html) servers.
To use it, add `glassfish` to the plugins array in your zshrc file:
```zsh
plugins=(... glassfish)
```
| 301 | 10 |
ohmyzsh | ohmyzsh/ohmyzsh | ohmyzsh | 186,494 | MIT | 🙃 A delightful community-driven (with 2,400+ contributors) framework for managing your zsh configuration. Includes 300+ optional plugins (rails, git, macOS, hub, docker, homebrew, node, php, python, etc), 140+ themes to spice up your morning, and an auto-update tool that makes it easy to keep up w | plugins\globalias\README.md | readme | Markdown | # Globalias plugin
Expands all glob expressions, subcommands and aliases (including global).
Idea from: https://blog.patshead.com/2012/11/automatically-expaning-zsh-global-aliases---simplified.html.
## Usage
Add `globalias` to the plugins array in your zshrc file:
```zsh
plugins=(... globalias)
```
Then just pres... | 1,476 | 80 |
ohmyzsh | ohmyzsh/ohmyzsh | ohmyzsh | 186,494 | MIT | 🙃 A delightful community-driven (with 2,400+ contributors) framework for managing your zsh configuration. Includes 300+ optional plugins (rails, git, macOS, hub, docker, homebrew, node, php, python, etc), 140+ themes to spice up your morning, and an auto-update tool that makes it easy to keep up w | plugins\gnu-utils\README.md | readme | Markdown | # gnu-utils plugin
This plugin binds GNU coreutils to their default names, so that you don't have
to call them using their prefixed name, which starts with `g`. This is useful
in systems which don't have GNU coreutils installed by default, mainly macOS
or FreeBSD, which use BSD coreutils.
To use it, add `gnu-utils` t... | 1,474 | 39 |
ohmyzsh | ohmyzsh/ohmyzsh | ohmyzsh | 186,494 | MIT | 🙃 A delightful community-driven (with 2,400+ contributors) framework for managing your zsh configuration. Includes 300+ optional plugins (rails, git, macOS, hub, docker, homebrew, node, php, python, etc), 140+ themes to spice up your morning, and an auto-update tool that makes it easy to keep up w | plugins\golang\README.md | readme | Markdown | # Golang plugin
This plugin adds completion for the [Go Programming Language](https://golang.org/),
as well as some aliases for common Golang commands.
To use it, add `golang` to the plugins array in your zshrc file:
```zsh
plugins=(... golang)
```
## Aliases
| Alias | Command | Description ... | 2,966 | 42 |
ohmyzsh | ohmyzsh/ohmyzsh | ohmyzsh | 186,494 | MIT | 🙃 A delightful community-driven (with 2,400+ contributors) framework for managing your zsh configuration. Includes 300+ optional plugins (rails, git, macOS, hub, docker, homebrew, node, php, python, etc), 140+ themes to spice up your morning, and an auto-update tool that makes it easy to keep up w | plugins\gpg-agent\README.md | readme | Markdown | # gpg-agent
Applies some fixes for some common issues encountered with [GPG's gpg-agent](https://www.gnupg.org/documentation/manuals/gnupg/).
More specifically, this plugin:
- Updates the `GPG_TTY` environment variable before each shell execution.
- Updates the `SSH_AUTH_SOCK` environment variable if `enable-ssh-su... | 460 | 15 |
ohmyzsh | ohmyzsh/ohmyzsh | ohmyzsh | 186,494 | MIT | 🙃 A delightful community-driven (with 2,400+ contributors) framework for managing your zsh configuration. Includes 300+ optional plugins (rails, git, macOS, hub, docker, homebrew, node, php, python, etc), 140+ themes to spice up your morning, and an auto-update tool that makes it easy to keep up w | plugins\gradle\README.md | readme | Markdown | # Gradle plugin
This plugin adds completions and aliases for [Gradle](https://gradle.org/).
To use it, add `gradle` to the plugins array in your zshrc file:
```zsh
plugins=(... gradle)
```
## Usage
This plugin creates a function called `gradle-or-gradlew`, which is aliased
to `gradle`, which is used to determine w... | 874 | 31 |
ohmyzsh | ohmyzsh/ohmyzsh | ohmyzsh | 186,494 | MIT | 🙃 A delightful community-driven (with 2,400+ contributors) framework for managing your zsh configuration. Includes 300+ optional plugins (rails, git, macOS, hub, docker, homebrew, node, php, python, etc), 140+ themes to spice up your morning, and an auto-update tool that makes it easy to keep up w | plugins\grails\README.md | readme | Markdown | # Grails plugin
This plugin adds completion for the [Grails 2 CLI](https://grails.github.io/grails2-doc/2.5.x/guide/commandLine.html)
To use it, add `grails` to the plugins array in your zshrc file:
```zsh
plugins=(... grails)
```
It looks for scripts in the following paths:
- `$GRAILS_HOME/scripts`
- `~/.grails/s... | 382 | 17 |
ohmyzsh | ohmyzsh/ohmyzsh | ohmyzsh | 186,494 | MIT | 🙃 A delightful community-driven (with 2,400+ contributors) framework for managing your zsh configuration. Includes 300+ optional plugins (rails, git, macOS, hub, docker, homebrew, node, php, python, etc), 140+ themes to spice up your morning, and an auto-update tool that makes it easy to keep up w | plugins\grc\README.md | readme | Markdown | # Generic Colouriser plugin
This plugin adds wrappers for commands supported by [Generic Colouriser](https://github.com/garabik/grc):
To use it, add `grc` to the plugins array in your zshrc file:
```zsh
plugins=(... grc)
```
## Commands
The plugin sources the bundled alias generator from the installation, availabl... | 533 | 16 |
ohmyzsh | ohmyzsh/ohmyzsh | ohmyzsh | 186,494 | MIT | 🙃 A delightful community-driven (with 2,400+ contributors) framework for managing your zsh configuration. Includes 300+ optional plugins (rails, git, macOS, hub, docker, homebrew, node, php, python, etc), 140+ themes to spice up your morning, and an auto-update tool that makes it easy to keep up w | plugins\grunt\README.md | readme | Markdown | # grunt plugin
This plugin adds completions for [grunt](https://github.com/gruntjs/grunt).
To use it, add `grunt` to the plugins array of your `.zshrc` file:
```zsh
plugins=(... grunt)
```
## Enable caching
If you want to use the cache, set the following in your `.zshrc`:
```zsh
zstyle ':completion:*' use-cache yes... | 884 | 38 |
ohmyzsh | ohmyzsh/ohmyzsh | ohmyzsh | 186,494 | MIT | 🙃 A delightful community-driven (with 2,400+ contributors) framework for managing your zsh configuration. Includes 300+ optional plugins (rails, git, macOS, hub, docker, homebrew, node, php, python, etc), 140+ themes to spice up your morning, and an auto-update tool that makes it easy to keep up w | plugins\gulp\README.md | readme | Markdown | # gulp plugin
This plugin adds autocompletion for your [`gulp`](https://gulpjs.com/) tasks. It grabs all available tasks from the `gulpfile.js` in the current directory.
To use it, add `gulp` to the plugins array of your `.zshrc` file:
```
plugins=(... gulp)
```
| 273 | 9 |
ohmyzsh | ohmyzsh/ohmyzsh | ohmyzsh | 186,494 | MIT | 🙃 A delightful community-driven (with 2,400+ contributors) framework for managing your zsh configuration. Includes 300+ optional plugins (rails, git, macOS, hub, docker, homebrew, node, php, python, etc), 140+ themes to spice up your morning, and an auto-update tool that makes it easy to keep up w | plugins\hanami\README.md | readme | Markdown | # Hanami Plugin
This plugin adds convenient aliases to work with [Hanami](https://hanamirb.org/) via console.
It's inspired by Rails plugin, so if you've used it, you'll feel like home.
To use it, add `hanami` to the plugins array in your zshrc file:
```zsh
plugins=(... hanami)
```
## Usage
For example, type `hc` ... | 2,747 | 46 |
ohmyzsh | ohmyzsh/ohmyzsh | ohmyzsh | 186,494 | MIT | 🙃 A delightful community-driven (with 2,400+ contributors) framework for managing your zsh configuration. Includes 300+ optional plugins (rails, git, macOS, hub, docker, homebrew, node, php, python, etc), 140+ themes to spice up your morning, and an auto-update tool that makes it easy to keep up w | plugins\hasura\README.md | readme | Markdown | # Hasura plugin
This plugin adds completion for [the Hasura CLI](https://hasura.io/docs/latest/hasura-cli/index/).
To use it, add `hasura` to the plugins array in your zshrc file:
```zsh
plugins=(... hasura)
```
| 224 | 10 |
ohmyzsh | ohmyzsh/ohmyzsh | ohmyzsh | 186,494 | MIT | 🙃 A delightful community-driven (with 2,400+ contributors) framework for managing your zsh configuration. Includes 300+ optional plugins (rails, git, macOS, hub, docker, homebrew, node, php, python, etc), 140+ themes to spice up your morning, and an auto-update tool that makes it easy to keep up w | plugins\hcloud\README.md | readme | Markdown | # hcloud plugin
This plugin adds completion for the [Hetzner Cloud CLI](https://github.com/hetznercloud/cli),
as well as some aliases for common hcloud commands.
To use it, add `hcloud` to the plugins array in your zshrc file:
```zsh
plugins=(... hcloud)
```
## Aliases
| Alias | Command ... | 13,436 | 144 |
ohmyzsh | ohmyzsh/ohmyzsh | ohmyzsh | 186,494 | MIT | 🙃 A delightful community-driven (with 2,400+ contributors) framework for managing your zsh configuration. Includes 300+ optional plugins (rails, git, macOS, hub, docker, homebrew, node, php, python, etc), 140+ themes to spice up your morning, and an auto-update tool that makes it easy to keep up w | plugins\helm\README.md | readme | Markdown | # Helm plugin
This plugin adds completion and aliases for [Helm](https://helm.sh/), the Kubernetes package manager.
To use it, add `helm` to the plugins array in your zshrc file:
```zsh
plugins=(... helm)
```
## Aliases
| Alias | Full command |
| ----- | -------------- |
| h | helm |
| hin | helm... | 433 | 20 |
ohmyzsh | ohmyzsh/ohmyzsh | ohmyzsh | 186,494 | MIT | 🙃 A delightful community-driven (with 2,400+ contributors) framework for managing your zsh configuration. Includes 300+ optional plugins (rails, git, macOS, hub, docker, homebrew, node, php, python, etc), 140+ themes to spice up your morning, and an auto-update tool that makes it easy to keep up w | plugins\heroku\README.md | readme | Markdown | # Heroku
This plugin provides completion for the [Heroku CLI](https://devcenter.heroku.com/articles/heroku-cli).
To use it add heroku to the plugins array in your zshrc file:
```bash
plugins=(... heroku)
```
| 220 | 10 |
ohmyzsh | ohmyzsh/ohmyzsh | ohmyzsh | 186,494 | MIT | 🙃 A delightful community-driven (with 2,400+ contributors) framework for managing your zsh configuration. Includes 300+ optional plugins (rails, git, macOS, hub, docker, homebrew, node, php, python, etc), 140+ themes to spice up your morning, and an auto-update tool that makes it easy to keep up w | plugins\heroku-alias\README.md | readme | Markdown | # heroku-alias
Full alias list for Heroku CLI.
To use it, add `heroku-alias` to the plugins array in your zshrc file:
```zsh
plugins=(... heroku-alias)
```
## Requirements
- [Heroku CLI](https://devcenter.heroku.com/articles/heroku-cli)
| 🚀 last maj | 📡 source ... | 3,996 | 141 |
ohmyzsh | ohmyzsh/ohmyzsh | ohmyzsh | 186,494 | MIT | 🙃 A delightful community-driven (with 2,400+ contributors) framework for managing your zsh configuration. Includes 300+ optional plugins (rails, git, macOS, hub, docker, homebrew, node, php, python, etc), 140+ themes to spice up your morning, and an auto-update tool that makes it easy to keep up w | plugins\history\README.md | readme | Markdown | # history plugin
Provides a couple of convenient aliases for using the `history` command to examine your command line history.
To use it, add `history` to the plugins array in your zshrc file:
```zsh
plugins=(... history)
```
## Aliases
| Alias | Command | Description ... | 860 | 19 |
ohmyzsh | ohmyzsh/ohmyzsh | ohmyzsh | 186,494 | MIT | 🙃 A delightful community-driven (with 2,400+ contributors) framework for managing your zsh configuration. Includes 300+ optional plugins (rails, git, macOS, hub, docker, homebrew, node, php, python, etc), 140+ themes to spice up your morning, and an auto-update tool that makes it easy to keep up w | plugins\history-substring-search\README.md | readme | Markdown | # zsh-history-substring-search
This is a clean-room implementation of the [Fish shell][1]'s history search
feature, where you can type in any part of any command from history and then
press chosen keys, such as the UP and DOWN arrows, to cycle through matches.
[1]: http://fishshell.com
[2]: http://www.zsh.org/mla/use... | 11,281 | 252 |
ohmyzsh | ohmyzsh/ohmyzsh | ohmyzsh | 186,494 | MIT | 🙃 A delightful community-driven (with 2,400+ contributors) framework for managing your zsh configuration. Includes 300+ optional plugins (rails, git, macOS, hub, docker, homebrew, node, php, python, etc), 140+ themes to spice up your morning, and an auto-update tool that makes it easy to keep up w | plugins\hitchhiker\README.md | readme | Markdown | # hitchhiker
This plugin adds quotes from The Hitchhiker's Guide to the Galaxy, from Douglas Adams.
To use it, add `hitchhiker` to the plugins array in your zshrc file:
```zsh
plugins=(... hitchhiker)
```
## Aliases
- `hitchhiker`: displays a quote from the book using `fortune`.
- `hitchhiker_cow`: displays a quot... | 1,281 | 45 |
ohmyzsh | ohmyzsh/ohmyzsh | ohmyzsh | 186,494 | MIT | 🙃 A delightful community-driven (with 2,400+ contributors) framework for managing your zsh configuration. Includes 300+ optional plugins (rails, git, macOS, hub, docker, homebrew, node, php, python, etc), 140+ themes to spice up your morning, and an auto-update tool that makes it easy to keep up w | plugins\hitokoto\README.md | readme | Markdown | # hitokoto plugin
Displays a random quote taken from [hitokoto.cn](https://v1.hitokoto.cn/)
Created by [Sinrimin](https://github.com/sinrimin)
## Usage
Add the plugin to the plugins array in your zshrc file and restart zsh:
```zsh
plugins=(... hitokoto)
```
Then, run `hitokoto` to get a new random quote.
| 327 | 16 |
ohmyzsh | ohmyzsh/ohmyzsh | ohmyzsh | 186,494 | MIT | 🙃 A delightful community-driven (with 2,400+ contributors) framework for managing your zsh configuration. Includes 300+ optional plugins (rails, git, macOS, hub, docker, homebrew, node, php, python, etc), 140+ themes to spice up your morning, and an auto-update tool that makes it easy to keep up w | plugins\homestead\README.md | readme | Markdown | # Homestead
This plugin provides completion for [Homestead](https://laravel.com/docs/homestead).
To use it add homestead to the plugins array in your zshrc file.
```bash
plugins=(... homestead)
```
| 210 | 10 |
ohmyzsh | ohmyzsh/ohmyzsh | ohmyzsh | 186,494 | MIT | 🙃 A delightful community-driven (with 2,400+ contributors) framework for managing your zsh configuration. Includes 300+ optional plugins (rails, git, macOS, hub, docker, homebrew, node, php, python, etc), 140+ themes to spice up your morning, and an auto-update tool that makes it easy to keep up w | plugins\httpie\README.md | readme | Markdown | # HTTPie plugin
This plugin adds completion for [HTTPie](https://httpie.org), a command line HTTP
client, a friendlier cURL replacement.
To use it, add `httpie` to the plugins array in your zshrc file:
```zsh
plugins=(... httpie)
```
It uses completion from [zsh-completions](https://github.com/zsh-users/zsh-complet... | 396 | 15 |
ohmyzsh | ohmyzsh/ohmyzsh | ohmyzsh | 186,494 | MIT | 🙃 A delightful community-driven (with 2,400+ contributors) framework for managing your zsh configuration. Includes 300+ optional plugins (rails, git, macOS, hub, docker, homebrew, node, php, python, etc), 140+ themes to spice up your morning, and an auto-update tool that makes it easy to keep up w | plugins\invoke\README.md | readme | Markdown | # Invoke plugin
This plugin adds completion for [invoke](https://github.com/pyinvoke/invoke).
To use it, add `invoke` to the plugins array in your `~/.zshrc` file:
```zsh
plugins=(... invoke)
```
| 210 | 11 |
ohmyzsh | ohmyzsh/ohmyzsh | ohmyzsh | 186,494 | MIT | 🙃 A delightful community-driven (with 2,400+ contributors) framework for managing your zsh configuration. Includes 300+ optional plugins (rails, git, macOS, hub, docker, homebrew, node, php, python, etc), 140+ themes to spice up your morning, and an auto-update tool that makes it easy to keep up w | plugins\ionic\README.md | readme | Markdown | # Ionic plugin
This plugin adds completion for the [Ionic CLI](https://ionicframework.com/docs/cli),
as well as some aliases for common Ionic commands.
To use it, add `ionic` to the plugins array in your zshrc file:
```zsh
plugins=(... ionic)
```
## Aliases
| Alias | Command | Descript... | 2,265 | 31 |
ohmyzsh | ohmyzsh/ohmyzsh | ohmyzsh | 186,494 | MIT | 🙃 A delightful community-driven (with 2,400+ contributors) framework for managing your zsh configuration. Includes 300+ optional plugins (rails, git, macOS, hub, docker, homebrew, node, php, python, etc), 140+ themes to spice up your morning, and an auto-update tool that makes it easy to keep up w | plugins\ipfs\README.md | readme | Markdown | # zsh-ipfs
zsh completion plugin for [The InterPlanetary File System (IPFS)][1]
Please submit issues and pull requests to the [main zsh-ipfs repo][2].
### About
[IPFS (InterPlanetary File System)][1] is a peer-to-peer hypermedia protocol
designed to make the web faster, safer, and more open.
### License
See: http... | 462 | 18 |
ohmyzsh | ohmyzsh/ohmyzsh | ohmyzsh | 186,494 | MIT | 🙃 A delightful community-driven (with 2,400+ contributors) framework for managing your zsh configuration. Includes 300+ optional plugins (rails, git, macOS, hub, docker, homebrew, node, php, python, etc), 140+ themes to spice up your morning, and an auto-update tool that makes it easy to keep up w | plugins\isodate\README.md | readme | Markdown | # Isodate plugin
This plugin adds completion for the [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601),
as well as some aliases for common Date commands.
To use it, add `isodate` to the plugins array in your zshrc file:
```zsh
plugins=(... isodate)
```
**Maintainer:** [@Frani](https://github.com/frani)
## Aliases... | 1,282 | 23 |
ohmyzsh | ohmyzsh/ohmyzsh | ohmyzsh | 186,494 | MIT | 🙃 A delightful community-driven (with 2,400+ contributors) framework for managing your zsh configuration. Includes 300+ optional plugins (rails, git, macOS, hub, docker, homebrew, node, php, python, etc), 140+ themes to spice up your morning, and an auto-update tool that makes it easy to keep up w | plugins\istioctl\README.md | readme | Markdown | # Istioctl - Istio Command-line Tool
The [istioctl](https://istio.io/latest/docs/ops/diagnostic-tools/istioctl/) tool is a configuration command line utility that allows service operators to debug and diagnose their Istio service mesh deployments.
To use it, add `istioctl` to the plugins array of your zshrc file:
``... | 360 | 10 |
ohmyzsh | ohmyzsh/ohmyzsh | ohmyzsh | 186,494 | MIT | 🙃 A delightful community-driven (with 2,400+ contributors) framework for managing your zsh configuration. Includes 300+ optional plugins (rails, git, macOS, hub, docker, homebrew, node, php, python, etc), 140+ themes to spice up your morning, and an auto-update tool that makes it easy to keep up w | plugins\iterm2\README.md | readme | Markdown | # iTerm2 plugin
This plugin adds a few functions that are useful when using [iTerm2](https://www.iterm2.com/).
To use it, add _iterm2_ to the plugins array of your zshrc file:
```
plugins=(... iterm2)
```
Optionally, the plugin also applies the [Shell Integration Script for iTerm2](https://iterm2.com/documentation-... | 1,402 | 42 |
ohmyzsh | ohmyzsh/ohmyzsh | ohmyzsh | 186,494 | MIT | 🙃 A delightful community-driven (with 2,400+ contributors) framework for managing your zsh configuration. Includes 300+ optional plugins (rails, git, macOS, hub, docker, homebrew, node, php, python, etc), 140+ themes to spice up your morning, and an auto-update tool that makes it easy to keep up w | plugins\jake-node\README.md | readme | Markdown | # Jake
This plugin provides completion for [Jake](http://jakejs.com/).
To use it add jake-node to the plugins array in your zshrc file.
```bash
plugins=(... jake-node)
```
| 184 | 10 |
ohmyzsh | ohmyzsh/ohmyzsh | ohmyzsh | 186,494 | MIT | 🙃 A delightful community-driven (with 2,400+ contributors) framework for managing your zsh configuration. Includes 300+ optional plugins (rails, git, macOS, hub, docker, homebrew, node, php, python, etc), 140+ themes to spice up your morning, and an auto-update tool that makes it easy to keep up w | plugins\jenv\README.md | readme | Markdown | # jenv plugin
[jenv](https://www.jenv.be/) is a Java version manager similar to [rbenv](https://github.com/rbenv/rbenv)
and [pyenv](https://github.com/yyuu/pyenv).
This plugin initializes jenv and provides the `jenv_prompt_info` function to add Java
version information to prompts.
To use, add `jenv` to your plugins ... | 678 | 28 |
ohmyzsh | ohmyzsh/ohmyzsh | ohmyzsh | 186,494 | MIT | 🙃 A delightful community-driven (with 2,400+ contributors) framework for managing your zsh configuration. Includes 300+ optional plugins (rails, git, macOS, hub, docker, homebrew, node, php, python, etc), 140+ themes to spice up your morning, and an auto-update tool that makes it easy to keep up w | plugins\jfrog\README.md | readme | Markdown | # JFrog CLI
This plugin provides completion for [JFrog CLI](https://github.com/jfrog/jfrog-cli).
JFrog CLI provides a simple interface that automates access to [Artifactory](https://jfrog.com/artifactory), [Xray](https://jfrog.com/xray), [Bintray](https://jfrog.com/bintray) and [Mission Control](https://jfrog.com/mis... | 478 | 12 |
ohmyzsh | ohmyzsh/ohmyzsh | ohmyzsh | 186,494 | MIT | 🙃 A delightful community-driven (with 2,400+ contributors) framework for managing your zsh configuration. Includes 300+ optional plugins (rails, git, macOS, hub, docker, homebrew, node, php, python, etc), 140+ themes to spice up your morning, and an auto-update tool that makes it easy to keep up w | plugins\jhbuild\README.md | readme | Markdown | # JHBuild
This plugin adds some [JHBuild](https://developer.gnome.org/jhbuild/) aliases.
To use it, add `jhbuild` to the plugins array of your zshrc file:
```zsh
plugins=(... jhbuild)
```
**Maintainer:** [Miguel Vaello](https://github.com/miguxbe)
## Aliases
| Alias | Command |
|---------|----... | 1,099 | 35 |
ohmyzsh | ohmyzsh/ohmyzsh | ohmyzsh | 186,494 | MIT | 🙃 A delightful community-driven (with 2,400+ contributors) framework for managing your zsh configuration. Includes 300+ optional plugins (rails, git, macOS, hub, docker, homebrew, node, php, python, etc), 140+ themes to spice up your morning, and an auto-update tool that makes it easy to keep up w | plugins\jira\README.md | readme | Markdown | # Jira plugin
This plugin provides command line tools for interacting with Atlassian's [JIRA](https://www.atlassian.com/software/jira) bug tracking software.
To use it, add `jira` to the plugins array in your zshrc file:
```zsh
plugins=(... jira)
```
The interaction is all done through the web. No local installatio... | 4,936 | 104 |
ohmyzsh | ohmyzsh/ohmyzsh | ohmyzsh | 186,494 | MIT | 🙃 A delightful community-driven (with 2,400+ contributors) framework for managing your zsh configuration. Includes 300+ optional plugins (rails, git, macOS, hub, docker, homebrew, node, php, python, etc), 140+ themes to spice up your morning, and an auto-update tool that makes it easy to keep up w | plugins\jj\README.md | readme | Markdown | # jj - Jujutsu CLI
This plugin provides autocompletion for [jj](https://martinvonz.github.io/jj).
To use it, add `jj` to the plugins array of your zshrc file:
```zsh
plugins=(... jj)
```
## Aliases
| Alias | Command |
| ------ | ----------------------------- |
| jja | `jj abandon` ... | 4,665 | 128 |
ohmyzsh | ohmyzsh/ohmyzsh | ohmyzsh | 186,494 | MIT | 🙃 A delightful community-driven (with 2,400+ contributors) framework for managing your zsh configuration. Includes 300+ optional plugins (rails, git, macOS, hub, docker, homebrew, node, php, python, etc), 140+ themes to spice up your morning, and an auto-update tool that makes it easy to keep up w | plugins\jruby\README.md | readme | Markdown | # JRuby plugin
This plugin adds aliases for [JRuby](https://www.jruby.org/).
To use it, add `jruby` to the plugins array in your zshrc file:
```zsh
plugins=(... jruby)
```
## Requirements
This plugin assumes you already have jruby installed and available in your [path](https://www.jruby.org/getting-started).
## A... | 769 | 22 |
ohmyzsh | ohmyzsh/ohmyzsh | ohmyzsh | 186,494 | MIT | 🙃 A delightful community-driven (with 2,400+ contributors) framework for managing your zsh configuration. Includes 300+ optional plugins (rails, git, macOS, hub, docker, homebrew, node, php, python, etc), 140+ themes to spice up your morning, and an auto-update tool that makes it easy to keep up w | plugins\jsontools\README.md | readme | Markdown | # jsontools
Handy command line tools for dealing with json data.
To use it, add `jsontools` to the plugins array in your zshrc file:
```zsh
plugins=(... jsontools)
```
## Requirements
The plugin uses one of these tools to process JSON data, in the following order:
- `node`
- `python3`
- `ruby`
Any of these must ... | 2,074 | 91 |
ohmyzsh | ohmyzsh/ohmyzsh | ohmyzsh | 186,494 | MIT | 🙃 A delightful community-driven (with 2,400+ contributors) framework for managing your zsh configuration. Includes 300+ optional plugins (rails, git, macOS, hub, docker, homebrew, node, php, python, etc), 140+ themes to spice up your morning, and an auto-update tool that makes it easy to keep up w | plugins\juju\README.md | readme | Markdown | # juju plugin
This plugin provides useful aliases and functions for [juju](https://juju.is/) (for TAB completion,
refer to the [official repo](https://github.com/juju/juju/blob/develop/etc/bash_completion.d/juju)).
To use this plugin, add `juju` to the plugins array in your zshrc file.
```zsh
plugins=(... juju)
```
... | 11,120 | 133 |
ohmyzsh | ohmyzsh/ohmyzsh | ohmyzsh | 186,494 | MIT | 🙃 A delightful community-driven (with 2,400+ contributors) framework for managing your zsh configuration. Includes 300+ optional plugins (rails, git, macOS, hub, docker, homebrew, node, php, python, etc), 140+ themes to spice up your morning, and an auto-update tool that makes it easy to keep up w | plugins\jump\README.md | readme | Markdown | # Jump plugin
This plugin allows to easily jump around the file system by manually adding marks.
Those marks are stored as symbolic links in the directory `$MARKPATH` (default `$HOME/.marks`)
To use it, add `jump` to the plugins array in your zshrc file:
```zsh
plugins=(... jump)
```
## Commands
| Command ... | 1,340 | 32 |
ohmyzsh | ohmyzsh/ohmyzsh | ohmyzsh | 186,494 | MIT | 🙃 A delightful community-driven (with 2,400+ contributors) framework for managing your zsh configuration. Includes 300+ optional plugins (rails, git, macOS, hub, docker, homebrew, node, php, python, etc), 140+ themes to spice up your morning, and an auto-update tool that makes it easy to keep up w | plugins\k9s\README.md | readme | Markdown | # k9s plugin
This plugin adds completion support for the [k9s](https://k9scli.io).
To use it, add `k9s` to the plugins array in your zshrc file:
```zsh
plugins=(... k9s)
```
| 186 | 10 |
ohmyzsh | ohmyzsh/ohmyzsh | ohmyzsh | 186,494 | MIT | 🙃 A delightful community-driven (with 2,400+ contributors) framework for managing your zsh configuration. Includes 300+ optional plugins (rails, git, macOS, hub, docker, homebrew, node, php, python, etc), 140+ themes to spice up your morning, and an auto-update tool that makes it easy to keep up w | plugins\kamal\README.md | readme | Markdown | # Kamal
This plugin provides completion for [Kamal](https://kamal-deploy.org/) as well as some
aliases for frequent Kamal commands.
To use it, add kamal to the plugins array of your zshrc file:
```zsh
plugins=(... kamal)
```
## Aliase
| Alias | Command | Description ... | 652 | 17 |
ohmyzsh | ohmyzsh/ohmyzsh | ohmyzsh | 186,494 | MIT | 🙃 A delightful community-driven (with 2,400+ contributors) framework for managing your zsh configuration. Includes 300+ optional plugins (rails, git, macOS, hub, docker, homebrew, node, php, python, etc), 140+ themes to spice up your morning, and an auto-update tool that makes it easy to keep up w | plugins\kate\README.md | readme | Markdown | # Kate plugin
This plugin adds aliases for the [Kate editor](https://kate-editor.org).
To use it, add kate to the plugins array of your zshrc file:
```
plugins=(... kate)
```
## Aliases
| Alias | Command | Description |
|-------|------------------------|---------------------|
| kate | `kate ... | 570 | 21 |
ohmyzsh | ohmyzsh/ohmyzsh | ohmyzsh | 186,494 | MIT | 🙃 A delightful community-driven (with 2,400+ contributors) framework for managing your zsh configuration. Includes 300+ optional plugins (rails, git, macOS, hub, docker, homebrew, node, php, python, etc), 140+ themes to spice up your morning, and an auto-update tool that makes it easy to keep up w | plugins\keychain\README.md | readme | Markdown | # keychain plugin
This plugin starts automatically [`keychain`](https://www.funtoo.org/Keychain)
to set up and load whichever credentials you want for both gpg and ssh
connections.
To enable it, add `keychain` to your plugins:
```zsh
plugins=(... keychain)
```
**NOTE**: It is HIGHLY recommended to also enable the `... | 1,094 | 46 |
ohmyzsh | ohmyzsh/ohmyzsh | ohmyzsh | 186,494 | MIT | 🙃 A delightful community-driven (with 2,400+ contributors) framework for managing your zsh configuration. Includes 300+ optional plugins (rails, git, macOS, hub, docker, homebrew, node, php, python, etc), 140+ themes to spice up your morning, and an auto-update tool that makes it easy to keep up w | plugins\kind\README.md | readme | Markdown | # Kind plugin
This plugin adds completion for the [Kind](https://kind.sigs.k8s.io/) tool, as well
as a few aliases for easier use.
To use it, add `kind` to the plugins array in your zshrc file:
```zsh
plugins=(... kind)
```
## Aliases
| Alias | Command |
| ------- | -------------------------... | 649 | 23 |
ohmyzsh | ohmyzsh/ohmyzsh | ohmyzsh | 186,494 | MIT | 🙃 A delightful community-driven (with 2,400+ contributors) framework for managing your zsh configuration. Includes 300+ optional plugins (rails, git, macOS, hub, docker, homebrew, node, php, python, etc), 140+ themes to spice up your morning, and an auto-update tool that makes it easy to keep up w | plugins\kitchen\README.md | readme | Markdown | # kitchen plugin
This plugin adds completion support for the [Test Kitchen](https://kitchen.ci).
To use it, add `kitchen` to the plugins array in your zshrc file:
```zsh
plugins=(... kitchen)
```
| 208 | 10 |
ohmyzsh | ohmyzsh/ohmyzsh | ohmyzsh | 186,494 | MIT | 🙃 A delightful community-driven (with 2,400+ contributors) framework for managing your zsh configuration. Includes 300+ optional plugins (rails, git, macOS, hub, docker, homebrew, node, php, python, etc), 140+ themes to spice up your morning, and an auto-update tool that makes it easy to keep up w | plugins\kitty\README.md | readme | Markdown | # Kitty plugin
This plugin adds a few aliases and functions that are useful for users of the [Kitty](https://sw.kovidgoyal.net/kitty/) terminal.
To use it, add _kitty_ to the plugins array of your zshrc file:
```
plugins=(... kitty)
```
## Plugin commands
* `kssh`
Runs a kitten ssh session that ensures your termi... | 678 | 24 |
ohmyzsh | ohmyzsh/ohmyzsh | ohmyzsh | 186,494 | MIT | 🙃 A delightful community-driven (with 2,400+ contributors) framework for managing your zsh configuration. Includes 300+ optional plugins (rails, git, macOS, hub, docker, homebrew, node, php, python, etc), 140+ themes to spice up your morning, and an auto-update tool that makes it easy to keep up w | plugins\kn\README.md | readme | Markdown | # kn - Knative CLI
This plugin provides autocompletion for [kn](https://knative.dev/docs/install/client/install-kn/) operations.
To use it, add `kn` to the plugins array of your zshrc file:
```zsh
plugins=(... kn)
```
## See Also
+ [kn/client](https://github.com/knative/client)
## Contributors
+ [btannous](https... | 377 | 18 |
ohmyzsh | ohmyzsh/ohmyzsh | ohmyzsh | 186,494 | MIT | 🙃 A delightful community-driven (with 2,400+ contributors) framework for managing your zsh configuration. Includes 300+ optional plugins (rails, git, macOS, hub, docker, homebrew, node, php, python, etc), 140+ themes to spice up your morning, and an auto-update tool that makes it easy to keep up w | plugins\knife\README.md | readme | Markdown | # knife plugin
This plugin adds completion for [knife](https://docs.chef.io/knife.html), a command-line tool
to interact with [Chef](https://chef.io), a platform to automate and manage infrastructure via
code.
To use it, add `knife` to the plugins array in your zshrc file:
```zsh
plugins=(... knife)
```
## Options
... | 1,079 | 26 |
ohmyzsh | ohmyzsh/ohmyzsh | ohmyzsh | 186,494 | MIT | 🙃 A delightful community-driven (with 2,400+ contributors) framework for managing your zsh configuration. Includes 300+ optional plugins (rails, git, macOS, hub, docker, homebrew, node, php, python, etc), 140+ themes to spice up your morning, and an auto-update tool that makes it easy to keep up w | plugins\knife_ssh\README.md | readme | Markdown | # knife_ssh plugin
This plugin adds a `knife_ssh` function as well as completion for it, to allow
connecting via ssh to servers managed with [Chef](https://www.chef.io/).
To use it, add `knife_ssh` to the plugins array in your zshrc file:
```zsh
plugins=(... knife_ssh)
```
The plugin creates a cache of the Chef node... | 484 | 15 |
ohmyzsh | ohmyzsh/ohmyzsh | ohmyzsh | 186,494 | MIT | 🙃 A delightful community-driven (with 2,400+ contributors) framework for managing your zsh configuration. Includes 300+ optional plugins (rails, git, macOS, hub, docker, homebrew, node, php, python, etc), 140+ themes to spice up your morning, and an auto-update tool that makes it easy to keep up w | plugins\kompose\README.md | readme | Markdown | # kompose
This plugin provides completion for [kompose](https://github.com/kubernetes/kompose),
to migrate from docker compose to Kubernetes resource definitions.
To use it, add `kompose` to the plugins array in your zshrc file.
```
plugins=(... kompose)
```
**Author:** [@kevinkirkup](https://github.com/kevinkirkup... | 334 | 13 |
ohmyzsh | ohmyzsh/ohmyzsh | ohmyzsh | 186,494 | MIT | 🙃 A delightful community-driven (with 2,400+ contributors) framework for managing your zsh configuration. Includes 300+ optional plugins (rails, git, macOS, hub, docker, homebrew, node, php, python, etc), 140+ themes to spice up your morning, and an auto-update tool that makes it easy to keep up w | plugins\kops\README.md | readme | Markdown | # kops
This plugin provides completion for [kops](https://github.com/kubernetes/kops) (Kubernetes Operations),
the command line interface to get a production grade Kubernetes cluster up and running.
To use it, add `kops` to the plugins array in your zshrc file.
```
plugins=(... kops)
```
**Author:** [@nmrony](https... | 354 | 13 |
ohmyzsh | ohmyzsh/ohmyzsh | ohmyzsh | 186,494 | MIT | 🙃 A delightful community-driven (with 2,400+ contributors) framework for managing your zsh configuration. Includes 300+ optional plugins (rails, git, macOS, hub, docker, homebrew, node, php, python, etc), 140+ themes to spice up your morning, and an auto-update tool that makes it easy to keep up w | plugins\kube-ps1\README.md | readme | Markdown | # kube-ps1: Kubernetes prompt for bash and zsh

[](https://github.com/jonmosco/kube-ps1/actions/workflows/ci.yml)
A script that lets you add the current Kubernetes ... | 11,092 | 355 |
ohmyzsh | ohmyzsh/ohmyzsh | ohmyzsh | 186,494 | MIT | 🙃 A delightful community-driven (with 2,400+ contributors) framework for managing your zsh configuration. Includes 300+ optional plugins (rails, git, macOS, hub, docker, homebrew, node, php, python, etc), 140+ themes to spice up your morning, and an auto-update tool that makes it easy to keep up w | plugins\kubectl\README.md | readme | Markdown | # Kubectl plugin
This plugin adds completion for the [Kubernetes cluster manager](https://kubernetes.io/docs/reference/kubectl/kubectl/),
as well as some aliases for common kubectl commands.
To use it, add `kubectl` to the plugins array in your zshrc file:
```zsh
plugins=(... kubectl)
```
## Aliases
| Alias | C... | 24,620 | 162 |
ohmyzsh | ohmyzsh/ohmyzsh | ohmyzsh | 186,494 | MIT | 🙃 A delightful community-driven (with 2,400+ contributors) framework for managing your zsh configuration. Includes 300+ optional plugins (rails, git, macOS, hub, docker, homebrew, node, php, python, etc), 140+ themes to spice up your morning, and an auto-update tool that makes it easy to keep up w | plugins\kubectx\README.md | readme | Markdown | # kubectx - show active kubectl context
This plugins adds `kubectx_prompt_info()` function. It shows name of the active
kubectl context (`kubectl config current-context`).
You can use it to customize prompt and know if You are on prod cluster ;)
To use this plugin, add `kubectx` to the plugins array in your zshrc fi... | 1,668 | 57 |
ohmyzsh | ohmyzsh/ohmyzsh | ohmyzsh | 186,494 | MIT | 🙃 A delightful community-driven (with 2,400+ contributors) framework for managing your zsh configuration. Includes 300+ optional plugins (rails, git, macOS, hub, docker, homebrew, node, php, python, etc), 140+ themes to spice up your morning, and an auto-update tool that makes it easy to keep up w | plugins\lando\README.md | readme | Markdown | # Lando ZSH (lando-zsh)
This plugin adds aliases for using various languages and frameworks with [Lando](https://docs.lando.dev/basics/) for Docker. It will only run within lando-driven project directories.
To use it, add `lando` to the plugins array in your zshrc file:
```zsh
plugins=(... lando)
```
## Wrapped Com... | 2,220 | 57 |
ohmyzsh | ohmyzsh/ohmyzsh | ohmyzsh | 186,494 | MIT | 🙃 A delightful community-driven (with 2,400+ contributors) framework for managing your zsh configuration. Includes 300+ optional plugins (rails, git, macOS, hub, docker, homebrew, node, php, python, etc), 140+ themes to spice up your morning, and an auto-update tool that makes it easy to keep up w | plugins\laravel\README.md | readme | Markdown | # Laravel
This plugin adds aliases and autocompletion for Laravel [Artisan](https://laravel.com/docs/artisan) and [Bob](http://daylerees.github.io/laravel-bob/) command-line interfaces.
```
plugins=(... laravel)
```
| Alias | Description |
|:-:|:-:|
| `artisan` | `php artisan` |
| `pas` | `php artisan serve` |
| ... | 1,895 | 65 |
ohmyzsh | ohmyzsh/ohmyzsh | ohmyzsh | 186,494 | MIT | 🙃 A delightful community-driven (with 2,400+ contributors) framework for managing your zsh configuration. Includes 300+ optional plugins (rails, git, macOS, hub, docker, homebrew, node, php, python, etc), 140+ themes to spice up your morning, and an auto-update tool that makes it easy to keep up w | plugins\laravel4\README.md | readme | Markdown | # Laravel 4 plugin
This plugin adds some aliases for common [Laravel 4](https://laravel.com/docs/4.2) commands.
To use it, add `laravel4` to the plugins array in your zshrc file:
```zsh
plugins=(... laravel4)
```
## Aliases
| Alias | Command | Description |
|--------... | 739 | 19 |
ohmyzsh | ohmyzsh/ohmyzsh | ohmyzsh | 186,494 | MIT | 🙃 A delightful community-driven (with 2,400+ contributors) framework for managing your zsh configuration. Includes 300+ optional plugins (rails, git, macOS, hub, docker, homebrew, node, php, python, etc), 140+ themes to spice up your morning, and an auto-update tool that makes it easy to keep up w | plugins\laravel5\README.md | readme | Markdown | # Laravel 5 plugin
This plugin adds some aliases for common [Laravel 5](https://laravel.com/docs) commands.
To use it, add `laravel5` to the plugins array in your zshrc file:
```zsh
plugins=(... laravel5)
```
## Aliases
| Alias | Command | Description ... | 831 | 19 |
ohmyzsh | ohmyzsh/ohmyzsh | ohmyzsh | 186,494 | MIT | 🙃 A delightful community-driven (with 2,400+ contributors) framework for managing your zsh configuration. Includes 300+ optional plugins (rails, git, macOS, hub, docker, homebrew, node, php, python, etc), 140+ themes to spice up your morning, and an auto-update tool that makes it easy to keep up w | plugins\last-working-dir\README.md | readme | Markdown | # last-working-dir plugin
Keeps track of the last used working directory and automatically jumps into it
for new shells, unless the starting directory is not `$HOME`.
Also adds a `lwd` function to jump to the last working directory.
To use it, add `last-working-dir` to the plugins array in your zshrc file:
```zsh
p... | 1,012 | 34 |
ohmyzsh | ohmyzsh/ohmyzsh | ohmyzsh | 186,494 | MIT | 🙃 A delightful community-driven (with 2,400+ contributors) framework for managing your zsh configuration. Includes 300+ optional plugins (rails, git, macOS, hub, docker, homebrew, node, php, python, etc), 140+ themes to spice up your morning, and an auto-update tool that makes it easy to keep up w | plugins\lein\README.md | readme | Markdown | # Leiningen plugin
This plugin adds completions for the [Leiningen](https://leiningen.org/) Clojure build tool.
To use it, add `lein` to the plugins array in your zshrc file:
```zsh
plugins=(... lein)
```
| 217 | 10 |
ohmyzsh | ohmyzsh/ohmyzsh | ohmyzsh | 186,494 | MIT | 🙃 A delightful community-driven (with 2,400+ contributors) framework for managing your zsh configuration. Includes 300+ optional plugins (rails, git, macOS, hub, docker, homebrew, node, php, python, etc), 140+ themes to spice up your morning, and an auto-update tool that makes it easy to keep up w | plugins\lighthouse\README.md | readme | Markdown | # Lighthouse plugin
This plugin adds commands to manage [Lighthouse](https://lighthouseapp.com/).
To use it, add `lighthouse` to the plugins array in your zshrc file:
```zsh
plugins=(... lighthouse)
```
## Commands
* `open_lighthouse_ticket <issue>` (alias: `lho`):
Opens the URL to the issue passed as an argume... | 719 | 30 |
ohmyzsh | ohmyzsh/ohmyzsh | ohmyzsh | 186,494 | MIT | 🙃 A delightful community-driven (with 2,400+ contributors) framework for managing your zsh configuration. Includes 300+ optional plugins (rails, git, macOS, hub, docker, homebrew, node, php, python, etc), 140+ themes to spice up your morning, and an auto-update tool that makes it easy to keep up w | plugins\localstack\README.md | readme | Markdown | # Localstack plugin #
CLI support for LOCALSTACK interaction
## Description ##
To use it, add `localstack` to the plugins array in your zshrc file:
```zsh
plugins=(... localstack)
```
## Usage ##
This plugin supplies one command, `lsk`, through which all its features are exposed.
## Commands
| Command ... | 646 | 25 |
ohmyzsh | ohmyzsh/ohmyzsh | ohmyzsh | 186,494 | MIT | 🙃 A delightful community-driven (with 2,400+ contributors) framework for managing your zsh configuration. Includes 300+ optional plugins (rails, git, macOS, hub, docker, homebrew, node, php, python, etc), 140+ themes to spice up your morning, and an auto-update tool that makes it easy to keep up w | plugins\lol\README.md | readme | Markdown | # lol
Plugin for adding catspeak aliases, because why not.
To use it, add `lol` to the plugins array in your zshrc file:
```zsh
plugins=(... lol)
```
## Aliases
| Alias | Command |
| ------------ | ------------------------------------------------------... | 3,839 | 72 |
ohmyzsh | ohmyzsh/ohmyzsh | ohmyzsh | 186,494 | MIT | 🙃 A delightful community-driven (with 2,400+ contributors) framework for managing your zsh configuration. Includes 300+ optional plugins (rails, git, macOS, hub, docker, homebrew, node, php, python, etc), 140+ themes to spice up your morning, and an auto-update tool that makes it easy to keep up w | plugins\lpass\README.md | readme | Markdown | # lpass (LastPass CLI)
This plugin adds completion for LastPass CLI [`lpass`](https://github.com/lastpass/lastpass-cli).
To use it, add `lpass` to the plugins array in your zshrc file:
```zsh
plugins=(... lpass)
```
Completion is taken from the `lpass` release [`1.3.3`](https://github.com/lastpass/lastpass-cli/rele... | 382 | 14 |
ohmyzsh | ohmyzsh/ohmyzsh | ohmyzsh | 186,494 | MIT | 🙃 A delightful community-driven (with 2,400+ contributors) framework for managing your zsh configuration. Includes 300+ optional plugins (rails, git, macOS, hub, docker, homebrew, node, php, python, etc), 140+ themes to spice up your morning, and an auto-update tool that makes it easy to keep up w | plugins\lxd\README.md | readme | Markdown | # lxd
This plugin provides completion for [lxd](https://linuxcontainers.org/lxd/), as well as aliases
for frequent lxc commands.
To use it add `lxd` to the plugins array in your zshrc file.
```zsh
plugins=(... lxd)
| 227 | 10 |
ohmyzsh | ohmyzsh/ohmyzsh | ohmyzsh | 186,494 | MIT | 🙃 A delightful community-driven (with 2,400+ contributors) framework for managing your zsh configuration. Includes 300+ optional plugins (rails, git, macOS, hub, docker, homebrew, node, php, python, etc), 140+ themes to spice up your morning, and an auto-update tool that makes it easy to keep up w | plugins\macos\README.md | readme | Markdown | # MacOS plugin
This plugin provides a few utilities to make it more enjoyable on macOS (previously named OSX).
To start using it, add the `macos` plugin to your plugins array in `~/.zshrc`:
```zsh
plugins=(... macos)
```
## Supported Terminals
- [iTerm](https://iterm.sourceforge.net/)
- [iTerm2](https://iterm2.com/... | 3,501 | 71 |
ohmyzsh | ohmyzsh/ohmyzsh | ohmyzsh | 186,494 | MIT | 🙃 A delightful community-driven (with 2,400+ contributors) framework for managing your zsh configuration. Includes 300+ optional plugins (rails, git, macOS, hub, docker, homebrew, node, php, python, etc), 140+ themes to spice up your morning, and an auto-update tool that makes it easy to keep up w | plugins\macports\README.md | readme | Markdown | # Macports plugin
This plugin adds completion for the package manager [Macports](https://macports.com/),
as well as some aliases for common Macports commands.
To use it, add `macports` to the plugins array in your zshrc file:
```zsh
plugins=(... macports)
```
## Aliases
| Alias | Command ... | 1,994 | 48 |
ohmyzsh | ohmyzsh/ohmyzsh | ohmyzsh | 186,494 | MIT | 🙃 A delightful community-driven (with 2,400+ contributors) framework for managing your zsh configuration. Includes 300+ optional plugins (rails, git, macOS, hub, docker, homebrew, node, php, python, etc), 140+ themes to spice up your morning, and an auto-update tool that makes it easy to keep up w | plugins\magic-enter\README.md | readme | Markdown | ## Magic Enter plugin
This plugin makes your enter key magical, by binding commonly used commands to it.
To use it, add `magic-enter` to the plugins array in your zshrc file. You can set the
commands to be run in your .zshrc, before the line containing plugins. If no command
is specified in a git directory, `git stat... | 575 | 18 |
ohmyzsh | ohmyzsh/ohmyzsh | ohmyzsh | 186,494 | MIT | 🙃 A delightful community-driven (with 2,400+ contributors) framework for managing your zsh configuration. Includes 300+ optional plugins (rails, git, macOS, hub, docker, homebrew, node, php, python, etc), 140+ themes to spice up your morning, and an auto-update tool that makes it easy to keep up w | plugins\man\README.md | readme | Markdown | # Man plugin
This plugin adds a shortcut to insert man before the previous command.
To use it, add `man` to the plugins array in your zshrc file:
```zsh
plugins=(... man)
```
# Keyboard Shortcuts
| Shortcut | Description |
|---------... | 545 | 14 |
ohmyzsh | ohmyzsh/ohmyzsh | ohmyzsh | 186,494 | MIT | 🙃 A delightful community-driven (with 2,400+ contributors) framework for managing your zsh configuration. Includes 300+ optional plugins (rails, git, macOS, hub, docker, homebrew, node, php, python, etc), 140+ themes to spice up your morning, and an auto-update tool that makes it easy to keep up w | plugins\marked2\README.md | readme | Markdown | ## marked2
Plugin for Marked 2, a previewer for Markdown files on Mac OS X
### Requirements
* [Marked 2](http://marked2app.com)
### Usage
* If `marked` is called without an argument, open Marked
* If `marked` is passed a file, open it in Marked
| 267 | 14 |
ohmyzsh | ohmyzsh/ohmyzsh | ohmyzsh | 186,494 | MIT | 🙃 A delightful community-driven (with 2,400+ contributors) framework for managing your zsh configuration. Includes 300+ optional plugins (rails, git, macOS, hub, docker, homebrew, node, php, python, etc), 140+ themes to spice up your morning, and an auto-update tool that makes it easy to keep up w | plugins\marktext\README.md | readme | Markdown | ## marktext
Plugin for MarkText, a previewer for Markdown files on Mac OS X
### Requirements
* [MarkText](https://github.com/marktext/marktext)
### Usage
* If `marktext` is called without an argument, open MarkText
* If `marktext` is passed a file, open it in MarkText
### Credits
* just copied from plugins/... | 383 | 18 |
ohmyzsh | ohmyzsh/ohmyzsh | ohmyzsh | 186,494 | MIT | 🙃 A delightful community-driven (with 2,400+ contributors) framework for managing your zsh configuration. Includes 300+ optional plugins (rails, git, macOS, hub, docker, homebrew, node, php, python, etc), 140+ themes to spice up your morning, and an auto-update tool that makes it easy to keep up w | plugins\mercurial\README.md | readme | Markdown | # Mercurial plugin
This plugin adds some handy aliases for using Mercurial as well as a few
utility and prompt functions that can be used in a theme.
To use it, add `mercurial` to the plugins array in your zshrc file:
```zsh
plugins=(... mercurial)
```
## Aliases
| Alias | Command ... | 2,941 | 70 |
ohmyzsh | ohmyzsh/ohmyzsh | ohmyzsh | 186,494 | MIT | 🙃 A delightful community-driven (with 2,400+ contributors) framework for managing your zsh configuration. Includes 300+ optional plugins (rails, git, macOS, hub, docker, homebrew, node, php, python, etc), 140+ themes to spice up your morning, and an auto-update tool that makes it easy to keep up w | plugins\meteor\README.md | readme | Markdown | # meteor plugin
The [meteor plugin](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/meteor) provides many
[useful aliases](#aliases) as well as completion for the `meteor` command.
Enable it by adding `meteor` to the plugins array in your zshrc file:
```zsh
plugins=(... meteor)
```
## Aliases
| Alias | Co... | 3,916 | 47 |
ohmyzsh | ohmyzsh/ohmyzsh | ohmyzsh | 186,494 | MIT | 🙃 A delightful community-driven (with 2,400+ contributors) framework for managing your zsh configuration. Includes 300+ optional plugins (rails, git, macOS, hub, docker, homebrew, node, php, python, etc), 140+ themes to spice up your morning, and an auto-update tool that makes it easy to keep up w | plugins\microk8s\README.md | readme | Markdown | # MicroK8s plugin
This plugin provides completion and useful aliases for [MicroK8s](https://microk8s.io/).
To use it, add `microk8s` to the plugins array in your zshrc file.
```zsh
plugins=(... microk8s)
```
## Aliases
| Alias | Command | Description ... | 1,878 | 24 |
ohmyzsh | ohmyzsh/ohmyzsh | ohmyzsh | 186,494 | MIT | 🙃 A delightful community-driven (with 2,400+ contributors) framework for managing your zsh configuration. Includes 300+ optional plugins (rails, git, macOS, hub, docker, homebrew, node, php, python, etc), 140+ themes to spice up your morning, and an auto-update tool that makes it easy to keep up w | plugins\minikube\README.md | readme | Markdown | # minikube
This plugin provides completion for [minikube](https://github.com/kubernetes/minikube).
To use it, add `minikube` to the plugins array in your zshrc file.
```
plugins=(... minikube)
```
| 209 | 10 |
ohmyzsh | ohmyzsh/ohmyzsh | ohmyzsh | 186,494 | MIT | 🙃 A delightful community-driven (with 2,400+ contributors) framework for managing your zsh configuration. Includes 300+ optional plugins (rails, git, macOS, hub, docker, homebrew, node, php, python, etc), 140+ themes to spice up your morning, and an auto-update tool that makes it easy to keep up w | plugins\mise\README.md | readme | Markdown | # mise
Adds integration with [mise](https://github.com/jdx/mise) (formerly `rtx`), a runtime executor compatible with
npm, nodenv, pyenv, etc. mise is written in rust and is very fast. 20x-200x faster than asdf. With that being
said, mise is compatible with asdf plugins and .tool-versions files. It can be used as a dr... | 1,112 | 33 |
ohmyzsh | ohmyzsh/ohmyzsh | ohmyzsh | 186,494 | MIT | 🙃 A delightful community-driven (with 2,400+ contributors) framework for managing your zsh configuration. Includes 300+ optional plugins (rails, git, macOS, hub, docker, homebrew, node, php, python, etc), 140+ themes to spice up your morning, and an auto-update tool that makes it easy to keep up w | plugins\mix\README.md | readme | Markdown | # Mix plugin
This plugin adds completions for the [Elixir's Mix build tool](https://hexdocs.pm/mix/Mix.html).
To use it, add `mix` to the plugins array in your zshrc file:
```zsh
plugins=(... mix)
```
## Supported Task Types
| Task Type | Documentation |
|--... | 1,041 | 21 |
ohmyzsh | ohmyzsh/ohmyzsh | ohmyzsh | 186,494 | MIT | 🙃 A delightful community-driven (with 2,400+ contributors) framework for managing your zsh configuration. Includes 300+ optional plugins (rails, git, macOS, hub, docker, homebrew, node, php, python, etc), 140+ themes to spice up your morning, and an auto-update tool that makes it easy to keep up w | plugins\mix-fast\README.md | readme | Markdown | # mix-fast
Fast mix autocompletion plugin.
This script caches the output for later usage and significantly speeds it up.
It generates a .mix_tasks cache file for current project. Currently if you want
to update cache you should remove .mix_tasks file
Inspired by and based on rake-fast zsh plugin.
This is entirely b... | 898 | 29 |
ohmyzsh | ohmyzsh/ohmyzsh | ohmyzsh | 186,494 | MIT | 🙃 A delightful community-driven (with 2,400+ contributors) framework for managing your zsh configuration. Includes 300+ optional plugins (rails, git, macOS, hub, docker, homebrew, node, php, python, etc), 140+ themes to spice up your morning, and an auto-update tool that makes it easy to keep up w | plugins\molecule\README.md | readme | Markdown | # Molecule plugin
This plugin adds aliases and completion for [Molecule](https://ansible.readthedocs.io/projects/molecule/), the
project designed to aid in the development and testing of Ansible roles..
To use it, add `molecule` to the plugins array in your zshrc file:
```zsh
plugins=(... molecule)
```
## Aliases
... | 1,145 | 21 |
ohmyzsh | ohmyzsh/ohmyzsh | ohmyzsh | 186,494 | MIT | 🙃 A delightful community-driven (with 2,400+ contributors) framework for managing your zsh configuration. Includes 300+ optional plugins (rails, git, macOS, hub, docker, homebrew, node, php, python, etc), 140+ themes to spice up your morning, and an auto-update tool that makes it easy to keep up w | plugins\mongo-atlas\README.md | readme | Markdown | # MongoDB Atlas plugin
This plugin adds completion for [Atlas](https://www.mongodb.com/docs/atlas/cli/stable/) a command line interface built specifically for
MongoDB Atlas.
To use it, add `mongo-atlas` to the plugins array in your zshrc file:
```zsh
plugins=(... mongo-atlas)
```
| 294 | 11 |
ohmyzsh | ohmyzsh/ohmyzsh | ohmyzsh | 186,494 | MIT | 🙃 A delightful community-driven (with 2,400+ contributors) framework for managing your zsh configuration. Includes 300+ optional plugins (rails, git, macOS, hub, docker, homebrew, node, php, python, etc), 140+ themes to spice up your morning, and an auto-update tool that makes it easy to keep up w | plugins\mongocli\README.md | readme | Markdown | # mongocli plugin
The plugin adds several aliases for common [mongocli](https://docs.mongodb.com/mongocli/stable/) commands.
To use it, add `mongocli` to the plugins array of your zshrc file:
```zsh
plugins=(... mongocli)
```
## Aliases
| Alias | Command | Des... | 1,054 | 20 |
ohmyzsh | ohmyzsh/ohmyzsh | ohmyzsh | 186,494 | MIT | 🙃 A delightful community-driven (with 2,400+ contributors) framework for managing your zsh configuration. Includes 300+ optional plugins (rails, git, macOS, hub, docker, homebrew, node, php, python, etc), 140+ themes to spice up your morning, and an auto-update tool that makes it easy to keep up w | plugins\mosh\README.md | readme | Markdown | # Mosh Plugin
This plugin allows SSH tab completion for [mosh](https://mosh.org/) hostnames.
To use it, add `mosh` to the plugins array in your zshrc file:
```
plugins=(... mosh)
```
| 195 | 10 |
ohmyzsh | ohmyzsh/ohmyzsh | ohmyzsh | 186,494 | MIT | 🙃 A delightful community-driven (with 2,400+ contributors) framework for managing your zsh configuration. Includes 300+ optional plugins (rails, git, macOS, hub, docker, homebrew, node, php, python, etc), 140+ themes to spice up your morning, and an auto-update tool that makes it easy to keep up w | plugins\multipass\README.md | readme | Markdown | # multipass
This plugin provides completion for [multipass](https://multipass.run), as well as aliases
for multipass commands.
To use it, add `multipass` to the plugins array in your zshrc file:
```zsh
plugins=(... multipass)
```
## Aliases
| Alias | Command ... | 997 | 23 |
ohmyzsh | ohmyzsh/ohmyzsh | ohmyzsh | 186,494 | MIT | 🙃 A delightful community-driven (with 2,400+ contributors) framework for managing your zsh configuration. Includes 300+ optional plugins (rails, git, macOS, hub, docker, homebrew, node, php, python, etc), 140+ themes to spice up your morning, and an auto-update tool that makes it easy to keep up w | plugins\mvn\README.md | readme | Markdown | # mvn plugin
The mvn plugin provides many [useful aliases](#aliases) as well as completion for
the [Apache Maven](https://maven.apache.org/) command (`mvn`).
Enable it by adding `mvn` to the plugins array in your zshrc file:
```zsh
plugins=(... mvn)
```
## Aliases
The plugin aliases mvn to a function that calls `m... | 3,583 | 64 |
ohmyzsh | ohmyzsh/ohmyzsh | ohmyzsh | 186,494 | MIT | 🙃 A delightful community-driven (with 2,400+ contributors) framework for managing your zsh configuration. Includes 300+ optional plugins (rails, git, macOS, hub, docker, homebrew, node, php, python, etc), 140+ themes to spice up your morning, and an auto-update tool that makes it easy to keep up w | plugins\mysql-macports\README.md | readme | Markdown | # MySQL-Macports plugin
This plugin adds aliases for some of the commonly used [MySQL](https://www.mysql.com/) commands when installed using [MacPorts](https://www.macports.org/) on macOS.
To use it, add `mysql-macports` to the plugins array in your zshrc file:
```zsh
plugins=(... mysql-macports)
```
For instructio... | 1,073 | 21 |
ohmyzsh | ohmyzsh/ohmyzsh | ohmyzsh | 186,494 | MIT | 🙃 A delightful community-driven (with 2,400+ contributors) framework for managing your zsh configuration. Includes 300+ optional plugins (rails, git, macOS, hub, docker, homebrew, node, php, python, etc), 140+ themes to spice up your morning, and an auto-update tool that makes it easy to keep up w | plugins\n98-magerun\README.md | readme | Markdown | # n98-magerun plugin
The swiss army knife for Magento developers, sysadmins and devops. The tool provides a huge set of well tested command line commands which save hours of work time.
The [n98-magerun plugin](https://github.com/netz98/n98-magerun) provides many
[useful aliases](#aliases) as well as completion for th... | 1,399 | 22 |
ohmyzsh | ohmyzsh/ohmyzsh | ohmyzsh | 186,494 | MIT | 🙃 A delightful community-driven (with 2,400+ contributors) framework for managing your zsh configuration. Includes 300+ optional plugins (rails, git, macOS, hub, docker, homebrew, node, php, python, etc), 140+ themes to spice up your morning, and an auto-update tool that makes it easy to keep up w | plugins\nanoc\README.md | readme | Markdown | # Nanoc plugin
This plugin adds some aliases and autocompletion for common [Nanoc](https://nanoc.ws) commands.
To use it, add `nanoc` to the plugins array in your zshrc file:
```zsh
plugins=(... nanoc)
```
## Aliases
| Alias | Command | Description ... | 1,186 | 21 |
ohmyzsh | ohmyzsh/ohmyzsh | ohmyzsh | 186,494 | MIT | 🙃 A delightful community-driven (with 2,400+ contributors) framework for managing your zsh configuration. Includes 300+ optional plugins (rails, git, macOS, hub, docker, homebrew, node, php, python, etc), 140+ themes to spice up your morning, and an auto-update tool that makes it easy to keep up w | plugins\nats\README.md | readme | Markdown | # NATS plugin
This plugin adds completion for several tools from [NATS](https://nats.io/).
- [`nsc`](https://github.com/nats-io/nsc)
- [`natscli`](https://github.com/nats-io/natscli)
To use it, add `nats` to the plugins array in your zshrc file:
```zsh
plugins=(... nats)
```
This plugin does not add any aliases.
| 333 | 15 |
ohmyzsh | ohmyzsh/ohmyzsh | ohmyzsh | 186,494 | MIT | 🙃 A delightful community-driven (with 2,400+ contributors) framework for managing your zsh configuration. Includes 300+ optional plugins (rails, git, macOS, hub, docker, homebrew, node, php, python, etc), 140+ themes to spice up your morning, and an auto-update tool that makes it easy to keep up w | plugins\nestjs\README.md | readme | Markdown | # NestJS Plugin for Oh My Zsh
This plugin provides aliases for common [NestJS CLI](https://docs.nestjs.com/cli/overview) commands.
## Requirements
- [NestJS CLI](https://docs.nestjs.com/cli/overview#installation) installed globally:
`npm install -g @nestjs/cli`
## Aliases
| Alias | Command ... | 2,929 | 53 |
ohmyzsh | ohmyzsh/ohmyzsh | ohmyzsh | 186,494 | MIT | 🙃 A delightful community-driven (with 2,400+ contributors) framework for managing your zsh configuration. Includes 300+ optional plugins (rails, git, macOS, hub, docker, homebrew, node, php, python, etc), 140+ themes to spice up your morning, and an auto-update tool that makes it easy to keep up w | plugins\ng\README.md | readme | Markdown | # ng plugin
This plugin adds autocompletion support for [Angular's CLI](https://github.com/angular/angular-cli)
(named `ng`).
To use it, add `ng` to the plugins array of your zshrc file:
```zsh
plugins=(... ng)
```
| 228 | 11 |
ohmyzsh | ohmyzsh/ohmyzsh | ohmyzsh | 186,494 | MIT | 🙃 A delightful community-driven (with 2,400+ contributors) framework for managing your zsh configuration. Includes 300+ optional plugins (rails, git, macOS, hub, docker, homebrew, node, php, python, etc), 140+ themes to spice up your morning, and an auto-update tool that makes it easy to keep up w | plugins\ngrok\README.md | readme | Markdown | # ngrok plugin
This plugin adds completion for the [ngrok](https://ngrok.com) CLI.
To use it, add `ngrok` to the plugins array in your zshrc file:
```zsh
plugins=(... ngrok)
```
This plugin does not add any aliases.
## Cache
This plugin caches the completion script and is automatically updated asynchronously when... | 502 | 21 |
ohmyzsh | ohmyzsh/ohmyzsh | ohmyzsh | 186,494 | MIT | 🙃 A delightful community-driven (with 2,400+ contributors) framework for managing your zsh configuration. Includes 300+ optional plugins (rails, git, macOS, hub, docker, homebrew, node, php, python, etc), 140+ themes to spice up your morning, and an auto-update tool that makes it easy to keep up w | plugins\nmap\README.md | readme | Markdown | # Nmap plugin
Adds some useful aliases for [Nmap](https://nmap.org/) similar to the profiles in zenmap.
To use it, add `nmap` to the plugins array in your zshrc file:
```zsh
plugins=(... nmap)
```
## Aliases
- `nmap_open_ports`: scan for open ports on target.
- `nmap_list_interfaces`: list all network interfaces o... | 1,403 | 28 |
ohmyzsh | ohmyzsh/ohmyzsh | ohmyzsh | 186,494 | MIT | 🙃 A delightful community-driven (with 2,400+ contributors) framework for managing your zsh configuration. Includes 300+ optional plugins (rails, git, macOS, hub, docker, homebrew, node, php, python, etc), 140+ themes to spice up your morning, and an auto-update tool that makes it easy to keep up w | plugins\node\README.md | readme | Markdown | # node plugin
This plugin adds `node-docs` function that opens specific section in [Node.js](https://nodejs.org)
documentation (depending on the installed version).
To use it, add `node` to the plugins array of your zshrc file:
```zsh
plugins=(... node)
```
## Usage
```zsh
# Opens https://nodejs.org/docs/latest-v1... | 450 | 20 |
ohmyzsh | ohmyzsh/ohmyzsh | ohmyzsh | 186,494 | MIT | 🙃 A delightful community-driven (with 2,400+ contributors) framework for managing your zsh configuration. Includes 300+ optional plugins (rails, git, macOS, hub, docker, homebrew, node, php, python, etc), 140+ themes to spice up your morning, and an auto-update tool that makes it easy to keep up w | plugins\nodenv\README.md | readme | Markdown | # nodenv plugin
The primary job of this plugin is to provide `nodenv_prompt_info` which can be added to your theme to include Node
version information into your prompt.
To use it, add `nodenv` to the plugins array in your zshrc file:
```zsh
plugins=(... nodenv)
```
## Functions
* `nodenv_prompt_info`: displays the... | 575 | 21 |
ohmyzsh | ohmyzsh/ohmyzsh | ohmyzsh | 186,494 | MIT | 🙃 A delightful community-driven (with 2,400+ contributors) framework for managing your zsh configuration. Includes 300+ optional plugins (rails, git, macOS, hub, docker, homebrew, node, php, python, etc), 140+ themes to spice up your morning, and an auto-update tool that makes it easy to keep up w | plugins\nomad\README.md | readme | Markdown | # Nomad
The `nomad` plugin provides a simple autocompletion for [Nomad](https://nomadproject.io/), a tool from Hashicorp for easily deploy applications at any scale.
## Usage
1. Enable the `nomad` plugin:
```zsh
plugins=(... nomad)
```
2. Install [Nomad](https://nomadproject.io/)
3. Type `nomad` into y... | 397 | 16 |
ohmyzsh | ohmyzsh/ohmyzsh | ohmyzsh | 186,494 | MIT | 🙃 A delightful community-driven (with 2,400+ contributors) framework for managing your zsh configuration. Includes 300+ optional plugins (rails, git, macOS, hub, docker, homebrew, node, php, python, etc), 140+ themes to spice up your morning, and an auto-update tool that makes it easy to keep up w | plugins\npm\README.md | readme | Markdown | # npm plugin
The npm plugin provides completion as well as adding many useful aliases.
To use it, add npm to the plugins array of your zshrc file:
```zsh
plugins=(... npm)
```
## Aliases
| Alias | Command | Description |
|:------ |:-------... | 3,153 | 51 |
ohmyzsh | ohmyzsh/ohmyzsh | ohmyzsh | 186,494 | MIT | 🙃 A delightful community-driven (with 2,400+ contributors) framework for managing your zsh configuration. Includes 300+ optional plugins (rails, git, macOS, hub, docker, homebrew, node, php, python, etc), 140+ themes to spice up your morning, and an auto-update tool that makes it easy to keep up w | plugins\nvm\README.md | readme | Markdown | # nvm plugin
This plugin adds autocompletions for [nvm](https://github.com/nvm-sh/nvm) — a Node.js version manager. It also
automatically sources nvm, so you don't need to do it manually in your `.zshrc`.
To use it, add `nvm` to the plugins array of your zshrc file:
```zsh
plugins=(... nvm)
```
## Settings
If you ... | 2,455 | 61 |
ohmyzsh | ohmyzsh/ohmyzsh | ohmyzsh | 186,494 | MIT | 🙃 A delightful community-driven (with 2,400+ contributors) framework for managing your zsh configuration. Includes 300+ optional plugins (rails, git, macOS, hub, docker, homebrew, node, php, python, etc), 140+ themes to spice up your morning, and an auto-update tool that makes it easy to keep up w | plugins\oc\README.md | readme | Markdown | # OC - OpenShift CLI
This plugin provides autocompletion for [OC](https://docs.openshift.com/container-platform/latest/cli_reference/openshift_cli/getting-started-cli.html) commands, building, managing and updating operations.
To use it, add `oc` to the plugins array of your zshrc file:
```bash
plugins=(... oc)
```
... | 415 | 14 |
ohmyzsh | ohmyzsh/ohmyzsh | ohmyzsh | 186,494 | MIT | 🙃 A delightful community-driven (with 2,400+ contributors) framework for managing your zsh configuration. Includes 300+ optional plugins (rails, git, macOS, hub, docker, homebrew, node, php, python, etc), 140+ themes to spice up your morning, and an auto-update tool that makes it easy to keep up w | plugins\octozen\README.md | readme | Markdown | # Octozen plugin
Displays a zen quote from GitHub's Octocat on start up.
To use it, add `octozen` to the plugins array in your zshrc file:
```zsh
plugins=(... octozen)
```
It defines a `display_octozen` function that fetches a GitHub Octocat zen quote.
NOTE: Internet connection is required (will time out if not fet... | 352 | 13 |
ohmyzsh | ohmyzsh/ohmyzsh | ohmyzsh | 186,494 | MIT | 🙃 A delightful community-driven (with 2,400+ contributors) framework for managing your zsh configuration. Includes 300+ optional plugins (rails, git, macOS, hub, docker, homebrew, node, php, python, etc), 140+ themes to spice up your morning, and an auto-update tool that makes it easy to keep up w | plugins\opentofu\README.md | readme | Markdown | # OpenTofu plugin
Plugin for OpenTofu, a fork of Terraform that is open-source, community-driven, and managed by the Linux Foundation. It adds
completion for `tofu` command, as well as aliases and a prompt function.
To use it, add `opentofu` to the plugins array of your `~/.zshrc` file:
```shell
plugins=(... opentof... | 1,972 | 62 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.