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\thor\README.md | readme | Markdown | # Thor plugin
This plugin adds completion for [Thor](http://whatisthor.com/),
a ruby toolkit for building powerful command-line interfaces.
To use it, add `thor` to the plugins array in your zshrc file:
```zsh
plugins=(... thor)
```
| 246 | 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\tig\README.md | readme | Markdown | # `tig` plugin
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:
```zsh
plugins=(... tig)
```
## Features
| Alias | Command | Description ... | 648 | 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\timer\README.md | readme | Markdown | This plugin allows to display command's execution time in a very nonintrusive way.
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 exe... | 940 | 19 |
ohmyzsh | ohmyzsh/ohmyzsh | ohmyzsh | 186,494 | MIT | 🙃 A delightful community-driven (with 2,400+ contributors) framework for managing your zsh configuration. Includes 300+ optional plugins (rails, git, macOS, hub, docker, homebrew, node, php, python, etc), 140+ themes to spice up your morning, and an auto-update tool that makes it easy to keep up w | plugins\timoni\README.md | readme | Markdown | # Timoni plugin
This plugin adds completion for [Timoni](https://timoni.sh), a package manager for Kubernetes, powered by CUE and inspired by Helm.
To use it, add `timoni` to the plugins array in your zshrc file:
```zsh
plugins=(... timoni)
```
| 257 | 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\tldr\README.md | readme | Markdown | # tldr plugin
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).
To use it, add `tldr` to the plugins array in your zshrc file:
```zsh
plugins=(... tldr)
```
# Keyboard Shortcuts
| Shortcut ... | 712 | 19 |
ohmyzsh | ohmyzsh/ohmyzsh | ohmyzsh | 186,494 | MIT | 🙃 A delightful community-driven (with 2,400+ contributors) framework for managing your zsh configuration. Includes 300+ optional plugins (rails, git, macOS, hub, docker, homebrew, node, php, python, etc), 140+ themes to spice up your morning, and an auto-update tool that makes it easy to keep up w | plugins\tmux\README.md | readme | Markdown | # 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.
```zsh
plugins=(... tmux)
```
The plugin also supports the following:
- determines if tmux is installed or not, if not, prompts user to install tmux
- dete... | 4,493 | 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\tmux-cssh\README.md | readme | Markdown | # tmux-cssh plugin
This plugin adds autocompletion for [`tmux-cssh`](https://github.com/zinic/tmux-cssh/).
To use it, add `tmux-cssh` to the plugins array in your zshrc file:
```zsh
plugins=(... tmux-cssh)
```
First upstream repo, now disappeared: https://github.com/dennishafemann/tmux-cssh.
| 306 | 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\tmuxinator\README.md | readme | Markdown | # Tmuxinator plugin
This plugin provides completion for [tmuxinator](https://github.com/tmuxinator/tmuxinator),
as well as aliases for frequent tmuxinator commands.
To use it add `tmuxinator` to the plugins array in your zshrc file.
```zsh
plugins=(... tmuxinator)
```
## Aliases
| Alias | Command | Descri... | 640 | 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\toolbox\README.md | readme | Markdown | # toolbox plugin
Plugin for [toolbox](https://containertoolbx.org), a tool to use containerized CLI environments.
To use it, add `toolbox` to your plugins array in your `.zshrc` file:
```zsh
plugins=(... toolbox)
```
## Prompt function
This plugins adds `toolbox_prompt_info()` function. Using it in your prompt, it... | 970 | 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\torrent\README.md | readme | Markdown | # torrent
This plugin creates a Torrent file based on a [MagnetURI](https://en.wikipedia.org/wiki/Magnet_URI_scheme).
To use it, add `torrent` to the plugins array in your zshrc file.
```zsh
plugins=(... torrent)
```
## Plugin commands
* `magnet_to_torrent <MagnetURI>`: creates Torrent file.
| 311 | 14 |
ohmyzsh | ohmyzsh/ohmyzsh | ohmyzsh | 186,494 | MIT | 🙃 A delightful community-driven (with 2,400+ contributors) framework for managing your zsh configuration. Includes 300+ optional plugins (rails, git, macOS, hub, docker, homebrew, node, php, python, etc), 140+ themes to spice up your morning, and an auto-update tool that makes it easy to keep up w | plugins\transfer\README.md | readme | Markdown | # `transfer` plugin
[`transfer.sh`](https://transfer.sh) is an easy to use file sharing service from the command line
To use it, add `transfer` to the plugins array in your zshrc file:
```zsh
plugins=(... transfer)
```
## Usage
- Transfer a file: `transfer file.txt`.
- Transfer a whole directory (it will be autom... | 787 | 42 |
ohmyzsh | ohmyzsh/ohmyzsh | ohmyzsh | 186,494 | MIT | 🙃 A delightful community-driven (with 2,400+ contributors) framework for managing your zsh configuration. Includes 300+ optional plugins (rails, git, macOS, hub, docker, homebrew, node, php, python, etc), 140+ themes to spice up your morning, and an auto-update tool that makes it easy to keep up w | plugins\tt\README.MD | readme | Markdown | # TT
This plugin provides mutual conversion of timestamp and date.
To use it add tt to the plugins array in your zshrc file.
```bash
plugins=(... tt)
```
# Example
print timestamp for "2019-10-16"
```bash
tt 2019-10-16
```
print timestamp for "2019-10-16 18:41:00"
```bash
tt "2019-10-16 18:41:00"
```
print date... | 415 | 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\tugboat\README.md | readme | Markdown | # Tugboat plugin
This plugin adds autocompletion for Tugboat, a command line tool for interacting with your
[DigitalOcean droplets](https://www.digitalocean.com/products/droplets/).
To use it, add it to the plugins array in your `~/.zshrc` file:
```zsh
plugins=(... tugboat)
```
Further documentation for Tugboat can... | 406 | 13 |
ohmyzsh | ohmyzsh/ohmyzsh | ohmyzsh | 186,494 | MIT | 🙃 A delightful community-driven (with 2,400+ contributors) framework for managing your zsh configuration. Includes 300+ optional plugins (rails, git, macOS, hub, docker, homebrew, node, php, python, etc), 140+ themes to spice up your morning, and an auto-update tool that makes it easy to keep up w | plugins\ubuntu\README.md | readme | Markdown | # Ubuntu plugin
This plugin adds completions and aliases for [Ubuntu](https://www.ubuntu.com/).
To use it, add `ubuntu` to the plugins array in your zshrc file:
```zsh
plugins=(... ubuntu)
```
## Aliases
Commands that use `$APT` will use `apt-fast` if installed, or `apt` if installed, or defer to `apt-get`
otherwi... | 6,666 | 63 |
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\ufw\README.md | readme | Markdown | # UFW plugin
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).
To use it, add ufw to the plugins array of your zshrc file:
```
plugins=(... ufw)
```
Some of the... | 613 | 19 |
ohmyzsh | ohmyzsh/ohmyzsh | ohmyzsh | 186,494 | MIT | 🙃 A delightful community-driven (with 2,400+ contributors) framework for managing your zsh configuration. Includes 300+ optional plugins (rails, git, macOS, hub, docker, homebrew, node, php, python, etc), 140+ themes to spice up your morning, and an auto-update tool that makes it easy to keep up w | plugins\universalarchive\README.md | readme | Markdown | # universalarchive plugin
The `universalarchive` plugin provides a convenient command-line interface for archiving files and directories using a wide variety of compression formats - without having to remember the exact syntax for each tool.
To enable it, add `universalarchive` to the plugins array in your `.zshrc` f... | 3,298 | 77 |
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\urltools\README.md | readme | Markdown | # URLTools plugin
This plugin provides two aliases to URL-encode and URL-decode strings.
To start using it, add the `urltools` plugin to your plugins array in `~/.zshrc`:
```zsh
plugins=(... urltools)
```
Original author: [Ian Chesal](https://github.com/ianchesal)
Original idea and aliases: [Ruslan Spivak](https://... | 997 | 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\uv\README.md | readme | Markdown | # uv plugin
This plugin automatically installs [uv](https://github.com/astral-sh/uv)'s completions for you,
and keeps them up to date. It also adds convenient aliases for common usage.
To use it, add `uv` to the plugins array in your zshrc file:
```zsh
plugins=(... uv)
```
## Aliases
| Alias | Command ... | 4,305 | 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\vagrant\README.md | readme | Markdown | # Vagrant plugin
This plugin adds autocompletion for [Vagrant](https://www.vagrantup.com/) commands, task names, box names and built-in handy documentation.
To use it, add `vagrant` to the plugins array in your zshrc file:
```zsh
plugins=(... vagrant)
```
## Aliases
| Alias | Command |
|----... | 1,516 | 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\vagrant-prompt\README.md | readme | Markdown | # vagrant-prompt
This plugin prompts the status of the Vagrant VMs. It supports single-host and
multi-host configurations as well.
To use it, add `vagrant-prompt` to the plugins array in your zshrc file:
```zsh
plugins=(... vagrant-prompt)
```
**Alberto Re <alberto.re@gmail.com>**
## Usage
To display Vagrant info... | 1,759 | 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\vault\README.md | readme | Markdown | # Vault plugin
This plugin adds completion for [Vault](https://www.vaultproject.io/), the secrets and sensitive data manager.
To use it, add `vault` to the plugins array in your zshrc file:
```zsh
plugins=(... vault)
```
| 233 | 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\vi-mode\README.md | readme | Markdown | # vi-mode plugin
This plugin increase `vi-like` zsh functionality.
To use it, add `vi-mode` to the plugins array in your zshrc file:
```zsh
plugins=(... vi-mode)
```
## Settings
- `VI_MODE_RESET_PROMPT_ON_MODE_CHANGE`: controls whether the prompt is redrawn when
switching to a different input mode. If this is un... | 7,398 | 198 |
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\vim-interaction\README.md | readme | Markdown | # 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... | 2,362 | 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\virtualenv\README.md | readme | Markdown | # virtualenv
The plugin displays information of the created virtual container and allows background theming.
To use it, add `virtualenv` to the plugins array of your zshrc file:
```
plugins=(... virtualenv)
```
The plugin creates a `virtualenv_prompt_info` function that you can use in your theme, which displays
the ... | 601 | 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\virtualenvwrapper\README.md | readme | Markdown | # Virtualenvwrapper plugin
This plugin loads Python's [virtualenvwrapper](https://virtualenvwrapper.readthedocs.io/en/latest/) shell tools.
To use it, add `virtualenvwrapper` to the plugins array in your zshrc file:
```zsh
plugins=(... virtualenvwrapper)
```
## Usage
The plugin allows to automatically activate vir... | 1,018 | 39 |
ohmyzsh | ohmyzsh/ohmyzsh | ohmyzsh | 186,494 | MIT | 🙃 A delightful community-driven (with 2,400+ contributors) framework for managing your zsh configuration. Includes 300+ optional plugins (rails, git, macOS, hub, docker, homebrew, node, php, python, etc), 140+ themes to spice up your morning, and an auto-update tool that makes it easy to keep up w | plugins\volta\README.md | readme | Markdown | # Volta
This plugin provides completion for [Volta](https://volta.sh/).
To use it add volta to the plugins array in your zshrc file.
```bash
plugins=(... volta)
```
This plugin installs no aliases.
| 213 | 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\vscode\README.md | readme | Markdown | # VS Code
This plugin provides useful aliases to simplify interaction between the command line and VS Code, VSCodium, or Cursor.
To start using it, add the `vscode` plugin to your `plugins` array in `~/.zshrc`:
```zsh
plugins=(... vscode)
```
## Requirements
This plugin requires one of the supported editors to be ... | 5,170 | 89 |
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\vundle\README.md | readme | Markdown | # Vundle plugin
This plugin adds functions to control [vundle](https://github.com/VundleVim/Vundle.vim) plug-in manager for vim.
To use it, add `vundle` to the plugins array in your zshrc file:
```zsh
plugins=(... vundle)
```
## Functions
| Function | Usage | Description ... | 942 | 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\wakeonlan\README.md | readme | Markdown | # 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).
To use it, add `wakeonlan` to the plugins array in your zshrc file:
```zsh
plugins=(... wakeonlan)
```
## Usage
In or... | 1,188 | 44 |
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\watson\README.md | readme | Markdown | # Watson
This plugin provides completion for [Watson](https://tailordev.github.io/Watson/).
To use it add `watson` to the plugins array in your zshrc file.
```zsh
plugins=(... watson)
```
| 200 | 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\wd\README.md | readme | Markdown | # wd
[](https://github.com/mfaerevaag/wd/actions)
`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.
... | 6,696 | 298 |
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\web-search\README.md | readme | Markdown | # web-search plugin
This plugin adds aliases for searching with Google, Wiki, Bing, YouTube and other popular services.
Open your `~/.zshrc` file and enable the `web-search` plugin:
```zsh
plugins=( ... web-search)
```
## Usage
You can use the `web-search` plugin in these two forms:
- `web_search <context> <term>... | 4,038 | 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\wp-cli\README.md | readme | Markdown | # 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.
This plugin adds [tab completion](https://wp-cli.org/#tab-completions) for `wp-cli` as well as several aliases fo... | 4,737 | 110 |
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\xcode\README.md | readme | Markdown | # Xcode
This plugin provides a few utilities that can help you on your daily use of Xcode and iOS development.
To start using it, add the `xcode` plugin to your `plugins` array in `~/.zshrc`:
```zsh
plugins=(... xcode)
```
## Aliases
| Alias | Description | Command ... | 5,556 | 87 |
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\yarn\README.md | readme | Markdown | # Yarn plugin
This plugin adds completion for the [Yarn package manager](https://yarnpkg.com/en/), as well as some aliases
for common Yarn commands.
To use it, add `yarn` to the plugins array in your zshrc file:
```zsh
plugins=(... yarn)
```
## Global scripts directory
It also adds `yarn` global scripts dir (commo... | 9,477 | 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\yii\README.md | readme | Markdown | # Yii plugin
The plugin adds autocomplete commands and subcommands for [yii](https://www.yiiframework.com/).
To use it, add `yii` to the plugins array of your zshrc file:
```zsh
plugins=(... yii)
```
## Aliases
| Alias | Command |
|--------|----------------------|
| yiic | `protected/yiic` |
| 333 | 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\yii2\README.md | readme | Markdown | # Yii2 autocomplete plugin
Adds autocomplete commands and subcommands for [yii](https://www.yiiframework.com/).
## Requirements
Autocomplete works from directory where your `yii` file is contained.
| 208 | 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\yum\README.md | readme | Markdown | # Yum plugin
This plugin adds useful aliases for common [Yum](http://yum.baseurl.org/) commands.
To use it, add `yum` to the plugins array in your zshrc file:
```zsh
plugins=(... yum)
```
## Aliases
| Alias | Command | Description |
|-------|------------------------------... | 1,386 | 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\z\README.md | readme | Markdown | # z - jump around
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.
### Example
Assume that you have previously visited directory `~/.oh-my-zsh/plugins`. From any folder in your command line, you can... | 737 | 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\zbell\README.md | readme | Markdown | # zbell plugin
This plugin prints a bell character when a command finishes if it has been
running for longer than a specified duration.
To use it, add `zbell` to the plugins array in your zshrc file:
```zsh
plugins=(... zbell)
```
## Settings
These settings need to be set in your zshrc file, before Oh My Zsh is so... | 1,018 | 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\zeus\README.md | readme | Markdown | # zeus plugin
[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.
To use it, add `zeus` to the plugins array in your zshrc fil... | 3,550 | 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\zoxide\README.md | readme | Markdown | # zoxide plugin
Initializes [zoxide](https://github.com/ajeetdsouza/zoxide), a smarter cd
command for your terminal.

To use it, add `zoxide` to the plugins array in your `.zshrc` file:
``... | 660 | 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\zsh-interactive-cd\README.md | readme | Markdown | # zsh-interactive-cd
This plugin provides an interactive way to change directories in zsh using fzf.
## Demo

## Installation
1. Install [fzf](https://github.com/junegunn/fzf) by following its [installation instruction](https://github.com/junegunn/fzf#installation).
2. Add `zsh-interactive-cd` to... | 606 | 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\zsh-navigation-tools\README.md | readme | Markdown | [](./LICENSE)
[](./LICENSE)

[![Gitter][... | 10,094 | 260 |
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 | README.md | readme | Markdown | <p align="center"><img src="https://ohmyzsh.s3.amazonaws.com/omz-ansi-github.png" alt="Oh My Zsh"></p>
Oh My Zsh is an open source, community-driven framework for managing your [zsh](https://www.zsh.org/)
configuration.
Sounds boring. Let's try again.
**Oh My Zsh will not make you a 10x developer...but you may feel ... | 21,717 | 565 |
You-Dont-Know-JS | getify/You-Dont-Know-JS | getify | 184,445 | NOASSERTION | A book series (2 published editions) on the JS language. | es-next-beyond\README.md | readme | Markdown | # You Don't Know JS Yet: ES.Next & Beyond - 2nd Edition
| NOTE: |
| :--- |
| Work in progress |
[Table of Contents](toc.md)
* [Foreword](foreword.md) (by TBA)
* [Preface](../preface.md)
* [Chapter 1: TODO](ch1.md)
| 228 | 12 |
You-Dont-Know-JS | getify/You-Dont-Know-JS | getify | 184,445 | NOASSERTION | A book series (2 published editions) on the JS language. | get-started\README.md | readme | Markdown | # You Don't Know JS Yet: Get Started - 2nd Edition
<img src="images/cover.png" width="300">
-----
**[Purchase ebook/PDF from Leanpub](https://leanpub.com/ydkjsy-get-started)**
-----
[Table of Contents](toc.md)
* [Foreword](foreword.md) (by [Brian Holt](https://twitter.com/holtbt))
* [Preface](../preface.md)
* [Ch... | 602 | 21 |
You-Dont-Know-JS | getify/You-Dont-Know-JS | getify | 184,445 | NOASSERTION | A book series (2 published editions) on the JS language. | objects-classes\README.md | readme | Markdown | # You Don't Know JS Yet: Objects & Classes - 2nd Edition
| NOTE: |
| :--- |
| Work in progress |
[Table of Contents](toc.md)
* [Foreword](foreword.md) (by [Rick Waldron](https://twitter.com/rwaldron))
* [Preface](../preface.md)
* [Chapter 1: Object Foundations](ch1.md)
* [Chapter 2: How Objects Work](ch2.md)
* [Chap... | 461 | 17 |
You-Dont-Know-JS | getify/You-Dont-Know-JS | getify | 184,445 | NOASSERTION | A book series (2 published editions) on the JS language. | README.md | readme | Markdown | # You Don't Know JS Yet (book series) - 2nd Edition
This is a series of books diving deep into the core mechanisms of the JavaScript language. This is the **second edition** of the book series:
<a href="https://leanpub.com/ydkjsy-get-started"><img src="get-started/images/cover.png" width="75"></a>
<a href... | 4,278 | 66 |
You-Dont-Know-JS | getify/You-Dont-Know-JS | getify | 184,445 | NOASSERTION | A book series (2 published editions) on the JS language. | scope-closures\README.md | readme | Markdown | # You Don't Know JS Yet: Scope & Closures - 2nd Edition
<img src="images/cover.png" width="300">
-----
**[Purchase ebook/PDF from Leanpub](https://leanpub.com/ydkjsy-scope-closures)**
-----
[Table of Contents](toc.md)
* [Foreword](foreword.md) (by [Sarah Drasner](https://sarah.dev/))
* [Preface](../preface.md)
* ... | 787 | 25 |
You-Dont-Know-JS | getify/You-Dont-Know-JS | getify | 184,445 | NOASSERTION | A book series (2 published editions) on the JS language. | sync-async\README.md | readme | Markdown | # You Don't Know JS Yet: Async & Performance - 2nd Edition
| NOTE: |
| :--- |
| Work in progress |
[Table of Contents](toc.md)
* [Foreword](foreword.md) (by TBA)
* [Preface](../preface.md)
* [Chapter 1: TODO](ch1.md)
| 231 | 12 |
You-Dont-Know-JS | getify/You-Dont-Know-JS | getify | 184,445 | NOASSERTION | A book series (2 published editions) on the JS language. | types-grammar\README.md | readme | Markdown | # You Don't Know JS Yet: Types & Grammar - 2nd Edition
| NOTE: |
| :--- |
| Work in progress |
[Table of Contents](toc.md)
* [Foreword](foreword.md) (by TBA)
* [Preface](../preface.md)
* [Chapter 1: Primitive Values](ch1.md)
* [Chapter 2: Primitive Behaviors](ch2.md)
* [Chapter 3: Object Values](ch3.md)
* [Chapter 4... | 407 | 17 |
javascript-algorithms | trekhleb/javascript-algorithms | trekhleb | 195,878 | MIT | 📝 Algorithms and data structures implemented in JavaScript with explanations and links to further readings | README.ar-AR.md | readme | Markdown | # جافا سكريبت خوارزميات وهياكل البيانات
[](https://travis-ci.org/trekhleb/javascript-algorithms)
[](https://codecov.io/gh/trekhleb/javasc... | 26,026 | 326 |
javascript-algorithms | trekhleb/javascript-algorithms | trekhleb | 195,878 | MIT | 📝 Algorithms and data structures implemented in JavaScript with explanations and links to further readings | README.de-DE.md | readme | Markdown | # JavaScript-Algorithmen und Datenstrukturen
[](https://github.com/trekhleb/javascript-algorithms/actions?query=workflow%3ACI+branch%3Amaster)
[](... | 29,814 | 337 |
javascript-algorithms | trekhleb/javascript-algorithms | trekhleb | 195,878 | MIT | 📝 Algorithms and data structures implemented in JavaScript with explanations and links to further readings | README.es-ES.md | readme | Markdown | # Algoritmos y Estructuras de Datos en JavaScript
[](https://github.com/trekhleb/javascript-algorithms/actions?query=workflow%3ACI+branch%3Amaster)
[](https://github.com/trekhleb/javascript-algorithms/actions?query=workflow%3ACI+branch%3Amaster)
[](https://github.com/trekhleb/javascript-algorithms/actions?query=workflow%3ACI+branch%3Amaster)
[](https:... | 29,883 | 369 |
javascript-algorithms | trekhleb/javascript-algorithms | trekhleb | 195,878 | MIT | 📝 Algorithms and data structures implemented in JavaScript with explanations and links to further readings | README.id-ID.md | readme | Markdown | # Algoritme dan Struktur Data Javascript
[](https://github.com/trekhleb/javascript-algorithms/actions?query=workflow%3ACI+branch%3Amaster)
[](http... | 24,737 | 310 |
javascript-algorithms | trekhleb/javascript-algorithms | trekhleb | 195,878 | MIT | 📝 Algorithms and data structures implemented in JavaScript with explanations and links to further readings | README.it-IT.md | readme | Markdown | # Algoritmi e Strutture Dati in Javascript
[](https://github.com/trekhleb/javascript-algorithms/actions?query=workflow%3ACI+branch%3Amaster)
[](ht... | 22,177 | 303 |
javascript-algorithms | trekhleb/javascript-algorithms | trekhleb | 195,878 | MIT | 📝 Algorithms and data structures implemented in JavaScript with explanations and links to further readings | README.ja-JP.md | readme | Markdown | # JavaScriptアルゴリズムとデータ構造
[](https://github.com/trekhleb/javascript-algorithms/actions?query=workflow%3ACI+branch%3Amaster)
[](https://codecov.io/g... | 23,643 | 304 |
javascript-algorithms | trekhleb/javascript-algorithms | trekhleb | 195,878 | MIT | 📝 Algorithms and data structures implemented in JavaScript with explanations and links to further readings | README.ko-KR.md | readme | Markdown | # JavaScript 알고리즘 및 자료 구조
[](https://github.com/trekhleb/javascript-algorithms/actions?query=workflow%3ACI+branch%3Amaster)
[](https://codecov.io/... | 20,610 | 285 |
javascript-algorithms | trekhleb/javascript-algorithms | trekhleb | 195,878 | MIT | 📝 Algorithms and data structures implemented in JavaScript with explanations and links to further readings | README.md | readme | Markdown | # JavaScript Algorithms and Data Structures
> 🇺🇦 UKRAINE [IS BEING ATTACKED](https://war.ukraine.ua/) BY RUSSIAN ARMY. CIVILIANS ARE GETTING KILLED. RESIDENTIAL AREAS ARE GETTING BOMBED.
> - Help Ukraine via:
> - [Serhiy Prytula Charity Foundation](https://prytulafoundation.org/en/)
> - [Come Back Alive Charity ... | 25,839 | 377 |
javascript-algorithms | trekhleb/javascript-algorithms | trekhleb | 195,878 | MIT | 📝 Algorithms and data structures implemented in JavaScript with explanations and links to further readings | README.pl-PL.md | readme | Markdown | # JavaScript Algorytmy i Struktury Danych
[](https://github.com/trekhleb/javascript-algorithms/actions?query=workflow%3ACI+branch%3Amaster)
[](htt... | 20,853 | 297 |
javascript-algorithms | trekhleb/javascript-algorithms | trekhleb | 195,878 | MIT | 📝 Algorithms and data structures implemented in JavaScript with explanations and links to further readings | README.pt-BR.md | readme | Markdown | # Estrutura de Dados e Algoritmos em JavaScript
[](https://github.com/trekhleb/javascript-algorithms/actions?query=workflow%3ACI+branch%3Amaster)
[](https://github.com/trekhleb/javascript-algorithms/actions?query=workflow%3ACI+branch%3Amaster)
[](... | 34,972 | 321 |
javascript-algorithms | trekhleb/javascript-algorithms | trekhleb | 195,878 | MIT | 📝 Algorithms and data structures implemented in JavaScript with explanations and links to further readings | README.tr-TR.md | readme | Markdown | # JavaScript Algoritmalar ve Veri Yapıları
[](https://github.com/trekhleb/javascript-algorithms/actions?query=workflow%3ACI+branch%3Amaster)
[](ht... | 22,706 | 323 |
javascript-algorithms | trekhleb/javascript-algorithms | trekhleb | 195,878 | MIT | 📝 Algorithms and data structures implemented in JavaScript with explanations and links to further readings | README.uk-UA.md | readme | Markdown | # Алгоритми JavaScript та структури даних
[](https://github.com/trekhleb/javascript-algorithms/actions?query=workflow%3ACI+branch%3Amaster)
[](htt... | 36,707 | 311 |
javascript-algorithms | trekhleb/javascript-algorithms | trekhleb | 195,878 | MIT | 📝 Algorithms and data structures implemented in JavaScript with explanations and links to further readings | README.uz-UZ.md | readme | Markdown | # JavaScript algoritmlari va ma'lumotlar tuzilmalari
[](https://github.com/trekhleb/javascript-algorithms/actions?query=workflow%3ACI+branch%3Amaster)
[](https://github.com/trekhleb/javascript-algorithms/actions?query=workflow%3ACI+branch%3Amaster)
[](h... | 26,199 | 327 |
javascript-algorithms | trekhleb/javascript-algorithms | trekhleb | 195,878 | MIT | 📝 Algorithms and data structures implemented in JavaScript with explanations and links to further readings | README.zh-CN.md | readme | Markdown | # JavaScript 算法与数据结构
[](https://github.com/trekhleb/javascript-algorithms/actions?query=workflow%3ACI+branch%3Amaster)
[](https://codecov.io/gh/tr... | 19,207 | 298 |
javascript-algorithms | trekhleb/javascript-algorithms | trekhleb | 195,878 | MIT | 📝 Algorithms and data structures implemented in JavaScript with explanations and links to further readings | README.zh-TW.md | readme | Markdown | # JavaScript 演算法與資料結構
[](https://github.com/trekhleb/javascript-algorithms/actions?query=workflow%3ACI+branch%3Amaster)
[](https://codecov.io/gh/t... | 13,676 | 230 |
javascript-algorithms | trekhleb/javascript-algorithms | trekhleb | 195,878 | MIT | 📝 Algorithms and data structures implemented in JavaScript with explanations and links to further readings | src\algorithms\cryptography\caesar-cipher\README.md | readme | Markdown | # Caesar Cipher Algorithm
_Read this in other languages:_
[_Русский_](README.ru-RU.md)
In cryptography, a **Caesar cipher**, also known as **Caesar's cipher**, the **shift cipher**, **Caesar's code** or **Caesar shift**, is one of the simplest and most widely known encryption techniques. It is a type of substitution ... | 1,605 | 34 |
javascript-algorithms | trekhleb/javascript-algorithms | trekhleb | 195,878 | MIT | 📝 Algorithms and data structures implemented in JavaScript with explanations and links to further readings | src\algorithms\cryptography\caesar-cipher\README.ru-RU.md | readme | Markdown | # Алгоритм шифра Цезаря
В криптографии **шифр Цезаря**, также известный как **шифр сдвига**, **код Цезаря** или **сдвиг Цезаря**, является одним из самых простых и широко известных методов шифрования. Это вид шифра подстановки, в котором каждый символ в открытом тексте заменяется символом, находящимся на некотором пос... | 2,514 | 30 |
javascript-algorithms | trekhleb/javascript-algorithms | trekhleb | 195,878 | MIT | 📝 Algorithms and data structures implemented in JavaScript with explanations and links to further readings | src\algorithms\cryptography\hill-cipher\README.md | readme | Markdown | # Hill Cipher
The **Hill cipher** is a [polygraphic substitution](https://en.wikipedia.org/wiki/Polygraphic_substitution) cipher based on linear algebra.
Each letter is represented by a number [modulo](https://en.wikipedia.org/wiki/Modular_arithmetic) `26`. Though this is not an essential feature of the cipher, this ... | 4,158 | 97 |
javascript-algorithms | trekhleb/javascript-algorithms | trekhleb | 195,878 | MIT | 📝 Algorithms and data structures implemented in JavaScript with explanations and links to further readings | src\algorithms\cryptography\polynomial-hash\README.md | readme | Markdown | # Polynomial Rolling Hash
## Hash Function
**Hash functions** are used to map large data sets of elements of an arbitrary
length (*the keys*) to smaller data sets of elements of a fixed length
(*the fingerprints*).
The basic application of hashing is efficient testing of equality of keys by
comparing their fingerpr... | 4,889 | 117 |
javascript-algorithms | trekhleb/javascript-algorithms | trekhleb | 195,878 | MIT | 📝 Algorithms and data structures implemented in JavaScript with explanations and links to further readings | src\algorithms\cryptography\rail-fence-cipher\README.md | readme | Markdown | # Rail Fence Cipher
The **rail fence cipher** (also called a **zigzag cipher**) is a [transposition cipher](https://en.wikipedia.org/wiki/Transposition_cipher) in which the message is split across a set of rails on a fence for encoding. The fence is populated with the message's characters, starting at the top left and... | 2,020 | 29 |
javascript-algorithms | trekhleb/javascript-algorithms | trekhleb | 195,878 | MIT | 📝 Algorithms and data structures implemented in JavaScript with explanations and links to further readings | src\algorithms\graph\articulation-points\README.md | readme | Markdown | # Articulation Points (or Cut Vertices)
A vertex in an undirected connected graph is an articulation point
(or cut vertex) if removing it (and edges through it) disconnects
the graph. Articulation points represent vulnerabilities in a
connected network – single points whose failure would split the
network into 2 or... | 1,059 | 23 |
javascript-algorithms | trekhleb/javascript-algorithms | trekhleb | 195,878 | MIT | 📝 Algorithms and data structures implemented in JavaScript with explanations and links to further readings | src\algorithms\graph\bellman-ford\README.md | readme | Markdown | # Bellman–Ford Algorithm
The Bellman–Ford algorithm is an algorithm that computes shortest
paths from a single source vertex to all of the other vertices
in a weighted digraph. It is slower than Dijkstra's algorithm
for the same problem, but more versatile, as it is capable of
handling graphs in which some of the ... | 822 | 22 |
javascript-algorithms | trekhleb/javascript-algorithms | trekhleb | 195,878 | MIT | 📝 Algorithms and data structures implemented in JavaScript with explanations and links to further readings | src\algorithms\graph\breadth-first-search\README.md | readme | Markdown | # Breadth-First Search (BFS)
Breadth-first search (BFS) is an algorithm for traversing,
searching tree, or graph data structures. It starts at
the tree root (or some arbitrary node of a graph, sometimes
referred to as a 'search key') and explores the neighbor
nodes first, before moving to the next level neighbors.
... | 815 | 17 |
javascript-algorithms | trekhleb/javascript-algorithms | trekhleb | 195,878 | MIT | 📝 Algorithms and data structures implemented in JavaScript with explanations and links to further readings | src\algorithms\graph\bridges\README.md | readme | Markdown | # Bridges in Graph
In graph theory, a **bridge**, **isthmus**, **cut-edge**, or **cut arc** is an edge
of a graph whose deletion increases its number of connected components. Equivalently,
an edge is a bridge if and only if it is not contained in any cycle. A graph is said
to be bridgeless or isthmus-free if it con... | 1,205 | 27 |
javascript-algorithms | trekhleb/javascript-algorithms | trekhleb | 195,878 | MIT | 📝 Algorithms and data structures implemented in JavaScript with explanations and links to further readings | src\algorithms\graph\depth-first-search\README.md | readme | Markdown | # Depth-First Search (DFS)
Depth-first search (DFS) is an algorithm for traversing or
searching tree or graph data structures. One starts at
the root (selecting some arbitrary node as the root in
the case of a graph) and explores as far as possible
along each branch before backtracking.
![Algorithm Visualization]... | 775 | 17 |
javascript-algorithms | trekhleb/javascript-algorithms | trekhleb | 195,878 | MIT | 📝 Algorithms and data structures implemented in JavaScript with explanations and links to further readings | src\algorithms\graph\detect-cycle\README.md | readme | Markdown | # Detect Cycle in Graphs
In graph theory, a **cycle** is a path of edges and vertices
wherein a vertex is reachable from itself. There are several
different types of cycles, principally a **closed walk** and
a **simple cycle**.
## Definitions
A **closed walk** consists of a sequence of vertices starting
and endi... | 2,851 | 61 |
javascript-algorithms | trekhleb/javascript-algorithms | trekhleb | 195,878 | MIT | 📝 Algorithms and data structures implemented in JavaScript with explanations and links to further readings | src\algorithms\graph\dijkstra\README.de-DE.md | readme | Markdown | # Dijkstra-Algorithmus
_Lies dies in anderen Sprachen:_
[_English_](README.md),
[_한국어_](README.ko-KR.md),
[_日本語_](README.ja-JP.md),
[_简体中文_](README.zh-CN.md),
[_繁體中文_](README.zh-TW.md),
[_Українська_](README.uk-UA.md),
[_Español_](README.es-ES.md),
[_Français_](README.fr-FR.md),
[_Deutsch_](README.de-DE.md),
[_עברית_]... | 7,480 | 162 |
javascript-algorithms | trekhleb/javascript-algorithms | trekhleb | 195,878 | MIT | 📝 Algorithms and data structures implemented in JavaScript with explanations and links to further readings | src\algorithms\graph\dijkstra\README.es-ES.md | readme | Markdown | # Algoritmo de Dijkstra
_Lee esto en otros idiomas:_
[_English_](README.md),
[_한국어_](README.ko-KR.md),
[_日本語_](README.ja-JP.md),
[_简体中文_](README.zh-CN.md),
[_繁體中文_](README.zh-TW.md),
[_Українська_](README.uk-UA.md),
[_Español_](README.es-ES.md),
[_Français_](README.fr-FR.md),
[_Deutsch_](README.de-DE.md),
[_עברית_](RE... | 7,365 | 151 |
javascript-algorithms | trekhleb/javascript-algorithms | trekhleb | 195,878 | MIT | 📝 Algorithms and data structures implemented in JavaScript with explanations and links to further readings | src\algorithms\graph\dijkstra\README.fr-FR.md | readme | Markdown | # Algorithme de Dijkstra
_Lire ceci dans d’autres langues :_
[_English_](README.md),
[_한국어_](README.ko-KR.md),
[_日本語_](README.ja-JP.md),
[_简体中文_](README.zh-CN.md),
[_繁體中文_](README.zh-TW.md),
[_Українська_](README.uk-UA.md),
[_Español_](README.es-ES.md),
[_Français_](README.fr-FR.md),
[_Deutsch_](README.de-DE.md),
[_עב... | 7,739 | 157 |
javascript-algorithms | trekhleb/javascript-algorithms | trekhleb | 195,878 | MIT | 📝 Algorithms and data structures implemented in JavaScript with explanations and links to further readings | src\algorithms\graph\dijkstra\README.he-IL.md | readme | Markdown | # אלגוריתם דייקסטרה (Dijkstra's Algorithm)
_קרא בשפות אחרות:_
[_English_](README.md),
[_한국어_](README.ko-KR.md),
[_日本語_](README.ja-JP.md),
[_简体中文_](README.zh-CN.md),
[_繁體中文_](README.zh-TW.md),
[_Українська_](README.uk-UA.md),
[_Español_](README.es-ES.md),
[_Français_](README.fr-FR.md),
[_Deutsch_](README.de-DE.md),
[_ע... | 8,040 | 161 |
javascript-algorithms | trekhleb/javascript-algorithms | trekhleb | 195,878 | MIT | 📝 Algorithms and data structures implemented in JavaScript with explanations and links to further readings | src\algorithms\graph\dijkstra\README.ja-JP.md | readme | Markdown | # ダイクストラ法 (Dijkstra's Algorithm)
_他の言語で読む:_
[_English_](README.md),
[_한국어_](README.ko-KR.md),
[_日本語_](README.ja-JP.md),
[_简体中文_](README.zh-CN.md),
[_繁體中文_](README.zh-TW.md),
[_Українська_](README.uk-UA.md),
[_Español_](README.es-ES.md),
[_Français_](README.fr-FR.md),
[_Deutsch_](README.de-DE.md),
[_עברית_](README.he-I... | 7,436 | 166 |
javascript-algorithms | trekhleb/javascript-algorithms | trekhleb | 195,878 | MIT | 📝 Algorithms and data structures implemented in JavaScript with explanations and links to further readings | src\algorithms\graph\dijkstra\README.ko-KR.md | readme | Markdown | # 다익스트라 알고리즘 (Dijkstra's Algorithm)
_다른 언어로 읽기:_
[_English_](README.md),
[_한국어_](README.ko-KR.md),
[_日本語_](README.ja-JP.md),
[_简体中文_](README.zh-CN.md),
[_繁體中文_](README.zh-TW.md),
[_Українська_](README.uk-UA.md),
[_Español_](README.es-ES.md),
[_Français_](README.fr-FR.md),
[_Deutsch_](README.de-DE.md),
[_עברית_](README... | 7,180 | 155 |
javascript-algorithms | trekhleb/javascript-algorithms | trekhleb | 195,878 | MIT | 📝 Algorithms and data structures implemented in JavaScript with explanations and links to further readings | src\algorithms\graph\dijkstra\README.md | readme | Markdown | # Dijkstra's Algorithm
_Read this in other languages:_
[_한국어_](README.ko-KR.md),
[_日本語_](README.ja-JP.md),
[_简体中文_](README.zh-CN.md),
[_繁體中文_](README.zh-TW.md),
[_Українська_](README.uk-UA.md),
[_Español_](README.es-ES.md),
[_Français_](README.fr-FR.md),
[_Deutsch_](README.de-DE.md),
[_עברית_](README.he-IL.md)
Dijkst... | 7,355 | 141 |
javascript-algorithms | trekhleb/javascript-algorithms | trekhleb | 195,878 | MIT | 📝 Algorithms and data structures implemented in JavaScript with explanations and links to further readings | src\algorithms\graph\dijkstra\README.uk-UA.md | readme | Markdown | # Алгоритм Дейкстри
_Читайте іншими мовами:_
[_English_](README.md),
[_한국어_](README.ko-KR.md),
[_日本語_](README.ja-JP.md),
[_简体中文_](README.zh-CN.md),
[_繁體中文_](README.zh-TW.md),
[_Українська_](README.uk-UA.md),
[_Español_](README.es-ES.md),
[_Français_](README.fr-FR.md),
[_Deutsch_](README.de-DE.md),
[_עברית_](README.he-... | 9,403 | 141 |
javascript-algorithms | trekhleb/javascript-algorithms | trekhleb | 195,878 | MIT | 📝 Algorithms and data structures implemented in JavaScript with explanations and links to further readings | src\algorithms\graph\dijkstra\README.zh-CN.md | readme | Markdown | # Dijkstra 算法
_阅读其他语言版本:_
[_English_](README.md),
[_한국어_](README.ko-KR.md),
[_日本語_](README.ja-JP.md),
[_简体中文_](README.zh-CN.md),
[_繁體中文_](README.zh-TW.md),
[_Українська_](README.uk-UA.md),
[_Español_](README.es-ES.md),
[_Français_](README.fr-FR.md),
[_Deutsch_](README.de-DE.md),
[_עברית_](README.he-IL.md)
Dijkstra 算法... | 6,072 | 156 |
javascript-algorithms | trekhleb/javascript-algorithms | trekhleb | 195,878 | MIT | 📝 Algorithms and data structures implemented in JavaScript with explanations and links to further readings | src\algorithms\graph\dijkstra\README.zh-TW.md | readme | Markdown | # Dijkstra 演算法
_以其他語言閱讀:_
[_English_](README.md),
[_한국어_](README.ko-KR.md),
[_日本語_](README.ja-JP.md),
[_简体中文_](README.zh-CN.md),
[_繁體中文_](README.zh-TW.md),
[_Українська_](README.uk-UA.md),
[_Español_](README.es-ES.md),
[_Français_](README.fr-FR.md),
[_Deutsch_](README.de-DE.md),
[_עברית_](README.he-IL.md)
Dijkstra 演算... | 6,108 | 162 |
javascript-algorithms | trekhleb/javascript-algorithms | trekhleb | 195,878 | MIT | 📝 Algorithms and data structures implemented in JavaScript with explanations and links to further readings | src\algorithms\graph\eulerian-path\README.md | readme | Markdown | # Eulerian Path
In graph theory, an **Eulerian trail** (or **Eulerian path**) is a
trail in a finite graph which visits every edge exactly once.
Similarly, an **Eulerian circuit** or **Eulerian cycle** is an
Eulerian trail which starts and ends on the same vertex.
Euler proved that a necessary condition for the exi... | 1,606 | 36 |
javascript-algorithms | trekhleb/javascript-algorithms | trekhleb | 195,878 | MIT | 📝 Algorithms and data structures implemented in JavaScript with explanations and links to further readings | src\algorithms\graph\floyd-warshall\README.md | readme | Markdown | # Floyd–Warshall Algorithm
In computer science, the **Floyd–Warshall algorithm** is an algorithm for finding
shortest paths in a weighted graph with positive or negative edge weights (but
with no negative cycles). A single execution of the algorithm will find the
lengths (summed weights) of shortest paths between all... | 3,566 | 95 |
javascript-algorithms | trekhleb/javascript-algorithms | trekhleb | 195,878 | MIT | 📝 Algorithms and data structures implemented in JavaScript with explanations and links to further readings | src\algorithms\graph\hamiltonian-cycle\README.md | readme | Markdown | # Hamiltonian Path
**Hamiltonian path** (or **traceable path**) is a path in an
undirected or directed graph that visits each vertex exactly once.
A **Hamiltonian cycle** (or **Hamiltonian circuit**) is a
Hamiltonian path that is a cycle. Determining whether such paths
and cycles exist in graphs is the **Hamiltoni... | 1,803 | 49 |
javascript-algorithms | trekhleb/javascript-algorithms | trekhleb | 195,878 | MIT | 📝 Algorithms and data structures implemented in JavaScript with explanations and links to further readings | src\algorithms\graph\kruskal\README.ko-KR.md | readme | Markdown | # 크루스칼 알고리즘
크루스칼 알고리즘은 두 트리를 연결하는 최소 간선 가중치를 찾는 최소 신장 트리 알고리즘입니다.
각 단계에서 비용을 더하는 연결된 가중 그래프에 대한 최소 신장 트리를 찾기 때문에 그래프 이론에서의 그리디 알고리즘입니다. 즉, 트리의 모든 간선의 총 가중치가 최소화되는 모든 정점을 포함하는 트리를 형성하는 간선의 하위 집합을 찾습니다. 그래프가 연결되어 있지 않으면 최소 신장 포레스트(연결된 각 구성 요소의 최소 신장 트리)를 찾습니다.

Kruskal's algorithm is a minimum-spanning-tree algorithm which
finds an edge of the least possible weight that connects any two
trees in the forest. It is a greedy algorithm in graph theory
as it finds a minimum spanning tree for a conn... | 2,542 | 53 |
javascript-algorithms | trekhleb/javascript-algorithms | trekhleb | 195,878 | MIT | 📝 Algorithms and data structures implemented in JavaScript with explanations and links to further readings | src\algorithms\graph\prim\README.md | readme | Markdown | # Prim's Algorithm
In computer science, **Prim's algorithm** is a greedy algorithm that
finds a minimum spanning tree for a weighted undirected graph.
The algorithm operates by building this tree one vertex at a
time, from an arbitrary starting vertex, at each step adding
the cheapest possible connection from the... | 2,318 | 48 |
javascript-algorithms | trekhleb/javascript-algorithms | trekhleb | 195,878 | MIT | 📝 Algorithms and data structures implemented in JavaScript with explanations and links to further readings | src\algorithms\graph\strongly-connected-components\README.md | readme | Markdown | # Strongly Connected Component
A directed graph is called **strongly connected** if there is a path
in each direction between each pair of vertices of the graph.
In a directed graph G that may not itself be strongly connected,
a pair of vertices `u` and `v` are said to be strongly connected
to each other if there ... | 698 | 17 |
javascript-algorithms | trekhleb/javascript-algorithms | trekhleb | 195,878 | MIT | 📝 Algorithms and data structures implemented in JavaScript with explanations and links to further readings | src\algorithms\graph\topological-sorting\README.md | readme | Markdown | # Topological Sorting
In the field of computer science, a topological sort or
topological ordering of a directed graph is a linear ordering
of its vertices such that for every directed edge `uv` from
vertex `u` to vertex `v`, `u` comes before `v` in the ordering.
For instance, the vertices of the graph may represe... | 2,775 | 56 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.