0
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-09-19 04:01:21 +02:00

Document plugin descriptions and add script for automation

Fixes #59
Marc Cornellà 2024-08-09 09:45:51 +02:00
parent f49b34f637
commit af0767642c
No known key found for this signature in database
GPG key ID: 0314585E776A9C1B
2 changed files with 399 additions and 337 deletions

@ -15,343 +15,348 @@ plugins=(rails git ruby)
## Plugins ## Plugins
- [1password](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/1password) <!--
- [aliases](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/aliases) Update via scripts/list-plugins.sh (requires local installation of Oh My Zsh).
- [alias-finder](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/alias-finder) These plugins' descriptions are taken manually as the script is not smart enough to get them: wd, zsh-navigation-tools.
- [ansible](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/ansible) Also the automatic lowercasing does not account for names (Chuck Norris), which are harder to detect than acronyms.
- [ant](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/ant) -->
- [apache2-macports](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/apache2-macports)
- [arcanist](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/arcanist) - [1password](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/1password): this plugin adds 1Password functionality to oh-my-zsh.
- [archlinux](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/archlinux) - [alias-finder](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/alias-finder): this plugin searches the defined aliases and outputs any that match the command inputted. This makes learning new aliases easier.
- [argocd](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/argocd) - [aliases](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/aliases): with lots of 3rd-party amazing aliases installed, this plugin helps list the shortcuts that are currently available based on the plugins you have enabled.
- [asdf](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/asdf) - [ansible](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/ansible): the `ansible plugin` adds several aliases for useful [ansible](https://docs.ansible.com/ansible/latest/index.html) commands and [aliases](#aliases).
- [autoenv](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/autoenv) - [ant](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/ant): this plugin provides completion for [Ant](https://ant.apache.org/).
- [autojump](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/autojump) - [apache2-macports](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/apache2-macports): enables aliases to control a local Apache2 installed via [MacPorts](https://www.macports.org/).
- [autopep8](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/autopep8) - [arcanist](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/arcanist): this plugin adds many useful aliases for [arcanist](https://github.com/phacility/arcanist).
- [aws](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/aws) - [archlinux](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/archlinux): this plugin adds some aliases and functions to work with Arch Linux.
- [azure](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/azure) - [arduino-cli](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/arduino-cli): this plugin adds completion for the [arduino-cli](https://github.com/arduino/arduino-cli) tool.
- [battery](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/battery) - [argocd](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/argocd): this plugin adds completion for the [Argo CD](https://argoproj.github.io/cd/) CLI.
- [bazel](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/bazel) - [asdf](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/asdf): adds integration with [asdf](https://github.com/asdf-vm/asdf), the extendable version manager, with support for Ruby, Node.js, Elixir, Erlang and more.
- [bbedit](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/bbedit) - [autoenv](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/autoenv): this plugin loads the [Autoenv](https://github.com/inishchith/autoenv).
- [bedtools](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/bedtools) - [autojump](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/autojump): this plugin loads the [autojump navigation tool](https://github.com/wting/autojump).
- [bgnotify](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/bgnotify) - [autopep8](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/autopep8): this plugin adds completion for [autopep8](https://pypi.org/project/autopep8/), a tool that automatically formats Python code to conform to the [PEP 8](http://www.python.org/dev/peps/pep-0008/) style guide.
- [bower](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/bower) - [aws](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/aws): this plugin provides completion support for [awscli v2](https://awscli.amazonaws.com/v2/documentation/api/latest/reference/index.html) and a few utilities to manage AWS profiles/regions and display them in the prompt. [awscli v1](https://docs.aws.amazon.com/cli/latest/userguide/cliv2-migration.html) is no longer supported.
- [branch](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/branch) - [azure](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/azure): this plugin provides completion support for [azure cli](https://docs.microsoft.com/en-us/cli/azure/) and a few utilities to manage azure subscriptions and display them in the prompt.
- [brew](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/brew) - [battery](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/battery): this plugin adds some functions you can use to display battery information in your custom theme.
- [bridgetown](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/bridgetown) - [bazel](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/bazel): this plugin adds completion and aliases for [bazel](https://bazel.build), an open-source build and test tool that scalably supports multi-language and multi-platform projects.
- [bun](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/bun) - [bbedit](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/bbedit): plugin for BBEdit, an HTML and text editor for Mac OS X
- [bundler](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/bundler) - [bedtools](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/bedtools): this plugin adds support for the [bedtools suite](http://bedtools.readthedocs.org/en/latest/):
- [cabal](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/cabal) - [bgnotify](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/bgnotify): cross-platform background notifications for long running commands! Supports OSX and Linux.
- [cake](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/cake) - [bower](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/bower): this plugin adds completion for [Bower](https://bower.io/) and a few useful aliases for common Bower commands.
- [cakephp3](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/cakephp3) - [branch](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/branch): this plugin displays the current Git or Mercurial branch, fast. If in a Mercurial repository, also display the current bookmark, if present.
- [capistrano](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/capistrano) - [brew](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/brew): the plugin adds several aliases for common [brew](https://brew.sh) commands.
- [cask](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/cask) - [bridgetown](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/bridgetown): this plugin adds some aliases and autocompletion for common [Bridgetown](https://bridgetownrb.com/) commands.
- [catimg](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/catimg) - [bun](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/bun): this plugin sets up completion for [Bun](https://bun.sh).
- [celery](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/celery) - [bundler](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/bundler): this plugin adds completion for basic bundler commands, as well as aliases and helper functions for an easier experience with bundler.
- [charm](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/charm) - [cabal](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/cabal): this plugin provides completion for [Cabal](https://www.haskell.org/cabal/), a build tool for Haskell. It also provides a function `cabal_sandbox_info` that prints whether the current working directory is in a sandbox.
- [chruby](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/chruby) - [cake](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/cake): this plugin provides completion for [CakePHP](https://cakephp.org/).
- [chucknorris](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/chucknorris) - [cakephp3](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/cakephp3): the plugin adds aliases and autocompletion for [cakephp3](https://book.cakephp.org/3.0/en/index.html).
- [cloudfoundry](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/cloudfoundry) - [capistrano](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/capistrano): this plugin provides completion for [Capistrano](https://capistranorb.com/).
- [codeclimate](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/codeclimate) - [cask](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/cask): [Cask](https://github.com/cask/cask) is a project management tool for Emacs that helps automate the package development cycle; development, dependencies, testing, building, packaging and more.
- [coffee](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/coffee) - [catimg](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/catimg): plugin for displaying images on the terminal using the `catimg.sh` script provided by [posva](https://github.com/posva/catimg)
- [colemak](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/colemak) - [celery](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/celery): this plugin provides completion for [Celery](http://www.celeryproject.org/).
- [colored-man-pages](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/colored-man-pages) - [charm](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/charm): this plugin adds completion for the [charm](https://github.com/charmbracelet/charm) CLI.
- [colorize](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/colorize) - [chruby](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/chruby): this plugin loads [chruby](https://github.com/postmodern/chruby), a tool that changes the current Ruby version, and completion and a prompt function to display the Ruby version. Supports brew and manual installation of chruby.
- [command-not-found](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/command-not-found) - [chucknorris](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/chucknorris): fortunes plugin for Chuck Norris for Oh My Zsh. Perfectly suitable as MOTD.
- [common-aliases](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/common-aliases) - [cloudfoundry](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/cloudfoundry): this plugin is intended to offer a few simple aliases for regular users of the [Cloud Foundry Cli][1]. Most are just simple aliases that will save a bit of typing. Others include mini functions and or accept parameters. Take a look at the table below for details.
- [compleat](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/compleat) - [codeclimate](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/codeclimate): this plugin adds autocompletion for the [`codeclimate` CLI](https://github.com/codeclimate/codeclimate).
- [composer](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/composer) - [coffee](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/coffee): this plugin provides aliases for quickly compiling and previewing your coffeescript code.
- [conda-env](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/conda-env) - [colemak](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/colemak): this plugin remaps keys in `zsh`'s [`vi`-style navigation mode](http://zsh.sourceforge.net/Doc/Release/Zsh-Line-Editor.html#Keymaps) for a [Colemak](https://colemak.com/) keyboard layout, to match the QWERTY position:
- [copybuffer](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/copybuffer) - [colored-man-pages](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/colored-man-pages): this plugin adds colors to man pages.
- [copyfile](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/copyfile) - [colorize](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/colorize): with this plugin you can syntax-highlight file contents of over 300 supported languages and other text formats.
- [copypath](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/copypath) - [command-not-found](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/command-not-found): this plugin uses the command-not-found package for zsh to provide suggested packages to be installed if a command cannot be found.
- [cp](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/cp) - [common-aliases](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/common-aliases): this plugin creates helpful shortcut aliases for many commonly used commands.
- [cpanm](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/cpanm) - [compleat](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/compleat): this plugin looks for [compleat](https://github.com/mbrubeck/compleat) and loads its completion.
- [dash](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/dash) - [composer](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/composer): this plugin provides completion for [composer](https://getcomposer.org/), as well as aliases for frequent composer commands. It also adds Composer's global binaries to the PATH, using Composer if available.
- [dbt](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/dbt) - [conda-env](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/conda-env): the plugin displays information of the created virtual container of conda and allows background theming.
- [debian](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/debian) - [copybuffer](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/copybuffer): this plugin adds the <kbd>ctrl-o</kbd> keyboard shortcut to copy the current text in the command line to the system clipboard.
- [deno](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/deno) - [copyfile](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/copyfile): puts the contents of a file in your system clipboard so you can paste it anywhere.
- [dircycle](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/dircycle) - [copypath](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/copypath): copies the path of given directory or file to the system clipboard.
- [direnv](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/direnv) - [cp](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/cp): this plugin defines a `cpv` function that uses `rsync` so that you get the features and security of this command.
- [dirhistory](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/dirhistory) - [cpanm](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/cpanm): this plugin provides completion for [Cpanm](https://github.com/miyagawa/cpanminus) ([docs](https://metacpan.org/pod/App::cpanminus)).
- [dirpersist](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/dirpersist) - [dash](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/dash): this plugin adds command line functionality for [Dash](https://kapeli.com/dash), an API Documentation Browser for macOS. This plugin requires Dash to be installed to work.
- [dnf](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/dnf) - [dbt](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/dbt): the `dbt plugin` adds several aliases for useful [dbt](https://docs.getdbt.com/) commands and [aliases](#aliases).
- [dnote](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/dnote) - [debian](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/debian): this plugin provides Debian-related aliases and functions for zsh.
- [docker](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/docker) - [deno](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/deno): this plugin sets up completion and aliases for [Deno](https://deno.land).
- [docker-compose](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/docker-compose) - [dircycle](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/dircycle): plugin for cycling through the directory stack
- [docker-machine](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/docker-machine) - [direnv](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/direnv): this plugin creates the [Direnv](https://direnv.net/) hook.
- [doctl](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/doctl) - [dirhistory](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/dirhistory): this plugin adds keyboard shortcuts for navigating directory history and hierarchy.
- [dotenv](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/dotenv) - [dirpersist](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/dirpersist): this plugin keeps a running tally of the previous 20 unique directories in the `$HOME/.zdirs` file. When you cd to a new directory, it is prepended to the beginning of the file.
- [dotnet](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/dotnet) - [dnf](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/dnf): this plugin makes `dnf` usage easier by adding aliases for the most common commands.
- [droplr](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/droplr) - [dnote](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/dnote): this plugin adds auto-completion for [Dnote](https://www.getdnote.com/), a simple command line notebook.
- [drush](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/drush) - [docker-compose](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/docker-compose): this plugin provides completion for [docker-compose](https://docs.docker.com/compose/) as well as some aliases for frequent docker-compose commands.
- [eecms](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/eecms) - [docker](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/docker): this plugin adds auto-completion and aliases for [docker](https://www.docker.com/).
- [emacs](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/emacs) - [doctl](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/doctl): this plugin provides completion for [Doctl](https://github.com/digitalocean/doctl).
- [ember-cli](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/ember-cli) - [dotenv](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/dotenv): automatically load your project ENV variables from `.env` file when you `cd` into project root directory.
- [emoji](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/emoji) - [dotnet](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/dotnet): this plugin provides completion and useful aliases for [.NET Core CLI](https://dotnet.microsoft.com/).
- [emoji-clock](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/emoji-clock) - [droplr](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/droplr): use [Droplr](https://droplr.com/) from the command line to upload files and shorten links. It needs to have [Droplr.app](https://droplr.com/apps) installed and logged in. MacOS only.
- [emotty](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/emotty) - [drush](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/drush): this plugin adds aliases and functions for [Drush](https://www.drush.org), a command-line shell and Unix scripting interface for Drupal. It also adds completion for the `drush` command.
- [encode64](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/encode64) - [eecms](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/eecms): this plugin adds auto-completion of console commands for [`eecms`](https://github.com/ExpressionEngine/ExpressionEngine).
- [extract](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/extract) - [emacs](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/emacs): this plugin utilizes the Emacs daemon capability, allowing the user to quickly open frames, whether they are opened in a terminal via a ssh connection, or X frames opened on the same host. The plugin also provides some aliases for such operations.
- [eza](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/eza) - [ember-cli](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/ember-cli): this plugin adds completion and aliases for using [`ember-cli`](https://cli.emberjs.com/).
- [fabric](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/fabric) - [emoji-clock](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/emoji-clock): the plugin displays current time as an emoji symbol with half hour accuracy.
- [fancy-ctrl-z](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/fancy-ctrl-z) - [emoji](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/emoji): support for conveniently working with Unicode emoji in Zsh.
- [fasd](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/fasd) - [emotty](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/emotty): this plugin returns an emoji for the current $TTY number so it can be used in a prompt.
- [fastfile](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/fastfile) - [encode64](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/encode64): alias plugin for encoding or decoding using `base64` command.
- [fbterm](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/fbterm) - [extract](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/extract): this plugin defines a function called `extract` that extracts the archive file you pass it, and it supports a wide variety of archive filetypes.
- [fig](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/fig) - [eza](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/eza): this provides aliases that invoke the [`eza`](https://github.com/eza-community/eza) utility rather than `ls`
- [firewalld](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/firewalld) - [fabric](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/fabric): this plugin provides completion for [Fabric](https://www.fabfile.org/).
- [flutter](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/flutter) - [fancy-ctrl-z](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/fancy-ctrl-z): allows pressing Ctrl-Z again to switch back to a background job.
- [fluxcd](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/fluxcd) - [fasd](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/fasd): [`Fasd`](https://github.com/clvv/fasd) (pronounced similar to "fast") is a command-line productivity booster. Fasd offers quick access to files and directories for POSIX shells.
- [fnm](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/fnm) - [fastfile](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/fastfile): this plugin adds a way to reference certain files or folders used frequently using a global alias or shortcut.
- [forklift](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/forklift) - [fbterm](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/fbterm): this plugin automatically starts [fbterm](https://github.com/zhangyuanwei/fbterm) if on a real TTY (`/dev/tty*`).
- [fossil](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/fossil) - [fig](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/fig): this plugin sets up completion for [Fig](https://fig.io/).
- [frontend-search](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/frontend-search) - [firewalld](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/firewalld): this plugin adds some aliases and functions for FirewallD using the `firewalld-cmd` command. To use it, add firewalld to your plugins array.
- [fzf](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/fzf) - [flutter](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/flutter): the Flutter plugin provides completion and useful aliases
- [gas](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/gas) - [fluxcd](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/fluxcd): this plugin adds completion for [FluxCD](https://fluxcd.io), an open and extensible continuous delivery solution for Kubernetes. Powered by GitOps Toolkit.
- [gatsby](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/gatsby) - [fnm](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/fnm): this plugin adds autocompletion for [fnm](https://github.com/Schniz/fnm) - a Node.js version manager.
- [gcloud](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/gcloud) - [forklift](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/forklift): plugin for ForkLift, an FTP application for OS X.
- [geeknote](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/geeknote) - [fossil](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/fossil): this plugin adds completion support and prompt for fossil repositories. The prompt will display the current branch and status been dirty or clean.
- [gem](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/gem) - [frontend-search](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/frontend-search): > Searches for your frontend web development made easier
- [genpass](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/genpass) - [fzf](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/fzf): this plugin tries to find [junegunn's fzf](https://github.com/junegunn/fzf) based on where it's been installed, and enables its fuzzy auto-completion and key bindings.
- [gh](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/gh) - [gas](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/gas): this plugin adds autocompletion for the [gas](http://ramblingsby.me/gas/) command, a utility to manage Git authors.
- [git](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/git) - [gatsby](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/gatsby): adds autocomplete options for all gatsby commands.
- [git-auto-fetch](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/git-auto-fetch) - [gcloud](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/gcloud): this plugin provides completion support for the [Google Cloud SDK CLI](https://cloud.google.com/sdk/gcloud/).
- [git-commit](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/git-commit) - [geeknote](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/geeknote): this plugin provides autocompletion for [Geeknote](https://github.com/VitaliyRodnenko/geeknote) and an alias for `geeknote` called `gn`.
- [git-escape-magic](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/git-escape-magic) - [gem](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/gem): this plugin adds completions and aliases for [Gem](https://rubygems.org/). The completions include the common `gem` subcommands as well as the installed gems in the current directory.
- [git-extras](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/git-extras) - [genpass](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/genpass): this plugin provides three unique password generators for ZSH. Each generator has at least a 128-bit security margin and generates passwords from the cryptographically secure `/dev/urandom`. Each generator can also take an optional numeric argument to generate multiple passwords.
- [gitfast](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/gitfast) - [gh](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/gh): this plugin adds completion for the [GitHub CLI](https://cli.github.com/).
- [git-flow](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/git-flow) - [git-auto-fetch](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/git-auto-fetch): automatically fetches all changes from all remotes while you are working in a git-initialized directory.
- [git-flow-avh](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/git-flow-avh) - [git-commit](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/git-commit): the git-commit plugin adds several [git aliases](https://www.git-scm.com/docs/git-config#Documentation/git-config.txt-alias) for [conventional commit](https://www.conventionalcommits.org/en/v1.0.0/#summary) messages.
- [github](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/github) - [git-escape-magic](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/git-escape-magic): this plugin is copied from the original at https://github.com/knu/zsh-git-escape-magic. All credit for the functionality enabled by this plugin should go to @knu.
- [git-hubflow](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/git-hubflow) - [git-extras](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/git-extras): this plugin provides completion definitions for some of the commands defined by [git-extras](https://github.com/tj/git-extras), which must already be installed.
- [gitignore](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/gitignore) - [git-flow-avh](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/git-flow-avh): this plugin adds completion for the [git-flow (AVH Edition)](https://github.com/petervanderdoes/gitflow-avh). The AVH Edition of the git extensions that provides high-level repository operations for [Vincent Driessen's branching model](https://nvie.com/posts/a-successful-git-branching-model/).
- [git-lfs](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/git-lfs) - [git-flow](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/git-flow): this plugin adds completion and aliases for the [`git-flow` command](https://github.com/nvie/gitflow).
- [git-prompt](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/git-prompt) - [git-hubflow](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/git-hubflow): this plugin adds completion for [HubFlow](https://datasift.github.io/gitflow/) (GitFlow for GitHub), as well as some aliases for common commands. HubFlow is a git extension to make it easy to use GitFlow with GitHub. Based on the original gitflow extension for git.
- [glassfish](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/glassfish) - [git-lfs](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/git-lfs): the git lfs plugin provides [aliases](#aliases) and [functions](#functions) for [git-lfs](https://github.com/git-lfs/git-lfs).
- [globalias](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/globalias) - [git-prompt](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/git-prompt): A `zsh` prompt that displays information about the current git repository. In particular: the branch name, difference with remote branch, number of files staged or changed, etc.
- [gnu-utils](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/gnu-utils) - [git](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/git): the git plugin provides many [aliases](#aliases) and a few useful [functions](#functions).
- [golang](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/golang) - [gitfast](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/gitfast): this plugin adds completion for Git, using the zsh completion from git.git folks, which is much faster than the official one from zsh. A lot of zsh-specific features are not supported, like descriptions for every argument, but everything the bash completion has, this one does too (as it is using it behind the scenes). Not only is it faster, it should be more robust, and updated regularly to the latest git upstream version.
- [gpg-agent](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/gpg-agent) - [github](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/github): this plugin supports working with GitHub from the command line. It provides a few things:
- [gradle](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/gradle) - [gitignore](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/gitignore): this plugin enables you the use of [gitignore.io](https://www.toptal.com/developers/gitignore) from the command line. You need an active internet connection.
- [grails](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/grails) - [glassfish](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/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.
- [grc](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/grc) - [globalias](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/globalias): expands all glob expressions, subcommands and aliases (including global).
- [grunt](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/grunt) - [gnu-utils](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/gnu-utils): 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.
- [gulp](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/gulp) - [golang](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/golang): this plugin adds completion for the [Go Programming Language](https://golang.org/), as well as some aliases for common Golang commands.
- [hanami](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/hanami) - [gpg-agent](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/gpg-agent): enables [GPG's gpg-agent](https://www.gnupg.org/documentation/manuals/gnupg/) if it is not running.
- [hasura](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/hasura) - [gradle](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/gradle): this plugin adds completions and aliases for [Gradle](https://gradle.org/).
- [helm](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/helm) - [grails](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/grails): this plugin adds completion for the [Grails 2 CLI](https://grails.github.io/grails2-doc/2.5.x/guide/commandLine.html)
- [heroku](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/heroku) - [grc](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/grc): this plugin adds wrappers for commands supported by [Generic Colouriser](https://github.com/garabik/grc):
- [heroku-alias](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/heroku-alias) - [grunt](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/grunt): this plugin adds completions for [grunt](https://github.com/gruntjs/grunt).
- [history](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/history) - [gulp](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/gulp): this plugin adds autocompletion for your [`gulp`](https://gulpjs.com/) tasks. It grabs all available tasks from the `gulpfile.js` in the current directory.
- [history-substring-search](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/history-substring-search) - [hanami](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/hanami): 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.
- [hitchhiker](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/hitchhiker) - [hasura](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/hasura): this plugin adds completion for [the Hasura CLI](https://hasura.io/docs/latest/hasura-cli/index/).
- [hitokoto](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/hitokoto) - [helm](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/helm): this plugin adds completion and aliases for [Helm](https://helm.sh/), the Kubernetes package manager.
- [homestead](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/homestead) - [heroku-alias](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/heroku-alias): full alias list for Heroku CLI.
- [httpie](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/httpie) - [heroku](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/heroku): this plugin provides completion for the [Heroku CLI](https://devcenter.heroku.com/articles/heroku-cli).
- [invoke](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/invoke) - [history-substring-search](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/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.
- [ionic](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/ionic) - [history](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/history): provides a couple of convenient aliases for using the `history` command to examine your command line history.
- [ipfs](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/ipfs) - [hitchhiker](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/hitchhiker): this plugin adds quotes from The Hitchhiker's Guide to the Galaxy, from Douglas Adams.
- [isodate](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/isodate) - [hitokoto](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/hitokoto): displays a random quote taken from [hitokoto.cn](https://v1.hitokoto.cn/)
- [istioctl](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/istioctl) - [homestead](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/homestead): this plugin provides completion for [Homestead](https://laravel.com/docs/homestead).
- [iterm2](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/iterm2) - [httpie](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/httpie): this plugin adds completion for [HTTPie](https://httpie.org), a command line HTTP client, a friendlier cURL replacement.
- [jake-node](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/jake-node) - [invoke](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/invoke): this plugin adds completion for [invoke](https://github.com/pyinvoke/invoke).
- [jenv](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/jenv) - [ionic](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/ionic): this plugin adds completion for the [Ionic CLI](https://ionicframework.com/docs/cli), as well as some aliases for common Ionic commands.
- [jfrog](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/jfrog) - [ipfs](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/ipfs): zsh completion plugin for [The InterPlanetary File System (IPFS)][1]
- [jhbuild](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/jhbuild) - [isodate](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/isodate): this plugin adds completion for the [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601), as well as some aliases for common Date commands.
- [jira](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/jira) - [istioctl](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/istioctl): 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.
- [jruby](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/jruby) - [iterm2](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/iterm2): this plugin adds a few functions that are useful when using [iTerm2](https://www.iterm2.com/).
- [jsontools](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/jsontools) - [jake-node](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/jake-node): this plugin provides completion for [Jake](http://jakejs.com/).
- [juju](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/juju) - [jenv](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/jenv): [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).
- [jump](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/jump) - [jfrog](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/jfrog): this plugin provides completion for [JFrog CLI](https://github.com/jfrog/jfrog-cli).
- [kate](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/kate) - [jhbuild](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/jhbuild): this plugin adds some [JHBuild](https://developer.gnome.org/jhbuild/) aliases.
- [keychain](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/keychain) - [jira](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/jira): this plugin provides command line tools for interacting with Atlassian's [JIRA](https://www.atlassian.com/software/jira) bug tracking software.
- [kind](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/kind) - [jruby](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/jruby): this plugin adds aliases for [JRuby](https://www.jruby.org/).
- [kitchen](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/kitchen) - [jsontools](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/jsontools): handy command line tools for dealing with json data.
- [kitty](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/kitty) - [juju](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/juju): 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)).
- [kn](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/kn) - [jump](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/jump): 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`)
- [knife](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/knife) - [kate](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/kate): this plugin adds aliases for the [Kate editor](https://kate-editor.org).
- [knife_ssh](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/knife_ssh) - [keychain](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/keychain): 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.
- [kops](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/kops) - [kind](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/kind): this plugin adds completion for the [Kind](https://kind.sigs.k8s.io/) tool, as well as a few aliases for easier use.
- [kubectl](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/kubectl) - [kitchen](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/kitchen): this plugin adds completion support for the [Test Kitchen](https://kitchen.ci).
- [kubectx](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/kubectx) - [kitty](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/kitty): this plugin adds a few aliases and functions that are useful for users of the [Kitty](https://sw.kovidgoyal.net/kitty/) terminal.
- [kube-ps1](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/kube-ps1) - [kn](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/kn): this plugin provides autocompletion for [kn](https://knative.dev/docs/install/client/install-kn/) operations.
- [lando](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/lando) - [knife_ssh](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/knife_ssh): 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/).
- [laravel](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/laravel) - [knife](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/knife): 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.
- [laravel4](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/laravel4) - [kops](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/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.
- [laravel5](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/laravel5) - [kube-ps1](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/kube-ps1): A script that lets you add the current Kubernetes context and namespace configured on `kubectl` to your Bash/Zsh prompt strings (i.e. the `$PS1`).
- [last-working-dir](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/last-working-dir) - [kubectl](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/kubectl): 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.
- [lein](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/lein) - [kubectx](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/kubectx): this plugins adds `kubectx_prompt_info()` function. It shows name of the active kubectl context (`kubectl config current-context`).
- [lighthouse](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/lighthouse) - [lando](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/lando): 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.
- [lol](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/lol) - [laravel](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/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.
- [lpass](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/lpass) - [laravel4](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/laravel4): this plugin adds some aliases for common [Laravel 4](https://laravel.com/docs/4.2) commands.
- [lxd](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/lxd) - [laravel5](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/laravel5): this plugin adds some aliases for common [Laravel 5](https://laravel.com/docs) commands.
- [macos](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/macos) - [last-working-dir](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/last-working-dir): keeps track of the last used working directory and automatically jumps into it for new shells, unless the starting directory is not `$HOME`.
- [macports](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/macports) - [lein](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/lein): this plugin adds completions for the [Leiningen](https://leiningen.org/) Clojure build tool.
- [magic-enter](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/magic-enter) - [lighthouse](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/lighthouse): this plugin adds commands to manage [Lighthouse](https://lighthouseapp.com/).
- [man](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/man) - [lol](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/lol): plugin for adding catspeak aliases, because why not.
- [marked2](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/marked2) - [lpass](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/lpass): this plugin adds completion for LastPass CLI [`lpass`](https://github.com/lastpass/lastpass-cli).
- [marktext](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/marktext) - [lxd](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/lxd): this plugin provides completion for [lxd](https://linuxcontainers.org/lxd/), as well as aliases for frequent lxc commands.
- [mercurial](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/mercurial) - [macos](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/macos): this plugin provides a few utilities to make it more enjoyable on macOS (previously named OSX).
- [meteor](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/meteor) - [macports](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/macports): this plugin adds completion for the package manager [Macports](https://macports.com/), as well as some aliases for common Macports commands.
- [microk8s](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/microk8s) - [magic-enter](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/magic-enter): this plugin makes your enter key magical, by binding commonly used commands to it.
- [minikube](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/minikube) - [man](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/man): this plugin adds a shortcut to insert man before the previous command.
- [mise](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/mise) - [marked2](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/marked2): plugin for Marked 2, a previewer for Markdown files on Mac OS X
- [mix](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/mix) - [marktext](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/marktext): plugin for MarkText, a previewer for Markdown files on Mac OS X
- [mix-fast](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/mix-fast) - [mercurial](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/mercurial): 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.
- [mongo-atlas](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/mongo-atlas) - [meteor](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/meteor): 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.
- [mongocli](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/mongocli) - [microk8s](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/microk8s): this plugin provides completion and useful aliases for [MicroK8s](https://microk8s.io/).
- [mosh](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/mosh) - [minikube](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/minikube): this plugin provides completion for [minikube](https://github.com/kubernetes/minikube).
- [multipass](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/multipass) - [mise](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/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 drop-in replacement.
- [mvn](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/mvn) - [mix-fast](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/mix-fast): fast mix autocompletion plugin.
- [mysql-macports](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/mysql-macports) - [mix](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/mix): this plugin adds completions for the [Elixir's Mix build tool](https://hexdocs.pm/mix/Mix.html).
- [n98-magerun](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/n98-magerun) - [mongo-atlas](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/mongo-atlas): this plugin adds completion for [Atlas](https://www.mongodb.com/docs/atlas/cli/stable/) a command line interface built specifically for MongoDB Atlas.
- [nanoc](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/nanoc) - [mongocli](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/mongocli): the plugin adds several aliases for common [mongocli](https://docs.mongodb.com/mongocli/stable/) commands.
- [nats](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/nats) - [mosh](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/mosh): this plugin allows SSH tab completion for [mosh](https://mosh.org/) hostnames.
- [ng](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/ng) - [multipass](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/multipass): this plugin provides completion for [multipass](https://multipass.run), as well as aliases for multipass commands.
- [nmap](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/nmap) - [mvn](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/mvn): the mvn plugin provides many [useful aliases](#aliases) as well as completion for the [Apache Maven](https://maven.apache.org/) command (`mvn`).
- [node](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/node) - [mysql-macports](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/mysql-macports): 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.
- [nodenv](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/nodenv) - [n98-magerun](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/n98-magerun): 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.
- [nomad](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/nomad) - [nanoc](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/nanoc): this plugin adds some aliases and autocompletion for common [Nanoc](https://nanoc.ws) commands.
- [npm](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/npm) - [nats](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/nats): this plugin adds completion for several tools from [NATS](https://nats.io/).
- [nvm](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/nvm) - [ng](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/ng): this plugin adds autocompletion support for [Angular's CLI](https://github.com/angular/angular-cli) (named `ng`).
- [oc](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/oc) - [nmap](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/nmap): adds some useful aliases for [Nmap](https://nmap.org/) similar to the profiles in zenmap.
- [octozen](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/octozen) - [node](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/node): this plugin adds `node-docs` function that opens specific section in [Node.js](https://nodejs.org) documentation (depending on the installed version).
- [opentofu](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/opentofu) - [nodenv](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/nodenv): 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.
- [operator-sdk](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/operator-sdk) - [nomad](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/nomad): the `nomad` plugin provides a simple autocompletion for [Nomad](https://nomadproject.io/), a tool from Hashicorp for easily deploy applications at any scale.
- [otp](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/otp) - [npm](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/npm): the npm plugin provides completion as well as adding many useful aliases.
- [pass](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/pass) - [nvm](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/nvm): 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`.
- [paver](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/paver) - [oc](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/oc): 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.
- [pep8](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/pep8) - [octozen](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/octozen): displays a zen quote from GitHub's Octocat on start up.
- [percol](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/percol) - [opentofu](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/opentofu): 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.
- [per-directory-history](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/per-directory-history) - [operator-sdk](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/operator-sdk): [Operator SDK](https://sdk.operatorframework.io/) is a component of the Operator Framework, an open source toolkit to manage Kubernetes native applications, called Operators, in an effective, automated, and scalable way.
- [perl](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/perl) - [otp](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/otp): this plugin allows you to create one-time passwords using [`oathtool`](https://www.nongnu.org/oath-toolkit/man-oathtool.html), able to replace MFA devices. The oathtool key is kept in a GPG-encrypted file so the codes can only be generated by a user able to decrypt it.
- [perms](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/perms) - [pass](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/pass): this plugin provides completion for the [pass](https://www.passwordstore.org/) password manager.
- [phing](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/phing) - [paver](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/paver): this plugin adds completion for the `paver` command-line tool of [Paver](https://pythonhosted.org/Paver/).
- [pip](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/pip) - [pep8](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/pep8): this plugin adds completion for [pep8](https://pep8.readthedocs.io/en/release-1.7.x/#), a tool to check your Python code against some of the style conventions in [PEP 8](http://www.python.org/dev/peps/pep-0008/).
- [pipenv](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/pipenv) - [per-directory-history](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/per-directory-history): this plugin adds per-directory history for zsh, as well as a global history, and the ability to toggle between them with a keyboard shortcut. This is a bundle of the [official plugin by @jimhester][5].
- [pj](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/pj) - [percol](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/percol): provides some useful function to make [percol](https://github.com/mooz/percol) work with zsh history and the [jump plugin](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/jump), optionally.
- [please](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/please) - [perl](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/perl): this plugin adds [perl](https://www.perl.org/) useful aliases/functions.
- [pm2](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/pm2) - [perms](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/perms): plugin to handle some unix filesystem permissions quickly.
- [pod](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/pod) - [phing](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/phing): this plugin adds autocompletion for [`phing`](https://github.com/phingofficial/phing) targets.
- [podman](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/podman) - [pip](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/pip): this plugin adds completion for [pip](https://pip.pypa.io/en/latest/), the Python package manager.
- [poetry](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/poetry) - [pipenv](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/pipenv): this plugin provides some features to simplify the use of [Pipenv](https://pipenv.pypa.io/) while working on ZSH.
- [poetry-env](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/poetry-env) - [pj](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/pj): the `pj` plugin (short for `Project Jump`) allows you to define several folders where you store your projects, so that you can jump there directly by just using the name of the project directory.
- [postgres](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/postgres) - [please](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/please): [Please](https://please.build) is a cross-language build system with an emphasis on high performance, extensibility and reproducibility. It supports a number of popular languages and can automate nearly any aspect of your build process.
- [pow](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/pow) - [pm2](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/pm2): the plugin adds several aliases and completions for common [pm2](http://pm2.keymetrics.io/) commands.
- [powder](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/powder) - [pod](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/pod): this plugin adds completion for [`CocoaPods`](https://cocoapods.org/). CocoaPods is a dependency manager for Swift and Objective-C Cocoa projects.
- [powify](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/powify) - [podman](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/podman): this plugin adds auto-completion and aliases for [podman](https://podman.io/).
- [pre-commit](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/pre-commit) - [poetry-env](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/poetry-env): this plugin automatically changes poetry environment when you cd into or out of the project directory. Note: Script looks for pyproject.toml file to determine poetry if its a poetry environment
- [procs](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/procs) - [poetry](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/poetry): this plugin automatically installs [Poetry](https://python-poetry.org/)'s completions for you, and keeps them up to date as your Poetry version changes.
- [profiles](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/profiles) - [postgres](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/postgres): this plugin adds some aliases for useful Postgres commands.
- [pyenv](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/pyenv) - [pow](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/pow): this plugin adds completion and commands for [pow](http://pow.cx/), a zero-configuration Rack server for macOS.
- [pylint](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/pylint) - [powder](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/powder): this plugin provides completion for [powder](https://github.com/powder-rb/powder/).
- [python](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/python) - [powify](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/powify): this plugin adds autocompletion for [powify](https://github.com/sethvargo/powify), an easy-to-use wrapper for Basecamp's [pow](https://github.com/basecamp/pow).
- [qodana](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/qodana) - [pre-commit](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/pre-commit): this plugin adds aliases for common commands of [pre-commit](https://pre-commit.com/).
- [qrcode](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/qrcode) - [procs](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/procs): this plugin provides completion for [procs](https://github.com/dalance/procs).
- [rails](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/rails) - [profiles](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/profiles): this plugin allows you to create separate configuration files for zsh based on your long hostname (including the domain).
- [rake](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/rake) - [pyenv](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/pyenv): this plugin looks for [pyenv](https://github.com/pyenv/pyenv), a Simple Python version management system, and loads it if it's found. It also loads pyenv-virtualenv, a pyenv plugin to manage virtualenv, if it's found. If a venv is found pyenv won't load.
- [rake-fast](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/rake-fast) - [pylint](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/pylint): this plugin adds aliases and autocompletion for [Pylint](https://www.pylint.org/), the Python code style checking tool.
- [rand-quote](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/rand-quote) - [python](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/python): the plugin adds several aliases for useful [Python](https://www.python.org/) commands.
- [rbenv](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/rbenv) - [qodana](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/qodana): this plugin adds completion for the [JetBrains Qodana CLI](https://github.com/JetBrains/qodana-cli).
- [rbfu](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/rbfu) - [qrcode](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/qrcode): generate a QR Code from the command line. Uses [QRcode.show](https://qrcode.show) via curl.
- [rbw](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/rbw) - [rails](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/rails): this plugin adds completion for [Ruby On Rails Framework](https://rubyonrails.org/) and [Rake](https://ruby.github.io/rake/) commands, as well as some aliases for logs and environment variables.
- [react-native](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/react-native) - [rake-fast](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/rake-fast): fast rake autocompletion plugin.
- [rebar](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/rebar) - [rake](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/rake): this plugin adds support for [rake](https://ruby.github.io/rake/), the Ruby build tool or Ruby Make.
- [redis-cli](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/redis-cli) - [rand-quote](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/rand-quote): displays a random quote taken from [quotationspage.com](http://www.quotationspage.com/random.php)
- [repo](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/repo) - [rbenv](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/rbenv): the primary job of this plugin is to provide `rbenv_prompt_info` which can be added to your theme to include Ruby version and gemset information into your prompt.
- [ros](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/ros) - [rbfu](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/rbfu): this plugin starts [rbfu](https://github.com/hmans/rbfu), a minimal Ruby version manager, and adds some useful functions.
- [rsync](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/rsync) - [rbw](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/rbw): this plugin adds completion for [rbw](https://github.com/doy/rbw), an unofficial CLI for [Bitwarden](https://bitwarden.com).
- [ruby](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/ruby) - [react-native](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/react-native): this plugin adds completion for [`react-native`](https://facebook.github.io/react-native/). It also defines a few [aliases](#aliases) for the commands more frequently used.
- [rust](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/rust) - [rebar](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/rebar): this plugin adds completions for the [rebar](https://www.rebar3.org/) Erlang build tool.
- [rvm](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/rvm) - [redis-cli](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/redis-cli): this plugin adds [redis-cli](https://redis.io/topics/rediscli) completion, based off of Homebrew completion.
- [safe-paste](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/safe-paste) - [repo](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/repo): this plugin mainly adds some aliases and support for automatic completion for the [repo command line tool](https://code.google.com/p/git-repo/).
- [salt](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/salt) - [ros](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/ros): this plugin adds completions and aliases for [Roswell](https://github.com/roswell/roswell/).
- [samtools](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/samtools) - [rsync](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/rsync): this plugin adds aliases for frequent [rsync](https://rsync.samba.org/) commands.
- [sbt](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/sbt) - [ruby](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/ruby): this plugin adds aliases for common commands used in dealing with [Ruby](https://www.ruby-lang.org/en/) and [gem packages](https://rubygems.org/).
- [scala](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/scala) - [rust](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/rust): this plugin adds completion for [`rustc`](https://doc.rust-lang.org/rustc/index.html), the compiler for the Rust programming language, as well as for `rustup` and `cargo` if you have the Rust toolchain installed.
- [scd](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/scd) - [rvm](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/rvm): this plugin adds some utility functions and completions for [Ruby Version Manager](https://rvm.io/).
- [screen](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/screen) - [safe-paste](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/safe-paste): preventing any code from actually running while pasting, so you have a chance to review what was actually pasted before running it.
- [scw](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/scw) - [salt](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/salt): A copy of the completion script from the [salt](https://github.com/saltstack/salt/blob/develop/pkg/zsh_completion.zsh) git repo.
- [sdk](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/sdk) - [samtools](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/samtools): this plugin adds support for [samtools](http://www.htslib.org/):
- [sfdx](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/sfdx) - [sbt](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/sbt): this plugin adds completion for the [sbt, the interactive build tool](https://scala-sbt.org/), as well as some aliases for common sbt commands.
- [sfffe](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/sfffe) - [scala](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/scala): completion script for [scala and scalac](https://www.scala-lang.org/) commands.
- [shell-proxy](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/shell-proxy) - [scd](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/scd): define `scd` shell function for changing to any directory with a few keystrokes.
- [shrink-path](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/shrink-path) - [screen](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/screen): this plugin sets title and hardstatus of the tab window for [screen](https://www.gnu.org/software/screen/), the terminal multiplexer.
- [sigstore](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/sigstore) - [scw](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/scw): [scw](https://github.com/scaleway/scaleway-cli): Manage Bare Metal servers from Command Line (as easily as with Docker)
- [singlechar](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/singlechar) - [sdk](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/sdk): plugin for SDKMAN, a tool for managing parallel versions of multiple Software Development Kits on most Unix based systems. Provides autocompletion for all known commands.
- [skaffold](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/skaffold) - [sfdx](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/sfdx): this plugin provides autocompletion for the [Salesforce DX](https://developer.salesforce.com/tools/sfdxcli) CLI.
- [snap](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/snap) - [sfffe](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/sfffe): this plugin adds a few functions for searching files used in Front-End web development.
- [spring](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/spring) - [shell-proxy](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/shell-proxy): this a pure user-space program, shell-proxy setter, written in Python3 and Zsh.
- [sprunge](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/sprunge) - [shrink-path](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/shrink-path): A plugin to shrink directory paths for brevity and pretty-printing.
- [ssh](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/ssh) - [sigstore](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/sigstore): this plugin sets up completion for the following [Sigstore](https://sigstore.dev/) CLI tools.
- [ssh-agent](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/ssh-agent) - [singlechar](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/singlechar): this plugin adds single char shortcuts (and combinations) for some commands.
- [stack](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/stack) - [skaffold](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/skaffold): this plugin adds completion for [Skaffold](https://skaffold.dev)
- [starship](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/starship) - [snap](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/snap): this plugin sets up aliases for the common [snap](https://snapcraft.io/docs/getting-started) commands
- [stripe](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/stripe) - [spring](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/spring): adds autocomplete options for all [Spring Boot](https://spring.io/projects/spring-boot) commands.
- [sublime](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/sublime) - [sprunge](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/sprunge): this plugin uploads data and fetch URL from the pastebin http://sprunge.us
- [sublime-merge](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/sublime-merge) - [ssh-agent](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/ssh-agent): this plugin starts automatically `ssh-agent` to set up and load whichever credentials you want for ssh connections.
- [sudo](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/sudo) - [ssh](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/ssh): this plugin provides host completion based off of your `~/.ssh/config` file, and adds some utility functions to work with SSH keys.
- [supervisor](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/supervisor) - [stack](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/stack): this plugin provides completion for [Stack](https://haskellstack.org).
- [suse](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/suse) - [starship](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/starship): initializes [starship prompt](https://starship.rs) - a minimal, blazing-fast and infinitely customizable cross-shell prompt.
- [svcat](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/svcat) - [stripe](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/stripe): this plugin provides completion for the [Stripe CLI](https://stripe.com/docs/stripe-cli).
- [svn](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/svn) - [sublime-merge](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/sublime-merge): plugin for Sublime Merge, a cross platform text and code editor, available for Linux, Mac OS X, and Windows.
- [svn-fast-info](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/svn-fast-info) - [sublime](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/sublime): plugin for [Sublime Text](https://www.sublimetext.com/), a cross platform text and code editor, available for Linux, macOS, and Windows.
- [swiftpm](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/swiftpm) - [sudo](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/sudo): easily prefix your current or previous commands with `sudo` by pressing <kbd>esc</kbd> twice.
- [symfony](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/symfony) - [supervisor](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/supervisor): this plugin adds tab-completion for `supervisord`/`supervisorctl` in [Supervisor](http://supervisord.org/). Supervisor is a client/server system that allows its users to monitor and control a number of processes on UNIX-like operating systems.
- [symfony2](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/symfony2) - [suse](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/suse): aliases for [Zypper](https://en.opensuse.org/Portal:Zypper) according to the official Zypper's alias
- [symfony6](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/symfony6) - [svcat](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/svcat): this plugin provides completion for the [Kubernetes service catalog cli](https://github.com/kubernetes-incubator/service-catalog).
- [systemadmin](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/systemadmin) - [svn-fast-info](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/svn-fast-info): faster alternative to the main SVN plugin implementation. Works with svn 1.6 and newer. Use as a drop-in replacement to the svn plugin, not as complementary.
- [systemd](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/systemd) - [svn](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/svn): this plugin adds some utility functions to display additional information regarding your current svn repository. See https://subversion.apache.org/ for the full svn documentation.
- [taskwarrior](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/taskwarrior) - [swiftpm](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/swiftpm): this plugin provides a few utilities that make you faster on your daily work with the [Swift Package Manager](https://github.com/apple/swift-package-manager), as well as autocompletion for Swift 5.9.
- [terminitor](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/terminitor) - [symfony](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/symfony): this plugin provides completion for [Symfony](https://symfony.com/).
- [term_tab](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/term_tab) - [symfony2](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/symfony2): this plugin provides completion for [Symfony 2](https://symfony.com/), as well as aliases for frequent Symfony commands.
- [terraform](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/terraform) - [symfony6](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/symfony6): this plugin provides native completion for [Symfony](https://symfony.com/), but requires at least Symfony 6.2.
- [textastic](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/textastic) - [systemadmin](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/systemadmin): this plugin adds a series of aliases and functions which make a System Administrator's life easier.
- [textmate](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/textmate) - [systemd](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/systemd): the systemd plugin provides many useful aliases for systemd.
- [thefuck](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/thefuck) - [taskwarrior](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/taskwarrior): this plugin adds smart tab completion for [TaskWarrior](https://taskwarrior.org/). It uses the zsh tab completion script (`_task`) shipped with TaskWarrior for the completion definitions.
- [themes](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/themes) - [term_tab](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/term_tab): this plugin only works for Solaris and linux.
- [thor](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/thor) - [terminitor](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/terminitor): this plugin adds completions for the [Terminitor](https://github.com/achiurizo/terminitor) development workflow setup tool.
- [tig](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/tig) - [terraform](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/terraform): plugin for Terraform, a tool from Hashicorp for managing infrastructure safely and efficiently. It adds completion for `terraform`, as well as aliases and a prompt function.
- [timer](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/timer) - [textastic](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/textastic): plugin for Textastic, a text and code editor for Mac OS X
- [tldr](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/tldr) - [textmate](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/textmate): the plugin adds a function for the [TextMate](https://macromates.com) editor.
- [tmux](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/tmux) - [thefuck](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/thefuck): [The Fuck](https://github.com/nvbn/thefuck) plugin — magnificent app which corrects your previous console command.
- [tmux-cssh](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/tmux-cssh) - [themes](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/themes): this plugin allows you to change ZSH theme on the go.
- [tmuxinator](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/tmuxinator) - [thor](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/thor): this plugin adds completion for [Thor](http://whatisthor.com/), a ruby toolkit for building powerful command-line interfaces.
- [toolbox](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/toolbox) - [tig](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/tig): this plugin adds some aliases for people who work with [`tig`](https://jonas.github.io/tig/) (text-mode interface for Git) in a regular basis. To use it, add `tig` to your plugins array:
- [torrent](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/torrent) - [timer](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/timer): timer can be tuned by these two variables: * `TIMER_PRECISION` allows to control number of decimal places (default `1`) * `TIMER_FORMAT` allows to adjust display format (default `'/%d'`) * `TIMER_THRESHOLD` allows to set the minimum execution time that causes the timer to be shown (default `0`)
- [transfer](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/transfer) - [tldr](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/tldr): this plugin adds a shortcut to insert tldr before the previous command. Heavily inspired from [Man plugin](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/man).
- [tugboat](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/tugboat) - [tmux-cssh](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/tmux-cssh): this plugin adds autocompletion for [`tmux-cssh`](https://github.com/zinic/tmux-cssh/).
- [ubuntu](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/ubuntu) - [tmux](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/tmux): this plugin provides aliases for [tmux](https://tmux.github.io/), the terminal multiplexer. To use it add `tmux` to the plugins array in your zshrc file.
- [ufw](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/ufw) - [tmuxinator](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/tmuxinator): this plugin provides completion for [tmuxinator](https://github.com/tmuxinator/tmuxinator), as well as aliases for frequent tmuxinator commands.
- [universalarchive](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/universalarchive) - [toolbox](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/toolbox): plugin for [toolbox](https://containertoolbx.org), a tool to use containerized CLI environments.
- [urltools](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/urltools) - [torrent](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/torrent): this plugin creates a Torrent file based on a [MagnetURI](https://en.wikipedia.org/wiki/Magnet_URI_scheme).
- [vagrant](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/vagrant) - [transfer](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/transfer): [`transfer.sh`](https://transfer.sh) is an easy to use file sharing service from the command line
- [vagrant-prompt](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/vagrant-prompt) - [tugboat](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/tugboat): this plugin adds autocompletion for Tugboat, a command line tool for interacting with your [DigitalOcean droplets](https://www.digitalocean.com/products/droplets/).
- [vault](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/vault) - [ubuntu](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/ubuntu): this plugin adds completions and aliases for [Ubuntu](https://www.ubuntu.com/).
- [vim-interaction](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/vim-interaction) - [ufw](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/ufw): this plugin adds completion for managing everybody's favorite Uncomplicated Firewall (UFW), a simple interface for managing iptables. Learn more about [`UFW`](https://wiki.ubuntu.com/UncomplicatedFirewall).
- [vi-mode](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/vi-mode) - [universalarchive](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/universalarchive): lets you compress files by a command `ua <format> <files>`, supporting various compression formats (e.g. 7z, tar.gz, lzma, ...).
- [virtualenv](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/virtualenv) - [urltools](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/urltools): this plugin provides two aliases to URL-encode and URL-decode strings.
- [virtualenvwrapper](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/virtualenvwrapper) - [vagrant-prompt](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/vagrant-prompt): this plugin prompts the status of the Vagrant VMs. It supports single-host and multi-host configurations as well.
- [volta](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/volta) - [vagrant](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/vagrant): this plugin adds autocompletion for [Vagrant](https://www.vagrantup.com/) commands, task names, box names and built-in handy documentation.
- [vscode](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/vscode) - [vi-mode](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/vi-mode): this plugin increase `vi-like` zsh functionality.
- [vundle](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/vundle) - [vim-interaction](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/vim-interaction): the idea for this script is to give you some decent interaction with a running GVim session. Normally you'll be running around your filesystem doing any number of amazing things and you'll need to load some files into GVim for editing, inspecting, destruction, or other bits of mayhem. This script lets you do that.
- [wakeonlan](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/wakeonlan) - [virtualenv](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/virtualenv): the plugin displays information of the created virtual container and allows background theming.
- [watson](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/watson) - [virtualenvwrapper](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/virtualenvwrapper): this plugin loads Python's [virtualenvwrapper](https://virtualenvwrapper.readthedocs.io/en/latest/) shell tools.
- [wd](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/wd) - [volta](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/volta): this plugin provides completion for [Volta](https://volta.sh/).
- [web-search](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/web-search) - [vscode](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/vscode): this plugin provides useful aliases to simplify the interaction between the command line and VS Code or VSCodium editor.
- [wp-cli](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/wp-cli) - [vundle](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/vundle): this plugin adds functions to control [vundle](https://github.com/VundleVim/Vundle.vim) plug-in manager for vim.
- [xcode](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/xcode) - [wakeonlan](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/wakeonlan): this plugin provides a wrapper around the "wakeonlan" tool available from most distributions' package repositories, or from [the following website](https://github.com/jpoliv/wakeonlan).
- [yarn](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/yarn) - [watson](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/watson): this plugin provides completion for [Watson](https://tailordev.github.io/Watson/).
- [yii](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/yii) - [wd](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/wd): `wd` (*warp directory*) lets you jump to custom directories in zsh, without using `cd`. Why? Because `cd` seems inefficient when the folder is frequently visited or has a long path.
- [yii2](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/yii2) - [web-search](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/web-search): this plugin adds aliases for searching with Google, Wiki, Bing, YouTube and other popular services.
- [yum](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/yum) - [wp-cli](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/wp-cli): the [WordPress CLI](https://wp-cli.org/) is a command-line tool for managing WordPress installations. You can update plugins, set up multisite installs and much more, without using a web browser.
- [z](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/z) - [xcode](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/xcode): this plugin provides a few utilities that can help you on your daily use of Xcode and iOS development.
- [zbell](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/zbell) - [yarn](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/yarn): this plugin adds completion for the [Yarn package manager](https://yarnpkg.com/en/), as well as some aliases for common Yarn commands.
- [zeus](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/zeus) - [yii](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/yii): the plugin adds autocomplete commands and subcommands for [yii](https://www.yiiframework.com/).
- [zoxide](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/zoxide) - [yii2](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/yii2): adds autocomplete commands and subcommands for [yii](https://www.yiiframework.com/).
- [zsh-interactive-cd](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/zsh-interactive-cd) - [yum](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/yum): this plugin adds useful aliases for common [Yum](http://yum.baseurl.org/) commands.
- [zsh-navigation-tools](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/zsh-navigation-tools) - [z](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/z): this plugin defines the [z command](https://github.com/agkozak/zsh-z) that tracks your most visited directories and allows you to access them with very few keystrokes.
- [zbell](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/zbell): this plugin prints a bell character when a command finishes if it has been running for longer than a specified duration.
- [zeus](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/zeus): [Zeus](https://github.com/burke/zeus) preloads your Rails environment and forks that process whenever needed. This effectively speeds up Rails' boot process to under 1 sec. This plugin adds autocompletion for zeus and aliases for common usage.
- [zoxide](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/zoxide): initializes [zoxide](https://github.com/ajeetdsouza/zoxide), a smarter cd command for your terminal.
- [zsh-interactive-cd](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/zsh-interactive-cd): this plugin provides an interactive way to change directories in zsh using fzf.
- [zsh-navigation-tools](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/zsh-navigation-tools): set of tools like `n-history` multi-word history searcher, `n-cd` directory bookmark manager, `n-kill` `htop` like kill utility, and more. Based on `n-list`, a tool generating selectable curses-based list of elements that has access to current `Zsh` session, i.e. has broad capabilities to work together with it. Feature highlights include incremental multi-word searching, approximate matching, ANSI coloring, themes, unique mode, horizontal scroll, grepping, advanced history management and various integrations with `Zsh`.
### Removed ### Removed
@ -362,6 +367,7 @@ plugins=(rails git ruby)
- `cloudapp`: removed due to [deprecated API](https://github.com/cloudapp/api#note-the-api-is-no-longer-supported). - `cloudapp`: removed due to [deprecated API](https://github.com/cloudapp/api#note-the-api-is-no-longer-supported).
- `copydir`: functionality moved to [`copypath`](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/copypath) plugin. - `copydir`: functionality moved to [`copypath`](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/copypath) plugin.
- `django`: removed because Zsh provides a better completion for Django. - `django`: removed because Zsh provides a better completion for Django.
- `docker-machine`: removed because Docker Machine was deprecated. Use Docker Desktop instead.
- `fedora`: use `dnf` instead. - `fedora`: use `dnf` instead.
- `fd`: completion is already included when installed via package managers. - `fd`: completion is already included when installed via package managers.
- `gb`: [project archived since 2017](https://github.com/constabulary/gb). - `gb`: [project archived since 2017](https://github.com/constabulary/gb).
@ -373,4 +379,5 @@ plugins=(rails git ruby)
- `ripgrep`: completion is already included when installed via package managers. - `ripgrep`: completion is already included when installed via package managers.
- `rustup`: moved to the `rust` plugin. - `rustup`: moved to the `rust` plugin.
- `rtx`: moved to the `mise` plugin as [it was renamed](https://mise.jdx.dev/rtx.html). - `rtx`: moved to the `mise` plugin as [it was renamed](https://mise.jdx.dev/rtx.html).
- `vault`: use the [official autocompletion](https://www.vaultproject.io/docs/commands/index.html#autocompletion) instead.
- `zsh_reload`: functionality baked into the CLI with `omz reload`. - `zsh_reload`: functionality baked into the CLI with `omz reload`.

55
scripts/list-plugins.sh Executable file

@ -0,0 +1,55 @@
#!/usr/bin/env zsh
pushd -- "$ZSH" || exit
setopt extended_glob
local plugin readme description
for plugin in plugins/*(:t); do
readme="plugins/$plugin/README.md"
# sed command explanation:
# -n: suppress automatic printing of lines
#
# a. `N``: join the next line of input with the pattern space, including \n in the pattern
# b. `s/\n/ /`: replace the newline character with a space (this joins the lines together)
# c. `3,/^ /{ /^ /!p }`:
# - match from line 3 until the first line that starts with a space (i.e. the first empty line, because of (a) and (b))
# - print all lines except the delimiter line that starts with a space (again, the first empty line)
#
# Summary: get the first paragraph of the README file, which starts at line 3, and join all contiguous lines together
description="$(awk '
function lowercase_first_if_not_acronym(paragraph) {
# Capture the first word, including markdown formatting
if (match(paragraph, /^[^[:space:]]+/)) {
first_word = substr(paragraph, RSTART, RLENGTH)
# Extract only the alphabetical characters (remove any markdown formatting)
gsub(/[^[:alpha:]]/, "", first_word)
# If first_word contains only uppercase letters, return the paragraph as is
if (first_word ~ /^[A-Z]+$/) {
return paragraph
}
# Otherwise, lowercase the first letter of the first word
first_letter = substr(paragraph, 1, 1)
paragraph = tolower(first_letter) substr(paragraph, 2)
}
return paragraph
}
NR >= 3 {
if (/^$/) { exit }
paragraph = paragraph (paragraph ? " " : "") $0;
}
END {
if (!length(paragraph)) { exit }
print lowercase_first_if_not_acronym(paragraph);
}' "$readme")"
# Print the plugin name and description
cat <<EOF
- [${plugin}](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/${plugin}): ${description}
EOF
done