mirror of https://github.com/ohmyzsh/ohmyzsh.git
Update removed plugins
parent
8177765fa4
commit
c677d7e443
38
Plugins.md
38
Plugins.md
|
@ -16,8 +16,6 @@ plugins=(rails git ruby)
|
||||||
## Plugins
|
## Plugins
|
||||||
|
|
||||||
- [1password](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/1password)
|
- [1password](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/1password)
|
||||||
- [adb](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/adb)
|
|
||||||
- [ag](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/ag)
|
|
||||||
- [aliases](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/aliases)
|
- [aliases](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/aliases)
|
||||||
- [alias-finder](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/alias-finder)
|
- [alias-finder](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/alias-finder)
|
||||||
- [ansible](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/ansible)
|
- [ansible](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/ansible)
|
||||||
|
@ -101,7 +99,6 @@ plugins=(rails git ruby)
|
||||||
- [fasd](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/fasd)
|
- [fasd](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/fasd)
|
||||||
- [fastfile](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/fastfile)
|
- [fastfile](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/fastfile)
|
||||||
- [fbterm](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/fbterm)
|
- [fbterm](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/fbterm)
|
||||||
- [fd](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/fd)
|
|
||||||
- [fig](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/fig)
|
- [fig](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/fig)
|
||||||
- [firewalld](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/firewalld)
|
- [firewalld](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/firewalld)
|
||||||
- [flutter](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/flutter)
|
- [flutter](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/flutter)
|
||||||
|
@ -263,7 +260,6 @@ plugins=(rails git ruby)
|
||||||
- [rebar](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/rebar)
|
- [rebar](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/rebar)
|
||||||
- [redis-cli](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/redis-cli)
|
- [redis-cli](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/redis-cli)
|
||||||
- [repo](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/repo)
|
- [repo](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/repo)
|
||||||
- [ripgrep](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/ripgrep)
|
|
||||||
- [ros](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/ros)
|
- [ros](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/ros)
|
||||||
- [rsync](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/rsync)
|
- [rsync](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/rsync)
|
||||||
- [ruby](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/ruby)
|
- [ruby](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/ruby)
|
||||||
|
@ -359,18 +355,22 @@ plugins=(rails git ruby)
|
||||||
|
|
||||||
### Removed
|
### Removed
|
||||||
|
|
||||||
- boot2docker: the boot2docker project was abandoned in 2020.
|
- `adb`: completion is already provided by Zsh 4.3.17 and newer.
|
||||||
- cargo: moved to the `rust` plugin.
|
- `ag`: completion for "The Silver Searcher" is already included when installed via package managers.
|
||||||
- cloudapp: removed due to [deprecated API](https://github.com/cloudapp/api#note-the-api-is-no-longer-supported).
|
- `boot2docker`: the boot2docker project was abandoned in 2020.
|
||||||
- copydir: functionality moved to [`copypath`](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/copypath) plugin.
|
- `cargo`: moved to the `rust` plugin.
|
||||||
- django: removed because Zsh provides a better completion for Django.
|
- `cloudapp`: removed due to [deprecated API](https://github.com/cloudapp/api#note-the-api-is-no-longer-supported).
|
||||||
- fedora: use `dnf` instead.
|
- `copydir`: functionality moved to [`copypath`](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/copypath) plugin.
|
||||||
- gb: [project archived since 2017](https://github.com/constabulary/gb).
|
- `django`: removed because Zsh provides a better completion for Django.
|
||||||
- git-remote-branch: not actively maintained.
|
- `fedora`: use `dnf` instead.
|
||||||
- go: use `golang` instead.
|
- `fd`: completion is already included when installed via package managers.
|
||||||
- npx: new npm versions (>=7.0.0) do not provide the same functionality.
|
- `gb`: [project archived since 2017](https://github.com/constabulary/gb).
|
||||||
- nyan: the service that the plugin relied on is no longer available.
|
- `git-remote-branch`: not actively maintained.
|
||||||
- osx: renamed to `macos`.
|
- `go`: use `golang` instead.
|
||||||
- rustup: moved to the `rust` plugin.
|
- `npx`: new npm versions (>=7.0.0) do not provide the same functionality.
|
||||||
- rtx: moved to the `mise` plugin as [it was renamed](https://mise.jdx.dev/rtx.html).
|
- `nyan`: the service that the plugin relied on is no longer available.
|
||||||
- zsh_reload: functionality baked into the CLI with `omz reload`.
|
- `osx`: renamed to `macos`.
|
||||||
|
- `ripgrep`: completion is already included when installed via package managers.
|
||||||
|
- `rustup`: moved to the `rust` plugin.
|
||||||
|
- `rtx`: moved to the `mise` plugin as [it was renamed](https://mise.jdx.dev/rtx.html).
|
||||||
|
- `zsh_reload`: functionality baked into the CLI with `omz reload`.
|
||||||
|
|
Loading…
Reference in New Issue