repo_name
stringclasses
25 values
repo_full_name
stringclasses
25 values
owner
stringclasses
25 values
stars
int64
117k
496k
license
stringclasses
7 values
repo_description
stringclasses
25 values
filepath
stringlengths
9
75
file_type
stringclasses
3 values
language
stringclasses
2 values
content
stringlengths
24
383k
size_bytes
int64
25
387k
num_lines
int64
2
4.44k
ohmyzsh
ohmyzsh/ohmyzsh
ohmyzsh
186,494
MIT
🙃 A delightful community-driven (with 2,400+ contributors) framework for managing your zsh configuration. Includes 300+ optional plugins (rails, git, macOS, hub, docker, homebrew, node, php, python, etc), 140+ themes to spice up your morning, and an auto-update tool that makes it easy to keep up w
plugins\bazel\README.md
readme
Markdown
# Bazel plugin 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. To use it, add `bazel` to the plugins array in your zshrc file: ```zsh plugins=(... bazel) ``` The plugin has a copy of [the ...
976
30
ohmyzsh
ohmyzsh/ohmyzsh
ohmyzsh
186,494
MIT
🙃 A delightful community-driven (with 2,400+ contributors) framework for managing your zsh configuration. Includes 300+ optional plugins (rails, git, macOS, hub, docker, homebrew, node, php, python, etc), 140+ themes to spice up your morning, and an auto-update tool that makes it easy to keep up w
plugins\bbedit\README.md
readme
Markdown
## bbedit Plugin for BBEdit, an HTML and text editor for Mac OS X ### Requirements * [BBEdit](https://www.barebones.com/products/bbedit/) * [BBEdit Command-Line Tools](https://www.barebones.com/support/bbedit/cmd-line-tools.html) ### Usage * If the `bb` command is called without an argument, launch BBEdit * I...
567
21
ohmyzsh
ohmyzsh/ohmyzsh
ohmyzsh
186,494
MIT
🙃 A delightful community-driven (with 2,400+ contributors) framework for managing your zsh configuration. Includes 300+ optional plugins (rails, git, macOS, hub, docker, homebrew, node, php, python, etc), 140+ themes to spice up your morning, and an auto-update tool that makes it easy to keep up w
plugins\bedtools\README.md
readme
Markdown
# Bedtools plugin This plugin adds support for the [bedtools suite](http://bedtools.readthedocs.org/en/latest/): * Adds autocomplete options for all bedtools sub commands.
179
6
ohmyzsh
ohmyzsh/ohmyzsh
ohmyzsh
186,494
MIT
🙃 A delightful community-driven (with 2,400+ contributors) framework for managing your zsh configuration. Includes 300+ optional plugins (rails, git, macOS, hub, docker, homebrew, node, php, python, etc), 140+ themes to spice up your morning, and an auto-update tool that makes it easy to keep up w
plugins\bgnotify\README.md
readme
Markdown
# bgnotify zsh plugin cross-platform background notifications for long running commands! Supports OSX and Linux. Standalone homepage: [t413/zsh-background-notify](https://github.com/t413/zsh-background-notify) --- ## How to use Just add bgnotify to your plugins list in your `.zshrc` - On OS X you'll need [termina...
2,452
65
ohmyzsh
ohmyzsh/ohmyzsh
ohmyzsh
186,494
MIT
🙃 A delightful community-driven (with 2,400+ contributors) framework for managing your zsh configuration. Includes 300+ optional plugins (rails, git, macOS, hub, docker, homebrew, node, php, python, etc), 140+ themes to spice up your morning, and an auto-update tool that makes it easy to keep up w
plugins\bower\README.md
readme
Markdown
# Bower plugin This plugin adds completion for [Bower](https://bower.io/) and a few useful aliases for common Bower commands. To use it, add `bower` to the plugins array in your zshrc file: ```zsh plugins=(... bower) ``` ## Aliases | Alias | Command | Description ...
679
18
ohmyzsh
ohmyzsh/ohmyzsh
ohmyzsh
186,494
MIT
🙃 A delightful community-driven (with 2,400+ contributors) framework for managing your zsh configuration. Includes 300+ optional plugins (rails, git, macOS, hub, docker, homebrew, node, php, python, etc), 140+ themes to spice up your morning, and an auto-update tool that makes it easy to keep up w
plugins\branch\README.md
readme
Markdown
# Branch plugin This plugin displays the current Git or Mercurial branch, fast. If in a Mercurial repository, also display the current bookmark, if present. To use it, add `branch` to the plugins array in your zshrc file: ```zsh plugins=(... branch) ``` ## Speed test - `hg branch`: ```console $ time hg branch...
1,283
50
ohmyzsh
ohmyzsh/ohmyzsh
ohmyzsh
186,494
MIT
🙃 A delightful community-driven (with 2,400+ contributors) framework for managing your zsh configuration. Includes 300+ optional plugins (rails, git, macOS, hub, docker, homebrew, node, php, python, etc), 140+ themes to spice up your morning, and an auto-update tool that makes it easy to keep up w
plugins\brew\README.md
readme
Markdown
# brew plugin The plugin adds several aliases for common [brew](https://brew.sh) commands. To use it, add `brew` to the plugins array of your zshrc file: ```zsh plugins=(... brew) ``` ## Shellenv If `brew` is not found in the PATH, this plugin will attempt to find it in common locations, and execute `brew shellenv...
6,080
69
ohmyzsh
ohmyzsh/ohmyzsh
ohmyzsh
186,494
MIT
🙃 A delightful community-driven (with 2,400+ contributors) framework for managing your zsh configuration. Includes 300+ optional plugins (rails, git, macOS, hub, docker, homebrew, node, php, python, etc), 140+ themes to spice up your morning, and an auto-update tool that makes it easy to keep up w
plugins\bridgetown\README.md
readme
Markdown
# Bridgetown plugin This plugin adds some aliases and autocompletion for common [Bridgetown](https://bridgetownrb.com/) commands. To use it, add `bridgetown` to the plugins array in your zshrc file: ```zsh plugins=(... bridgetown) ``` ## Aliases | Alias | Command | |-------|---------------------...
835
27
ohmyzsh
ohmyzsh/ohmyzsh
ohmyzsh
186,494
MIT
🙃 A delightful community-driven (with 2,400+ contributors) framework for managing your zsh configuration. Includes 300+ optional plugins (rails, git, macOS, hub, docker, homebrew, node, php, python, etc), 140+ themes to spice up your morning, and an auto-update tool that makes it easy to keep up w
plugins\buf\README.md
readme
Markdown
# Buf plugin This plugin adds completion for [Buf CLI](https://github.com/bufbuild/buf), a tool working with Protocol Buffers. To use it, add `buf` to the plugins array in your zshrc file: ```zsh plugins=(... buf) ```
228
9
ohmyzsh
ohmyzsh/ohmyzsh
ohmyzsh
186,494
MIT
🙃 A delightful community-driven (with 2,400+ contributors) framework for managing your zsh configuration. Includes 300+ optional plugins (rails, git, macOS, hub, docker, homebrew, node, php, python, etc), 140+ themes to spice up your morning, and an auto-update tool that makes it easy to keep up w
plugins\bun\README.md
readme
Markdown
# Bun Plugin This plugin sets up completion for [Bun](https://bun.sh). To use it, add `bun` to the plugins array in your zshrc file: ```zsh plugins=(... bun) ``` This plugin does not add any aliases. ## Cache This plugin caches the completion script and is automatically updated when the plugin is loaded, which is...
474
21
ohmyzsh
ohmyzsh/ohmyzsh
ohmyzsh
186,494
MIT
🙃 A delightful community-driven (with 2,400+ contributors) framework for managing your zsh configuration. Includes 300+ optional plugins (rails, git, macOS, hub, docker, homebrew, node, php, python, etc), 140+ themes to spice up your morning, and an auto-update tool that makes it easy to keep up w
plugins\bundler\README.md
readme
Markdown
# Bundler This plugin adds completion for basic bundler commands, as well as aliases and helper functions for an easier experience with bundler. To use it, add `bundler` to the plugins array in your zshrc file: ```zsh plugins=(... bundler) ``` ## Aliases | Alias | Command | Description ...
2,875
75
ohmyzsh
ohmyzsh/ohmyzsh
ohmyzsh
186,494
MIT
🙃 A delightful community-driven (with 2,400+ contributors) framework for managing your zsh configuration. Includes 300+ optional plugins (rails, git, macOS, hub, docker, homebrew, node, php, python, etc), 140+ themes to spice up your morning, and an auto-update tool that makes it easy to keep up w
plugins\cabal\README.md
readme
Markdown
# 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. To use it, add cabal to the plugins array of your zshrc file: ``` plugins=(... cabal) ```
328
10
ohmyzsh
ohmyzsh/ohmyzsh
ohmyzsh
186,494
MIT
🙃 A delightful community-driven (with 2,400+ contributors) framework for managing your zsh configuration. Includes 300+ optional plugins (rails, git, macOS, hub, docker, homebrew, node, php, python, etc), 140+ themes to spice up your morning, and an auto-update tool that makes it easy to keep up w
plugins\cake\README.md
readme
Markdown
# Cake This plugin provides completion for [CakePHP](https://cakephp.org/). To use it add cake to the plugins array in your zshrc file. ```bash plugins=(... cake) ``` ## Note This plugin generates a cache file of the cake tasks found, named `.cake_task_cache`, in the current working directory. It is regenerated wh...
450
16
ohmyzsh
ohmyzsh/ohmyzsh
ohmyzsh
186,494
MIT
🙃 A delightful community-driven (with 2,400+ contributors) framework for managing your zsh configuration. Includes 300+ optional plugins (rails, git, macOS, hub, docker, homebrew, node, php, python, etc), 140+ themes to spice up your morning, and an auto-update tool that makes it easy to keep up w
plugins\cakephp3\README.md
readme
Markdown
# cakephp3 plugin The plugin adds aliases and autocompletion for [cakephp3](https://book.cakephp.org/3.0/en/index.html). To use it, add `cakephp3` to the plugins array of your zshrc file: ``` plugins=(... cakephp3) ``` ## Aliases | Alias | Command | |-----------|---------------------------...
480
17
ohmyzsh
ohmyzsh/ohmyzsh
ohmyzsh
186,494
MIT
🙃 A delightful community-driven (with 2,400+ contributors) framework for managing your zsh configuration. Includes 300+ optional plugins (rails, git, macOS, hub, docker, homebrew, node, php, python, etc), 140+ themes to spice up your morning, and an auto-update tool that makes it easy to keep up w
plugins\capistrano\README.md
readme
Markdown
# Capistrano This plugin provides completion for [Capistrano](https://capistranorb.com/). To use it add capistrano to the plugins array in your zshrc file. ```bash plugins=(... capistrano) ``` For a working completion use the `capit` command instead of `cap`, because cap is a [reserved word in zsh](http://zsh.sourc...
467
15
ohmyzsh
ohmyzsh/ohmyzsh
ohmyzsh
186,494
MIT
🙃 A delightful community-driven (with 2,400+ contributors) framework for managing your zsh configuration. Includes 300+ optional plugins (rails, git, macOS, hub, docker, homebrew, node, php, python, etc), 140+ themes to spice up your morning, and an auto-update tool that makes it easy to keep up w
plugins\cask\README.md
readme
Markdown
# Cask plugin [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. This plugin loads `cask` completion from non-standard locations, such as if installed via Homebrew or others. T...
546
16
ohmyzsh
ohmyzsh/ohmyzsh
ohmyzsh
186,494
MIT
🙃 A delightful community-driven (with 2,400+ contributors) framework for managing your zsh configuration. Includes 300+ optional plugins (rails, git, macOS, hub, docker, homebrew, node, php, python, etc), 140+ themes to spice up your morning, and an auto-update tool that makes it easy to keep up w
plugins\catimg\README.md
readme
Markdown
# catimg Plugin for displaying images on the terminal using the `catimg.sh` script provided by [posva](https://github.com/posva/catimg) To use it, add `catimg` to the plugins array in your zshrc file: ```zsh plugins=(... catimg) ``` ## Requirements - `magick convert` (ImageMagick) ## Functions | Function | Descr...
597
25
ohmyzsh
ohmyzsh/ohmyzsh
ohmyzsh
186,494
MIT
🙃 A delightful community-driven (with 2,400+ contributors) framework for managing your zsh configuration. Includes 300+ optional plugins (rails, git, macOS, hub, docker, homebrew, node, php, python, etc), 140+ themes to spice up your morning, and an auto-update tool that makes it easy to keep up w
plugins\celery\README.md
readme
Markdown
# Celery This plugin provides completion for [Celery](http://www.celeryproject.org/). To use it add celery to the plugins array in your zshrc file. ```bash plugins=(... celery) ```
193
10
ohmyzsh
ohmyzsh/ohmyzsh
ohmyzsh
186,494
MIT
🙃 A delightful community-driven (with 2,400+ contributors) framework for managing your zsh configuration. Includes 300+ optional plugins (rails, git, macOS, hub, docker, homebrew, node, php, python, etc), 140+ themes to spice up your morning, and an auto-update tool that makes it easy to keep up w
plugins\charm\README.md
readme
Markdown
# Charm plugin This plugin adds completion for the [charm](https://github.com/charmbracelet/charm) CLI. To use it, add `charm` to the plugins array in your zshrc file: ```zsh plugins=(... charm) ```
211
10
ohmyzsh
ohmyzsh/ohmyzsh
ohmyzsh
186,494
MIT
🙃 A delightful community-driven (with 2,400+ contributors) framework for managing your zsh configuration. Includes 300+ optional plugins (rails, git, macOS, hub, docker, homebrew, node, php, python, etc), 140+ themes to spice up your morning, and an auto-update tool that makes it easy to keep up w
plugins\chezmoi\README.md
readme
Markdown
# chezmoi Plugin ## Introduction This `chezmoi` plugin sets up completion for [chezmoi](https://chezmoi.io). To use it, add `chezmoi` to the plugins array of your zshrc file: ```bash plugins=(... chezmoi) ```
224
12
ohmyzsh
ohmyzsh/ohmyzsh
ohmyzsh
186,494
MIT
🙃 A delightful community-driven (with 2,400+ contributors) framework for managing your zsh configuration. Includes 300+ optional plugins (rails, git, macOS, hub, docker, homebrew, node, php, python, etc), 140+ themes to spice up your morning, and an auto-update tool that makes it easy to keep up w
plugins\chruby\README.md
readme
Markdown
# chruby plugin 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. To use it, add `chruby` to the plugins array in your zshrc file: ```zsh pl...
594
22
ohmyzsh
ohmyzsh/ohmyzsh
ohmyzsh
186,494
MIT
🙃 A delightful community-driven (with 2,400+ contributors) framework for managing your zsh configuration. Includes 300+ optional plugins (rails, git, macOS, hub, docker, homebrew, node, php, python, etc), 140+ themes to spice up your morning, and an auto-update tool that makes it easy to keep up w
plugins\chucknorris\README.md
readme
Markdown
# chucknorris Fortunes plugin for Chuck Norris for Oh My Zsh. Perfectly suitable as MOTD. To use it add `chucknorris` to the plugins array in you zshrc file. ```zsh plugins=(... chucknorris) ``` ## Usage | Command | Description | | ----------- | ------------------------------- | | `chuck` ...
1,148
46
ohmyzsh
ohmyzsh/ohmyzsh
ohmyzsh
186,494
MIT
🙃 A delightful community-driven (with 2,400+ contributors) framework for managing your zsh configuration. Includes 300+ optional plugins (rails, git, macOS, hub, docker, homebrew, node, php, python, etc), 140+ themes to spice up your morning, and an auto-update tool that makes it easy to keep up w
plugins\cloudfoundry\README.md
readme
Markdown
# Cloudfoundry Plugin 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. | Alias | Command ...
5,266
59
ohmyzsh
ohmyzsh/ohmyzsh
ohmyzsh
186,494
MIT
🙃 A delightful community-driven (with 2,400+ contributors) framework for managing your zsh configuration. Includes 300+ optional plugins (rails, git, macOS, hub, docker, homebrew, node, php, python, etc), 140+ themes to spice up your morning, and an auto-update tool that makes it easy to keep up w
plugins\codeclimate\README.md
readme
Markdown
# codeclimate plugin This plugin adds autocompletion for the [`codeclimate` CLI](https://github.com/codeclimate/codeclimate). To use it, add `codeclimate` to the plugins array in your zshrc file: ```zsh plugins=(... codeclimate) ```
243
9
ohmyzsh
ohmyzsh/ohmyzsh
ohmyzsh
186,494
MIT
🙃 A delightful community-driven (with 2,400+ contributors) framework for managing your zsh configuration. Includes 300+ optional plugins (rails, git, macOS, hub, docker, homebrew, node, php, python, etc), 140+ themes to spice up your morning, and an auto-update tool that makes it easy to keep up w
plugins\coffee\README.md
readme
Markdown
# Coffeescript Plugin This plugin provides aliases for quickly compiling and previewing your coffeescript code. When writing Coffeescript it's very common to want to preview the output of a certain snippet of code, either because you want to test the output or because you'd like to execute it in a browser console whi...
949
32
ohmyzsh
ohmyzsh/ohmyzsh
ohmyzsh
186,494
MIT
🙃 A delightful community-driven (with 2,400+ contributors) framework for managing your zsh configuration. Includes 300+ optional plugins (rails, git, macOS, hub, docker, homebrew, node, php, python, etc), 140+ themes to spice up your morning, and an auto-update tool that makes it easy to keep up w
plugins\colemak\README.md
readme
Markdown
# Colemak plugin 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: ![Colemak layout on a US keyboard](https://colemak.com/wiki/images/6/6c/Colemak2.pn...
2,624
49
ohmyzsh
ohmyzsh/ohmyzsh
ohmyzsh
186,494
MIT
🙃 A delightful community-driven (with 2,400+ contributors) framework for managing your zsh configuration. Includes 300+ optional plugins (rails, git, macOS, hub, docker, homebrew, node, php, python, etc), 140+ themes to spice up your morning, and an auto-update tool that makes it easy to keep up w
plugins\colored-man-pages\README.md
readme
Markdown
# Colored man pages plugin This plugin adds colors to man pages. To use it, add `colored-man-pages` to the plugins array in your zshrc file: ```zsh plugins=(... colored-man-pages) ``` It will also automatically colorize man pages displayed by `dman` or `debman`, from [`debian-goodies`](https://packages.debian.org/s...
1,140
33
ohmyzsh
ohmyzsh/ohmyzsh
ohmyzsh
186,494
MIT
🙃 A delightful community-driven (with 2,400+ contributors) framework for managing your zsh configuration. Includes 300+ optional plugins (rails, git, macOS, hub, docker, homebrew, node, php, python, etc), 140+ themes to spice up your morning, and an auto-update tool that makes it easy to keep up w
plugins\colorize\README.md
readme
Markdown
# colorize With this plugin you can syntax-highlight file contents of over 300 supported languages and other text formats. Colorize will highlight the content based on the filename extension. If it can't find a syntax-highlighting method for a given extension, it will try to find one by looking at the file contents. ...
2,054
57
ohmyzsh
ohmyzsh/ohmyzsh
ohmyzsh
186,494
MIT
🙃 A delightful community-driven (with 2,400+ contributors) framework for managing your zsh configuration. Includes 300+ optional plugins (rails, git, macOS, hub, docker, homebrew, node, php, python, etc), 140+ themes to spice up your morning, and an auto-update tool that makes it easy to keep up w
plugins\command-not-found\README.md
readme
Markdown
# command-not-found plugin This plugin uses the command-not-found package for zsh to provide suggested packages to be installed if a command cannot be found. To use it, add `command-not-found` to the plugins array of your zshrc file: ```zsh plugins=(... command-not-found) ``` An example of how this plugin works in ...
1,450
37
ohmyzsh
ohmyzsh/ohmyzsh
ohmyzsh
186,494
MIT
🙃 A delightful community-driven (with 2,400+ contributors) framework for managing your zsh configuration. Includes 300+ optional plugins (rails, git, macOS, hub, docker, homebrew, node, php, python, etc), 140+ themes to spice up your morning, and an auto-update tool that makes it easy to keep up w
plugins\common-aliases\README.md
readme
Markdown
# Common Aliases Plugin This plugin creates helpful shortcut aliases for many commonly used commands. To use it add `common-aliases` to the plugins array in your zshrc file: ```zsh plugins=(... common-aliases) ``` ## Aliases ### ls command | Alias | Command | Description ...
7,424
131
ohmyzsh
ohmyzsh/ohmyzsh
ohmyzsh
186,494
MIT
🙃 A delightful community-driven (with 2,400+ contributors) framework for managing your zsh configuration. Includes 300+ optional plugins (rails, git, macOS, hub, docker, homebrew, node, php, python, etc), 140+ themes to spice up your morning, and an auto-update tool that makes it easy to keep up w
plugins\compleat\README.md
readme
Markdown
# compleat plugin This plugin looks for [compleat](https://github.com/mbrubeck/compleat) and loads its completion. To use it, add compleat to the plugins array in your zshrc file: ```zsh plugins=(... compleat) ```
226
10
ohmyzsh
ohmyzsh/ohmyzsh
ohmyzsh
186,494
MIT
🙃 A delightful community-driven (with 2,400+ contributors) framework for managing your zsh configuration. Includes 300+ optional plugins (rails, git, macOS, hub, docker, homebrew, node, php, python, etc), 140+ themes to spice up your morning, and an auto-update tool that makes it easy to keep up w
plugins\composer\README.md
readme
Markdown
# 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. To use it add `composer` to the plugins array in your zshrc file. ```zsh plugins=(... composer) ```...
3,045
36
ohmyzsh
ohmyzsh/ohmyzsh
ohmyzsh
186,494
MIT
🙃 A delightful community-driven (with 2,400+ contributors) framework for managing your zsh configuration. Includes 300+ optional plugins (rails, git, macOS, hub, docker, homebrew, node, php, python, etc), 140+ themes to spice up your morning, and an auto-update tool that makes it easy to keep up w
plugins\conda\README.md
readme
Markdown
# conda plugin The conda plugin provides [aliases](#aliases) for `conda`, usually installed via [anaconda](https://www.anaconda.com/) or [miniconda](https://docs.conda.io/en/latest/miniconda.html). To use it, add `conda` to the plugins array in your zshrc file: ```zsh plugins=(... conda) ``` ## Aliases | Alias ...
3,771
38
ohmyzsh
ohmyzsh/ohmyzsh
ohmyzsh
186,494
MIT
🙃 A delightful community-driven (with 2,400+ contributors) framework for managing your zsh configuration. Includes 300+ optional plugins (rails, git, macOS, hub, docker, homebrew, node, php, python, etc), 140+ themes to spice up your morning, and an auto-update tool that makes it easy to keep up w
plugins\conda-env\README.md
readme
Markdown
# conda-env The plugin displays information of the created virtual container of conda and allows background theming. To use it, add `conda-env` to the plugins array of your zshrc file: ``` plugins=(... conda-env) ``` The plugin creates a `conda_prompt_info` function that you can use in your theme, which displays the...
1,518
45
ohmyzsh
ohmyzsh/ohmyzsh
ohmyzsh
186,494
MIT
🙃 A delightful community-driven (with 2,400+ contributors) framework for managing your zsh configuration. Includes 300+ optional plugins (rails, git, macOS, hub, docker, homebrew, node, php, python, etc), 140+ themes to spice up your morning, and an auto-update tool that makes it easy to keep up w
plugins\copybuffer\README.md
readme
Markdown
# `copybuffer` plugin This plugin adds the <kbd>ctrl-o</kbd> keyboard shortcut to copy the current text in the command line to the system clipboard. This is useful if you type a command - and before you hit enter to execute it - want to copy it maybe so you can paste it into a script, gist or whatnot. ```zsh plugins...
353
12
ohmyzsh
ohmyzsh/ohmyzsh
ohmyzsh
186,494
MIT
🙃 A delightful community-driven (with 2,400+ contributors) framework for managing your zsh configuration. Includes 300+ optional plugins (rails, git, macOS, hub, docker, homebrew, node, php, python, etc), 140+ themes to spice up your morning, and an auto-update tool that makes it easy to keep up w
plugins\copyfile\README.md
readme
Markdown
# copyfile plugin Puts the contents of a file in your system clipboard so you can paste it anywhere. To use, add `copyfile` to your plugins array: ```zsh plugins=(... copyfile) ``` Then you can run the command `copyfile <filename>` to copy the file named `filename`.
282
12
ohmyzsh
ohmyzsh/ohmyzsh
ohmyzsh
186,494
MIT
🙃 A delightful community-driven (with 2,400+ contributors) framework for managing your zsh configuration. Includes 300+ optional plugins (rails, git, macOS, hub, docker, homebrew, node, php, python, etc), 140+ themes to spice up your morning, and an auto-update tool that makes it easy to keep up w
plugins\copypath\README.md
readme
Markdown
# copypath plugin Copies the path of given directory or file to the system clipboard. To use it, add `copypath` to the plugins array in your zshrc file: ```zsh plugins=(... copypath) ``` ## Usage - `copypath`: copies the absolute path of the current directory. - `copypath <file_or_directory>`: copies the absolute...
360
16
ohmyzsh
ohmyzsh/ohmyzsh
ohmyzsh
186,494
MIT
🙃 A delightful community-driven (with 2,400+ contributors) framework for managing your zsh configuration. Includes 300+ optional plugins (rails, git, macOS, hub, docker, homebrew, node, php, python, etc), 140+ themes to spice up your morning, and an auto-update tool that makes it easy to keep up w
plugins\cp\README.md
readme
Markdown
# cp plugin This plugin defines a `cpv` function that uses `rsync` so that you get the features and security of this command. To enable, add `cp` to your `plugins` array in your zshrc file: ```zsh plugins=(... cp) ``` ## Description The enabled options for rsync are: - `-p`: preserves permissions. - `-o`: preser...
780
33
ohmyzsh
ohmyzsh/ohmyzsh
ohmyzsh
186,494
MIT
🙃 A delightful community-driven (with 2,400+ contributors) framework for managing your zsh configuration. Includes 300+ optional plugins (rails, git, macOS, hub, docker, homebrew, node, php, python, etc), 140+ themes to spice up your morning, and an auto-update tool that makes it easy to keep up w
plugins\cpanm\README.md
readme
Markdown
# Cpanm This plugin provides completion for [Cpanm](https://github.com/miyagawa/cpanminus) ([docs](https://metacpan.org/pod/App::cpanminus)). To use it add cpanm to the plugins array in your zshrc file. ```zsh plugins=(... cpanm) ```
246
10
ohmyzsh
ohmyzsh/ohmyzsh
ohmyzsh
186,494
MIT
🙃 A delightful community-driven (with 2,400+ contributors) framework for managing your zsh configuration. Includes 300+ optional plugins (rails, git, macOS, hub, docker, homebrew, node, php, python, etc), 140+ themes to spice up your morning, and an auto-update tool that makes it easy to keep up w
plugins\dash\README.md
readme
Markdown
# Dash plugin 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. To use it, add `dash` to the plugins array in your zshrc file: ```zsh plugins=(... dash) ``` ## Usage - Open and switch to the da...
536
29
ohmyzsh
ohmyzsh/ohmyzsh
ohmyzsh
186,494
MIT
🙃 A delightful community-driven (with 2,400+ contributors) framework for managing your zsh configuration. Includes 300+ optional plugins (rails, git, macOS, hub, docker, homebrew, node, php, python, etc), 140+ themes to spice up your morning, and an auto-update tool that makes it easy to keep up w
plugins\dbt\README.md
readme
Markdown
# dbt plugin The `dbt plugin` adds several aliases for useful [dbt](https://docs.getdbt.com/) commands and [aliases](#aliases). To use it, add `dbt` to the plugins array of your zshrc file: ```zsh plugins=(... dbt) ``` ## Aliases | Alias | Command | Description ...
1,490
28
ohmyzsh
ohmyzsh/ohmyzsh
ohmyzsh
186,494
MIT
🙃 A delightful community-driven (with 2,400+ contributors) framework for managing your zsh configuration. Includes 300+ optional plugins (rails, git, macOS, hub, docker, homebrew, node, php, python, etc), 140+ themes to spice up your morning, and an auto-update tool that makes it easy to keep up w
plugins\debian\README.md
readme
Markdown
# debian This plugin provides Debian-related aliases and functions for zsh. To use it add `debian` to the plugins array in your zshrc file. ```zsh plugins=(... debian) ``` ## Settings - `$apt_pref`: use aptitude or apt if installed, fallback is apt-get. - `$apt_upgr`: use upgrade or safe-upgrade (for aptitude). S...
7,716
93
ohmyzsh
ohmyzsh/ohmyzsh
ohmyzsh
186,494
MIT
🙃 A delightful community-driven (with 2,400+ contributors) framework for managing your zsh configuration. Includes 300+ optional plugins (rails, git, macOS, hub, docker, homebrew, node, php, python, etc), 140+ themes to spice up your morning, and an auto-update tool that makes it easy to keep up w
plugins\deno\README.md
readme
Markdown
# Deno Plugin This plugin sets up completion and aliases for [Deno](https://deno.land). ## Aliases | Alias | Full command | | ----- | ------------------- | | db | deno bundle | | dc | deno compile | | dca | deno cache | | dfmt | deno fmt | | dh | deno help ...
570
21
ohmyzsh
ohmyzsh/ohmyzsh
ohmyzsh
186,494
MIT
🙃 A delightful community-driven (with 2,400+ contributors) framework for managing your zsh configuration. Includes 300+ optional plugins (rails, git, macOS, hub, docker, homebrew, node, php, python, etc), 140+ themes to spice up your morning, and an auto-update tool that makes it easy to keep up w
plugins\dircycle\README.md
readme
Markdown
# dircycle Plugin for cycling through the directory stack This plugin enables directory navigation similar to using back and forward on browsers or common file explorers like Finder or Nautilus. It uses a small zle trick that lets you cycle through your directory stack left or right using <kbd>Ctrl</kbd> + <kbd>Shift...
4,212
83
ohmyzsh
ohmyzsh/ohmyzsh
ohmyzsh
186,494
MIT
🙃 A delightful community-driven (with 2,400+ contributors) framework for managing your zsh configuration. Includes 300+ optional plugins (rails, git, macOS, hub, docker, homebrew, node, php, python, etc), 140+ themes to spice up your morning, and an auto-update tool that makes it easy to keep up w
plugins\direnv\README.md
readme
Markdown
# direnv plugin This plugin creates the [Direnv](https://direnv.net/) hook. To use it, add `direnv` to the plugins array in your zshrc file: ```zsh plugins=(... direnv) ``` ## Requirements In order to make this work, you will need to have the direnv installed. More info on the usage and install: https://github.co...
351
16
ohmyzsh
ohmyzsh/ohmyzsh
ohmyzsh
186,494
MIT
🙃 A delightful community-driven (with 2,400+ contributors) framework for managing your zsh configuration. Includes 300+ optional plugins (rails, git, macOS, hub, docker, homebrew, node, php, python, etc), 140+ themes to spice up your morning, and an auto-update tool that makes it easy to keep up w
plugins\dirhistory\README.md
readme
Markdown
# Dirhistory plugin This plugin adds keyboard shortcuts for navigating directory history and hierarchy. To use it, add `dirhistory` to the plugins array in your zshrc file: ```zsh plugins=(... dirhistory) ``` ## Keyboard Shortcuts | Shortcut | Description ...
4,012
106
ohmyzsh
ohmyzsh/ohmyzsh
ohmyzsh
186,494
MIT
🙃 A delightful community-driven (with 2,400+ contributors) framework for managing your zsh configuration. Includes 300+ optional plugins (rails, git, macOS, hub, docker, homebrew, node, php, python, etc), 140+ themes to spice up your morning, and an auto-update tool that makes it easy to keep up w
plugins\dirpersist\README.md
readme
Markdown
# Dirpersist plugin 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. To use it, add `dirpersist` to the plugins array in your zshrc file: ```zsh plugins=(... dirpersist) ```
316
11
ohmyzsh
ohmyzsh/ohmyzsh
ohmyzsh
186,494
MIT
🙃 A delightful community-driven (with 2,400+ contributors) framework for managing your zsh configuration. Includes 300+ optional plugins (rails, git, macOS, hub, docker, homebrew, node, php, python, etc), 140+ themes to spice up your morning, and an auto-update tool that makes it easy to keep up w
plugins\dnf\README.md
readme
Markdown
# dnf plugin This plugin makes `dnf` usage easier by adding aliases for the most common commands. `dnf` is the new package manager for RPM-based distributions, which replaces `yum`. To use it, add `dnf` to the plugins array in your zshrc file: ```zsh plugins=(... dnf) ``` Classic `dnf` is getting superseded by `dn...
1,414
33
ohmyzsh
ohmyzsh/ohmyzsh
ohmyzsh
186,494
MIT
🙃 A delightful community-driven (with 2,400+ contributors) framework for managing your zsh configuration. Includes 300+ optional plugins (rails, git, macOS, hub, docker, homebrew, node, php, python, etc), 140+ themes to spice up your morning, and an auto-update tool that makes it easy to keep up w
plugins\dnote\README.md
readme
Markdown
# Dnote Plugin This plugin adds auto-completion for [Dnote](https://www.getdnote.com/), a simple command line notebook. To use it, add `dnote` to the plugins array in your zshrc file: ```zsh plugins=(dnote) ``` ## Usage At the basic level, this plugin completes all Dnote commands. ```zsh $ dnote a(press <TAB> her...
817
52
ohmyzsh
ohmyzsh/ohmyzsh
ohmyzsh
186,494
MIT
🙃 A delightful community-driven (with 2,400+ contributors) framework for managing your zsh configuration. Includes 300+ optional plugins (rails, git, macOS, hub, docker, homebrew, node, php, python, etc), 140+ themes to spice up your morning, and an auto-update tool that makes it easy to keep up w
plugins\docker\README.md
readme
Markdown
# Docker plugin This plugin adds auto-completion and aliases for [docker](https://www.docker.com/). To use it add `docker` to the plugins array in your zshrc file. ```zsh plugins=(... docker) ``` A copy of the completion script from the docker/cli git repo: https://github.com/docker/cli/blob/master/contrib/completi...
7,381
90
ohmyzsh
ohmyzsh/ohmyzsh
ohmyzsh
186,494
MIT
🙃 A delightful community-driven (with 2,400+ contributors) framework for managing your zsh configuration. Includes 300+ optional plugins (rails, git, macOS, hub, docker, homebrew, node, php, python, etc), 140+ themes to spice up your morning, and an auto-update tool that makes it easy to keep up w
plugins\docker-compose\README.md
readme
Markdown
# Docker-compose This plugin provides completion for [docker-compose](https://docs.docker.com/compose/) as well as some aliases for frequent docker-compose commands. This plugin chooses automatically between the legacy `docker-compose` command and the modern `docker compose` subcommand, preferring `docker-compose` wh...
3,277
37
ohmyzsh
ohmyzsh/ohmyzsh
ohmyzsh
186,494
MIT
🙃 A delightful community-driven (with 2,400+ contributors) framework for managing your zsh configuration. Includes 300+ optional plugins (rails, git, macOS, hub, docker, homebrew, node, php, python, etc), 140+ themes to spice up your morning, and an auto-update tool that makes it easy to keep up w
plugins\doctl\README.md
readme
Markdown
# Doctl This plugin provides completion for [Doctl](https://github.com/digitalocean/doctl). To use it add doctl to the plugins array in your zshrc file. ```bash plugins=(... doctl) ```
197
10
ohmyzsh
ohmyzsh/ohmyzsh
ohmyzsh
186,494
MIT
🙃 A delightful community-driven (with 2,400+ contributors) framework for managing your zsh configuration. Includes 300+ optional plugins (rails, git, macOS, hub, docker, homebrew, node, php, python, etc), 140+ themes to spice up your morning, and an auto-update tool that makes it easy to keep up w
plugins\dotenv\README.md
readme
Markdown
# dotenv Automatically load your project ENV variables from `.env` file when you `cd` into project root directory. Storing configuration in the environment is one of the tenets of a [twelve-factor app](https://www.12factor.net). Anything that is likely to change between deployment environments, such as resource handl...
4,396
101
ohmyzsh
ohmyzsh/ohmyzsh
ohmyzsh
186,494
MIT
🙃 A delightful community-driven (with 2,400+ contributors) framework for managing your zsh configuration. Includes 300+ optional plugins (rails, git, macOS, hub, docker, homebrew, node, php, python, etc), 140+ themes to spice up your morning, and an auto-update tool that makes it easy to keep up w
plugins\dotnet\README.md
readme
Markdown
# .NET CLI plugin This plugin provides completion and useful aliases for [.NET CLI](https://dotnet.microsoft.com/). To use it, add `dotnet` to the plugins array in your zshrc file. ``` plugins=(... dotnet) ``` ## Aliases | Alias | Command | Description ...
1,610
27
ohmyzsh
ohmyzsh/ohmyzsh
ohmyzsh
186,494
MIT
🙃 A delightful community-driven (with 2,400+ contributors) framework for managing your zsh configuration. Includes 300+ optional plugins (rails, git, macOS, hub, docker, homebrew, node, php, python, etc), 140+ themes to spice up your morning, and an auto-update tool that makes it easy to keep up w
plugins\droplr\README.md
readme
Markdown
# 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. To use it, add `droplr` to the `$plugins` variable in your zshrc file: ```zsh plugins=(... droplr) ``` Author: [Fabio Fernan...
476
20
ohmyzsh
ohmyzsh/ohmyzsh
ohmyzsh
186,494
MIT
🙃 A delightful community-driven (with 2,400+ contributors) framework for managing your zsh configuration. Includes 300+ optional plugins (rails, git, macOS, hub, docker, homebrew, node, php, python, etc), 140+ themes to spice up your morning, and an auto-update tool that makes it easy to keep up w
plugins\drush\README.md
readme
Markdown
# 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. To enable it, add `drush` to the plugins array in zshrc file: ```zsh plugins=(... drush) ``` ## Aliases | Alias | Comma...
5,897
67
ohmyzsh
ohmyzsh/ohmyzsh
ohmyzsh
186,494
MIT
🙃 A delightful community-driven (with 2,400+ contributors) framework for managing your zsh configuration. Includes 300+ optional plugins (rails, git, macOS, hub, docker, homebrew, node, php, python, etc), 140+ themes to spice up your morning, and an auto-update tool that makes it easy to keep up w
plugins\eecms\README.md
readme
Markdown
# eecms plugin This plugin adds auto-completion of console commands for [`eecms`](https://github.com/ExpressionEngine/ExpressionEngine). To use it, add `eecms` to the plugins array of your `.zshrc` file: ``` plugins=(... eecms) ``` It also adds the alias `eecms` which finds the eecms file in the current project and ...
349
12
ohmyzsh
ohmyzsh/ohmyzsh
ohmyzsh
186,494
MIT
🙃 A delightful community-driven (with 2,400+ contributors) framework for managing your zsh configuration. Includes 300+ optional plugins (rails, git, macOS, hub, docker, homebrew, node, php, python, etc), 140+ themes to spice up your morning, and an auto-update tool that makes it easy to keep up w
plugins\emacs\README.md
readme
Markdown
# Emacs plugin 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. - You don't have the cost of starting Emacs all the tim...
2,027
31
ohmyzsh
ohmyzsh/ohmyzsh
ohmyzsh
186,494
MIT
🙃 A delightful community-driven (with 2,400+ contributors) framework for managing your zsh configuration. Includes 300+ optional plugins (rails, git, macOS, hub, docker, homebrew, node, php, python, etc), 140+ themes to spice up your morning, and an auto-update tool that makes it easy to keep up w
plugins\ember-cli\README.md
readme
Markdown
# Ember CLI This plugin adds completion and aliases for using [`ember-cli`](https://cli.emberjs.com/). To use it, add `ember-cli` to the plugins array in your zshrc file: ```zsh plugins=(... ember-cli) ``` ## Aliases | Alias | Command | | ----- | -------------------- | | `ea` | `ember addon` |...
918
34
ohmyzsh
ohmyzsh/ohmyzsh
ohmyzsh
186,494
MIT
🙃 A delightful community-driven (with 2,400+ contributors) framework for managing your zsh configuration. Includes 300+ optional plugins (rails, git, macOS, hub, docker, homebrew, node, php, python, etc), 140+ themes to spice up your morning, and an auto-update tool that makes it easy to keep up w
plugins\emoji\README.md
readme
Markdown
# emoji plugin Support for conveniently working with Unicode emoji in Zsh. ## Features This plugin provides support for working with Unicode emoji characters in `zsh` using human-readable identifiers. It provides global variables which map emoji names to the actual characters, country names to their flags, and some ...
5,902
127
ohmyzsh
ohmyzsh/ohmyzsh
ohmyzsh
186,494
MIT
🙃 A delightful community-driven (with 2,400+ contributors) framework for managing your zsh configuration. Includes 300+ optional plugins (rails, git, macOS, hub, docker, homebrew, node, php, python, etc), 140+ themes to spice up your morning, and an auto-update tool that makes it easy to keep up w
plugins\emoji\update_emoji.py
python
Python
""" Update Emoji.py Refreshes OMZ emoji database based on the latest Unicode spec """ import re import json spec = open("emoji-data.txt", "r") # Regexes # regex_emoji will return, respectively: # the code points, its type (status), the actual emoji, and its official name regex_emoji = r"^([\w ].*?\S)\s*;\s*([\w-]+)\s...
8,216
214
ohmyzsh
ohmyzsh/ohmyzsh
ohmyzsh
186,494
MIT
🙃 A delightful community-driven (with 2,400+ contributors) framework for managing your zsh configuration. Includes 300+ optional plugins (rails, git, macOS, hub, docker, homebrew, node, php, python, etc), 140+ themes to spice up your morning, and an auto-update tool that makes it easy to keep up w
plugins\emoji-clock\README.md
readme
Markdown
# emoji-clock The plugin displays current time as an emoji symbol with half hour accuracy. To use it, add `emoji-clock` to the plugins array of your zshrc file: ``` plugins=(... emoji-clock) ``` ## Features | Function | Description | |---------------...
504
15
ohmyzsh
ohmyzsh/ohmyzsh
ohmyzsh
186,494
MIT
🙃 A delightful community-driven (with 2,400+ contributors) framework for managing your zsh configuration. Includes 300+ optional plugins (rails, git, macOS, hub, docker, homebrew, node, php, python, etc), 140+ themes to spice up your morning, and an auto-update tool that makes it easy to keep up w
plugins\emotty\README.md
readme
Markdown
# emotty plugin This plugin returns an emoji for the current $TTY number so it can be used in a prompt. To use it, add emotty to the plugins array in your zshrc file: ``` plugins=(... emotty) ``` **NOTE:** it requires the [emoji plugin](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/emoji). ## Usage The fu...
976
40
ohmyzsh
ohmyzsh/ohmyzsh
ohmyzsh
186,494
MIT
🙃 A delightful community-driven (with 2,400+ contributors) framework for managing your zsh configuration. Includes 300+ optional plugins (rails, git, macOS, hub, docker, homebrew, node, php, python, etc), 140+ themes to spice up your morning, and an auto-update tool that makes it easy to keep up w
plugins\encode64\README.md
readme
Markdown
# encode64 Alias plugin for encoding or decoding using `base64` command. To use it, add `encode64` to the plugins array in your zshrc file: ```zsh plugins=(... encode64) ``` ## Functions and Aliases | Function | Alias | Description | | -------------- | ------ | -------------------...
1,564
74
ohmyzsh
ohmyzsh/ohmyzsh
ohmyzsh
186,494
MIT
🙃 A delightful community-driven (with 2,400+ contributors) framework for managing your zsh configuration. Includes 300+ optional plugins (rails, git, macOS, hub, docker, homebrew, node, php, python, etc), 140+ themes to spice up your morning, and an auto-update tool that makes it easy to keep up w
plugins\extract\README.md
readme
Markdown
# extract plugin This plugin defines a function called `extract` that extracts the archive file you pass it, and it supports a wide variety of archive filetypes. This way you don't have to know what specific command extracts a file, you just do `extract <filename>` and the function takes care of the rest. To use it,...
3,844
70
ohmyzsh
ohmyzsh/ohmyzsh
ohmyzsh
186,494
MIT
🙃 A delightful community-driven (with 2,400+ contributors) framework for managing your zsh configuration. Includes 300+ optional plugins (rails, git, macOS, hub, docker, homebrew, node, php, python, etc), 140+ themes to spice up your morning, and an auto-update tool that makes it easy to keep up w
plugins\eza\README.md
readme
Markdown
# eza plugin This provides aliases that invoke the [`eza`](https://github.com/eza-community/eza) utility rather than `ls` To use it add `eza` to the plugins array in your zshrc file: ```zsh plugins=(... eza) ``` ## Configuration All configurations are done using the `zstyle` command in the `:omz:plugins:eza` names...
4,099
145
ohmyzsh
ohmyzsh/ohmyzsh
ohmyzsh
186,494
MIT
🙃 A delightful community-driven (with 2,400+ contributors) framework for managing your zsh configuration. Includes 300+ optional plugins (rails, git, macOS, hub, docker, homebrew, node, php, python, etc), 140+ themes to spice up your morning, and an auto-update tool that makes it easy to keep up w
plugins\fabric\README.md
readme
Markdown
# Fabric This plugin provides completion for [Fabric](https://www.fabfile.org/). To use it add fabric to the plugins array in your zshrc file. ```zsh plugins=(... fabric) ```
187
10
ohmyzsh
ohmyzsh/ohmyzsh
ohmyzsh
186,494
MIT
🙃 A delightful community-driven (with 2,400+ contributors) framework for managing your zsh configuration. Includes 300+ optional plugins (rails, git, macOS, hub, docker, homebrew, node, php, python, etc), 140+ themes to spice up your morning, and an auto-update tool that makes it easy to keep up w
plugins\fancy-ctrl-z\README.md
readme
Markdown
# fancy-ctrl-z Allows pressing Ctrl-Z again to switch back to a background job. To use it, add `fancy-ctrl-z` to the plugins array in your zshrc file: ```zsh plugins=(... fancy-ctrl-z) ``` ## Motivation I frequently need to execute random commands in my shell. To achieve it I pause Vim by pressing Ctrl-z, type com...
713
25
ohmyzsh
ohmyzsh/ohmyzsh
ohmyzsh
186,494
MIT
🙃 A delightful community-driven (with 2,400+ contributors) framework for managing your zsh configuration. Includes 300+ optional plugins (rails, git, macOS, hub, docker, homebrew, node, php, python, etc), 140+ themes to spice up your morning, and an auto-update tool that makes it easy to keep up w
plugins\fasd\README.md
readme
Markdown
# 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. To use it, add `fasd` to the plugins array in your zshrc file: ```zsh plugins=(... fasd) ``` ## Installation Please find detailed ...
1,004
22
ohmyzsh
ohmyzsh/ohmyzsh
ohmyzsh
186,494
MIT
🙃 A delightful community-driven (with 2,400+ contributors) framework for managing your zsh configuration. Includes 300+ optional plugins (rails, git, macOS, hub, docker, homebrew, node, php, python, etc), 140+ themes to spice up your morning, and an auto-update tool that makes it easy to keep up w
plugins\fastfile\README.md
readme
Markdown
# Fastfile plugin This plugin adds a way to reference certain files or folders used frequently using a global alias or shortcut. To use it, add `fastfile` to the plugins array in your zshrc file: ```zsh plugins=(... fastfile) ``` ## Usage Example: you access folder `/code/project/backend/database` very frequently....
2,589
86
ohmyzsh
ohmyzsh/ohmyzsh
ohmyzsh
186,494
MIT
🙃 A delightful community-driven (with 2,400+ contributors) framework for managing your zsh configuration. Includes 300+ optional plugins (rails, git, macOS, hub, docker, homebrew, node, php, python, etc), 140+ themes to spice up your morning, and an auto-update tool that makes it easy to keep up w
plugins\fbterm\README.md
readme
Markdown
# fbterm This plugin automatically starts [fbterm](https://github.com/zhangyuanwei/fbterm) if on a real TTY (`/dev/tty*`). To use it, add `fbterm` to the plugins array of your zshrc file: ```zsh plugins=(... fbterm) ```
233
11
ohmyzsh
ohmyzsh/ohmyzsh
ohmyzsh
186,494
MIT
🙃 A delightful community-driven (with 2,400+ contributors) framework for managing your zsh configuration. Includes 300+ optional plugins (rails, git, macOS, hub, docker, homebrew, node, php, python, etc), 140+ themes to spice up your morning, and an auto-update tool that makes it easy to keep up w
plugins\firewalld\README.md
readme
Markdown
# FirewallD Plugin This plugin adds some aliases and functions for FirewallD using the `firewalld-cmd` command. To use it, add firewalld to your plugins array. ```zsh plugins=(... firewalld) ``` ## Aliases | Alias | Command | Description | | :---- | :-------------...
985
23
ohmyzsh
ohmyzsh/ohmyzsh
ohmyzsh
186,494
MIT
🙃 A delightful community-driven (with 2,400+ contributors) framework for managing your zsh configuration. Includes 300+ optional plugins (rails, git, macOS, hub, docker, homebrew, node, php, python, etc), 140+ themes to spice up your morning, and an auto-update tool that makes it easy to keep up w
plugins\flutter\README.md
readme
Markdown
## Flutter plugin The Flutter plugin provides completion and useful aliases To use it, add `flutter` to the plugins array of your zshrc file: ```zsh plugins=(... flutter) ``` ## Aliases | Alias | Command | Description | | :--------...
2,107
29
ohmyzsh
ohmyzsh/ohmyzsh
ohmyzsh
186,494
MIT
🙃 A delightful community-driven (with 2,400+ contributors) framework for managing your zsh configuration. Includes 300+ optional plugins (rails, git, macOS, hub, docker, homebrew, node, php, python, etc), 140+ themes to spice up your morning, and an auto-update tool that makes it easy to keep up w
plugins\fluxcd\README.md
readme
Markdown
# FluxCD plugin This plugin adds completion for [FluxCD](https://fluxcd.io), an open and extensible continuous delivery solution for Kubernetes. Powered by GitOps Toolkit. To use it, add `fluxcd` to the plugins array in your zshrc file: ```zsh plugins=(... fluxcd) ```
281
10
ohmyzsh
ohmyzsh/ohmyzsh
ohmyzsh
186,494
MIT
🙃 A delightful community-driven (with 2,400+ contributors) framework for managing your zsh configuration. Includes 300+ optional plugins (rails, git, macOS, hub, docker, homebrew, node, php, python, etc), 140+ themes to spice up your morning, and an auto-update tool that makes it easy to keep up w
plugins\fnm\README.md
readme
Markdown
# fnm plugin This plugin adds autocompletion for [fnm](https://github.com/Schniz/fnm) - a Node.js version manager. To use it, add `fnm` to the plugins array in your zshrc file: ```zsh plugins=(... fnm) ```
218
10
ohmyzsh
ohmyzsh/ohmyzsh
ohmyzsh
186,494
MIT
🙃 A delightful community-driven (with 2,400+ contributors) framework for managing your zsh configuration. Includes 300+ optional plugins (rails, git, macOS, hub, docker, homebrew, node, php, python, etc), 140+ themes to spice up your morning, and an auto-update tool that makes it easy to keep up w
plugins\foot\README.md
readme
Markdown
# foot This plugin adds shell integration for [foot, a fast, lightweight and minimalistic Wayland terminal emulator](https://codeberg.org/dnkl/foot). To use, add `foot` to the list of plugins in your `.zshrc` file: ```zsh plugins=(... foot) ``` ## Spawning new terminal instances in the current working directory Wh...
1,174
36
ohmyzsh
ohmyzsh/ohmyzsh
ohmyzsh
186,494
MIT
🙃 A delightful community-driven (with 2,400+ contributors) framework for managing your zsh configuration. Includes 300+ optional plugins (rails, git, macOS, hub, docker, homebrew, node, php, python, etc), 140+ themes to spice up your morning, and an auto-update tool that makes it easy to keep up w
plugins\forklift\README.md
readme
Markdown
# forklift Plugin for ForkLift, an FTP application for OS X. To use it, add `forklift` to the plugins array in your zshrc file: ```zsh plugins=(... forklift) ``` ## Requirements * [ForkLift](https://binarynights.com/) ## Usage `fl [<file_or_folder>]` * If `fl` is called without arguments then the current folder...
602
24
ohmyzsh
ohmyzsh/ohmyzsh
ohmyzsh
186,494
MIT
🙃 A delightful community-driven (with 2,400+ contributors) framework for managing your zsh configuration. Includes 300+ optional plugins (rails, git, macOS, hub, docker, homebrew, node, php, python, etc), 140+ themes to spice up your morning, and an auto-update tool that makes it easy to keep up w
plugins\fossil\README.md
readme
Markdown
## Fossil Plugin This plugin adds completion support and prompt for fossil repositories. The prompt will display the current branch and status been dirty or clean. ### CONTRIBUTOR - Jefferson González ([jgmdev](https://github.com/jgmdev))
250
8
ohmyzsh
ohmyzsh/ohmyzsh
ohmyzsh
186,494
MIT
🙃 A delightful community-driven (with 2,400+ contributors) framework for managing your zsh configuration. Includes 300+ optional plugins (rails, git, macOS, hub, docker, homebrew, node, php, python, etc), 140+ themes to spice up your morning, and an auto-update tool that makes it easy to keep up w
plugins\frontend-search\README.md
readme
Markdown
## Introduction > Searches for your frontend web development made easier ## Installation Open your `~/.zshrc` file and enable the `frontend-search` plugin: ```zsh plugins=( ... frontend-search) ``` ## Usage You can use the frontend-search plugin in these two forms: - `frontend <context> <term> [more terms if y...
4,593
86
ohmyzsh
ohmyzsh/ohmyzsh
ohmyzsh
186,494
MIT
🙃 A delightful community-driven (with 2,400+ contributors) framework for managing your zsh configuration. Includes 300+ optional plugins (rails, git, macOS, hub, docker, homebrew, node, php, python, etc), 140+ themes to spice up your morning, and an auto-update tool that makes it easy to keep up w
plugins\fzf\README.md
readme
Markdown
# 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. To use it, add `fzf` to the plugins array in your zshrc file: ```zsh plugins=(... fzf) ``` ## Settings All these settings should go in your z...
1,161
53
ohmyzsh
ohmyzsh/ohmyzsh
ohmyzsh
186,494
MIT
🙃 A delightful community-driven (with 2,400+ contributors) framework for managing your zsh configuration. Includes 300+ optional plugins (rails, git, macOS, hub, docker, homebrew, node, php, python, etc), 140+ themes to spice up your morning, and an auto-update tool that makes it easy to keep up w
plugins\gas\README.md
readme
Markdown
# Gas plugin This plugin adds autocompletion for the [gas](http://ramblingsby.me/gas/) command, a utility to manage Git authors. To use it, add `gas` to the plugins array of your zshrc file: ```zsh plugins=(... gas) ```
233
11
ohmyzsh
ohmyzsh/ohmyzsh
ohmyzsh
186,494
MIT
🙃 A delightful community-driven (with 2,400+ contributors) framework for managing your zsh configuration. Includes 300+ optional plugins (rails, git, macOS, hub, docker, homebrew, node, php, python, etc), 140+ themes to spice up your morning, and an auto-update tool that makes it easy to keep up w
plugins\gatsby\README.md
readme
Markdown
# gatsby autocomplete plugin Adds autocomplete options for all gatsby commands. ## Requirements In order to make this work, you will need to have gatsby set up in your path.
184
8
ohmyzsh
ohmyzsh/ohmyzsh
ohmyzsh
186,494
MIT
🙃 A delightful community-driven (with 2,400+ contributors) framework for managing your zsh configuration. Includes 300+ optional plugins (rails, git, macOS, hub, docker, homebrew, node, php, python, etc), 140+ themes to spice up your morning, and an auto-update tool that makes it easy to keep up w
plugins\gcloud\README.md
readme
Markdown
# gcloud This plugin provides completion support for the [Google Cloud SDK CLI](https://cloud.google.com/sdk/gcloud/). To use it, add `gcloud` to the plugins array in your zshrc file. ```zsh plugins=(... gcloud) ``` It relies on you having installed the SDK using one of the supported options listed [here](https://c...
847
25
ohmyzsh
ohmyzsh/ohmyzsh
ohmyzsh
186,494
MIT
🙃 A delightful community-driven (with 2,400+ contributors) framework for managing your zsh configuration. Includes 300+ optional plugins (rails, git, macOS, hub, docker, homebrew, node, php, python, etc), 140+ themes to spice up your morning, and an auto-update tool that makes it easy to keep up w
plugins\geeknote\README.md
readme
Markdown
# Geeknote plugin This plugin provides autocompletion for [Geeknote](https://github.com/VitaliyRodnenko/geeknote) and an alias for `geeknote` called `gn`. To use it, add `geeknote` to the plugins array in your zshrc file: ```zsh plugins=( ... geeknote ...) ```
274
11
ohmyzsh
ohmyzsh/ohmyzsh
ohmyzsh
186,494
MIT
🙃 A delightful community-driven (with 2,400+ contributors) framework for managing your zsh configuration. Includes 300+ optional plugins (rails, git, macOS, hub, docker, homebrew, node, php, python, etc), 140+ themes to spice up your morning, and an auto-update tool that makes it easy to keep up w
plugins\gem\README.md
readme
Markdown
# Gem plugin 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. To use it, add `gem` to the plugins array in your zshrc file: ```zsh plugins=(... gem) ``` ## Aliases | Alias ...
831
18
ohmyzsh
ohmyzsh/ohmyzsh
ohmyzsh
186,494
MIT
🙃 A delightful community-driven (with 2,400+ contributors) framework for managing your zsh configuration. Includes 300+ optional plugins (rails, git, macOS, hub, docker, homebrew, node, php, python, etc), 140+ themes to spice up your morning, and an auto-update tool that makes it easy to keep up w
plugins\genpass\README.md
readme
Markdown
# 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. To use it from an interacti...
2,247
67
ohmyzsh
ohmyzsh/ohmyzsh
ohmyzsh
186,494
MIT
🙃 A delightful community-driven (with 2,400+ contributors) framework for managing your zsh configuration. Includes 300+ optional plugins (rails, git, macOS, hub, docker, homebrew, node, php, python, etc), 140+ themes to spice up your morning, and an auto-update tool that makes it easy to keep up w
plugins\gh\README.md
readme
Markdown
# GitHub CLI plugin This plugin adds completion for the [GitHub CLI](https://cli.github.com/). To use it, add `gh` to the plugins array in your zshrc file: ```zsh plugins=(... gh) ``` This plugin does not add any aliases. ## Cache This plugin caches the completion script and is automatically updated when the plug...
572
24
ohmyzsh
ohmyzsh/ohmyzsh
ohmyzsh
186,494
MIT
🙃 A delightful community-driven (with 2,400+ contributors) framework for managing your zsh configuration. Includes 300+ optional plugins (rails, git, macOS, hub, docker, homebrew, node, php, python, etc), 140+ themes to spice up your morning, and an auto-update tool that makes it easy to keep up w
plugins\git\README.md
readme
Markdown
# git plugin The git plugin provides many [aliases](#aliases) and a few useful [functions](#functions). To use it, add `git` to the plugins array in your zshrc file: ```zsh plugins=(... git) ``` ## Aliases | Alias | Command ...
37,328
276
ohmyzsh
ohmyzsh/ohmyzsh
ohmyzsh
186,494
MIT
🙃 A delightful community-driven (with 2,400+ contributors) framework for managing your zsh configuration. Includes 300+ optional plugins (rails, git, macOS, hub, docker, homebrew, node, php, python, etc), 140+ themes to spice up your morning, and an auto-update tool that makes it easy to keep up w
plugins\git-auto-fetch\README.md
readme
Markdown
# Git auto-fetch Automatically fetches all changes from all remotes while you are working in a git-initialized directory. To use it, add `git-auto-fetch` to the plugins array in your zshrc file: ```shell plugins=(... git-auto-fetch) ``` ## Usage Every time the command prompt is shown all remotes will be fetched in...
1,778
51
ohmyzsh
ohmyzsh/ohmyzsh
ohmyzsh
186,494
MIT
🙃 A delightful community-driven (with 2,400+ contributors) framework for managing your zsh configuration. Includes 300+ optional plugins (rails, git, macOS, hub, docker, homebrew, node, php, python, etc), 140+ themes to spice up your morning, and an auto-update tool that makes it easy to keep up w
plugins\git-commit\README.md
readme
Markdown
# git-commit plugin 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. To use it, add `git-commit` to the plugins array in your zshrc file: ```zsh plug...
1,585
48
ohmyzsh
ohmyzsh/ohmyzsh
ohmyzsh
186,494
MIT
🙃 A delightful community-driven (with 2,400+ contributors) framework for managing your zsh configuration. Includes 300+ optional plugins (rails, git, macOS, hub, docker, homebrew, node, php, python, etc), 140+ themes to spice up your morning, and an auto-update tool that makes it easy to keep up w
plugins\git-escape-magic\README.md
readme
Markdown
# 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. An excerpt from that project's readme explains its purpose. > It eliminates the need for manually escaping those meta-characters. The z...
799
17
ohmyzsh
ohmyzsh/ohmyzsh
ohmyzsh
186,494
MIT
🙃 A delightful community-driven (with 2,400+ contributors) framework for managing your zsh configuration. Includes 300+ optional plugins (rails, git, macOS, hub, docker, homebrew, node, php, python, etc), 140+ themes to spice up your morning, and an auto-update tool that makes it easy to keep up w
plugins\git-extras\README.md
readme
Markdown
# 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. To use it, add `git-extras` to the plugins array in your zshrc file: ```zsh plugins=(... git-extras) ``` ## Setup notes The completions work ...
904
18
ohmyzsh
ohmyzsh/ohmyzsh
ohmyzsh
186,494
MIT
🙃 A delightful community-driven (with 2,400+ contributors) framework for managing your zsh configuration. Includes 300+ optional plugins (rails, git, macOS, hub, docker, homebrew, node, php, python, etc), 140+ themes to spice up your morning, and an auto-update tool that makes it easy to keep up w
plugins\git-flow\README.md
readme
Markdown
# Git-Flow plugin This plugin adds completion and aliases for the [`git-flow` command](https://github.com/nvie/gitflow). To use it, add `git-flow` to the plugins array in your zshrc file: ```zsh plugins=(... git-flow) ``` ## Aliases | Alias | Command | Description ...
3,168
41
ohmyzsh
ohmyzsh/ohmyzsh
ohmyzsh
186,494
MIT
🙃 A delightful community-driven (with 2,400+ contributors) framework for managing your zsh configuration. Includes 300+ optional plugins (rails, git, macOS, hub, docker, homebrew, node, php, python, etc), 140+ themes to spice up your morning, and an auto-update tool that makes it easy to keep up w
plugins\git-flow-avh\README.md
readme
Markdown
# git-flow (AVH Edition) plugin 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-m...
868
20
ohmyzsh
ohmyzsh/ohmyzsh
ohmyzsh
186,494
MIT
🙃 A delightful community-driven (with 2,400+ contributors) framework for managing your zsh configuration. Includes 300+ optional plugins (rails, git, macOS, hub, docker, homebrew, node, php, python, etc), 140+ themes to spice up your morning, and an auto-update tool that makes it easy to keep up w
plugins\git-hubflow\README.md
readme
Markdown
# git-hubflow plugin 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. The hubflow tool has to be [ins...
1,304
25
ohmyzsh
ohmyzsh/ohmyzsh
ohmyzsh
186,494
MIT
🙃 A delightful community-driven (with 2,400+ contributors) framework for managing your zsh configuration. Includes 300+ optional plugins (rails, git, macOS, hub, docker, homebrew, node, php, python, etc), 140+ themes to spice up your morning, and an auto-update tool that makes it easy to keep up w
plugins\git-lfs\README.md
readme
Markdown
# git lfs plugin The git lfs plugin provides [aliases](#aliases) and [functions](#functions) for [git-lfs](https://github.com/git-lfs/git-lfs). To use it, add `git-lfs` to the plugins array in your zshrc file: ```zsh plugins=(... git-lfs) ``` ## Aliases | Alias | Command | | :-------...
793
25
ohmyzsh
ohmyzsh/ohmyzsh
ohmyzsh
186,494
MIT
🙃 A delightful community-driven (with 2,400+ contributors) framework for managing your zsh configuration. Includes 300+ optional plugins (rails, git, macOS, hub, docker, homebrew, node, php, python, etc), 140+ themes to spice up your morning, and an auto-update tool that makes it easy to keep up w
plugins\git-prompt\gitstatus.py
python
Python
#!/usr/bin/env python3 from __future__ import print_function import os import sys import re from subprocess import Popen, PIPE, check_output def get_tagname_or_hash(): """return tagname if exists else hash""" # get hash hash_cmd = ['git', 'rev-parse', '--short', 'HEAD'] hash_ = check_output(hash_cmd)...
3,599
104
ohmyzsh
ohmyzsh/ohmyzsh
ohmyzsh
186,494
MIT
🙃 A delightful community-driven (with 2,400+ contributors) framework for managing your zsh configuration. Includes 300+ optional plugins (rails, git, macOS, hub, docker, homebrew, node, php, python, etc), 140+ themes to spice up your morning, and an auto-update tool that makes it easy to keep up w
plugins\git-prompt\README.md
readme
Markdown
# git-prompt plugin 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. To use it, add `git-prompt` to the plugins array in your zshrc file: ```zsh plugins=(... git-prompt) ``` You may also ...
2,986
73
ohmyzsh
ohmyzsh/ohmyzsh
ohmyzsh
186,494
MIT
🙃 A delightful community-driven (with 2,400+ contributors) framework for managing your zsh configuration. Includes 300+ optional plugins (rails, git, macOS, hub, docker, homebrew, node, php, python, etc), 140+ themes to spice up your morning, and an auto-update tool that makes it easy to keep up w
plugins\gitfast\README.md
readme
Markdown
# Gitfast plugin 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 be...
555
10
ohmyzsh
ohmyzsh/ohmyzsh
ohmyzsh
186,494
MIT
🙃 A delightful community-driven (with 2,400+ contributors) framework for managing your zsh configuration. Includes 300+ optional plugins (rails, git, macOS, hub, docker, homebrew, node, php, python, etc), 140+ themes to spice up your morning, and an auto-update tool that makes it easy to keep up w
plugins\github\README.md
readme
Markdown
# github plugin This plugin supports working with GitHub from the command line. It provides a few things: * Sets up the `hub` wrapper and completions for the `git` command if you have [`hub`](https://github.com/github/hub) installed. * Completion for the [`github` Ruby gem](https://github.com/defunkt/github-gem). * C...
1,855
46