mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-25 01:03:41 +01:00
Updated Plugins (markdown)
parent
d48aad97a7
commit
44e04dc7a7
41
Plugins.md
41
Plugins.md
@ -101,6 +101,11 @@ Enables [autojump](https://github.com/joelthelion/autojump/wiki/) if installed w
|
|||||||
|
|
||||||
This does not add any commands on its own.
|
This does not add any commands on its own.
|
||||||
|
|
||||||
|
## autopep8
|
||||||
|
**Maintainer:** [Gaetan Semet](https://github.com/Stibbons)
|
||||||
|
|
||||||
|
Completion for the python file formatting (PEP8) tool
|
||||||
|
|
||||||
## bower
|
## bower
|
||||||
|
|
||||||
**Maintainer:** [miklos-martin](https://github.com/miklos-martin)
|
**Maintainer:** [miklos-martin](https://github.com/miklos-martin)
|
||||||
@ -251,6 +256,22 @@ See this [blog post about compleat](http://limpet.net/mbrubeck/2009/10/30/comple
|
|||||||
|
|
||||||
Completion plugin for [cpanminus](https://github.com/miyagawa/cpanminus/)
|
Completion plugin for [cpanminus](https://github.com/miyagawa/cpanminus/)
|
||||||
|
|
||||||
|
## custom-aliases
|
||||||
|
**Maintainer:** [Gaetan Semet](https://github.com/Stibbons)
|
||||||
|
|
||||||
|
Collection of useful zsh aliases, not enabled by default since they may change some user defined aliases.
|
||||||
|
|
||||||
|
- ls aliases: l, la (all), lr (recustively sorted by date), lt (current dir sorted by date), ll (long list), lS (reverse sort by size)
|
||||||
|
- zshrc: edit directly ~/.zshrc with vim
|
||||||
|
- cd .., cd ../.., cd ../../../... directly mapped to '..', or '...', or '....'
|
||||||
|
- alias to place at the end of command line: G (grep), H (head), T (tail), M (most)
|
||||||
|
- h (history)
|
||||||
|
- j (jobs)
|
||||||
|
- p (processes for current user)
|
||||||
|
- interactive mode for rm, cp, mv
|
||||||
|
|
||||||
|
|
||||||
|
Completion for the python interpreter
|
||||||
## debian
|
## debian
|
||||||
**Maintainer:** [robbyrussell][robbyrussell]
|
**Maintainer:** [robbyrussell][robbyrussell]
|
||||||
|
|
||||||
@ -564,6 +585,11 @@ per-directory-history - tracks previous command history both per current directo
|
|||||||
|
|
||||||
* perl - useful shortcuts for perlbrew, perldoc, and perl one-liners
|
* perl - useful shortcuts for perlbrew, perldoc, and perl one-liners
|
||||||
|
|
||||||
|
## pep8
|
||||||
|
**Maintainer:** [Gaetan Semet](https://github.com/Stibbons)
|
||||||
|
|
||||||
|
Completion for the pep8 python coding style (PEP8) check tool
|
||||||
|
|
||||||
## phing
|
## phing
|
||||||
**Maintainer:** [robbyrussell][robbyrussell]
|
**Maintainer:** [robbyrussell][robbyrussell]
|
||||||
|
|
||||||
@ -593,6 +619,17 @@ A simple [powify](https://github.com/sethvargo/powify) autocomplete plugin. It i
|
|||||||
* Completion for the [pyenv](https://github.com/yyuu/pyenv) command, which maintains local python installations.
|
* Completion for the [pyenv](https://github.com/yyuu/pyenv) command, which maintains local python installations.
|
||||||
* Exports a "pyenv_prompt_info()" function for your custom prompt.
|
* Exports a "pyenv_prompt_info()" function for your custom prompt.
|
||||||
|
|
||||||
|
## pylint
|
||||||
|
**Maintainer:** [Gaetan Semet](https://github.com/Stibbons)
|
||||||
|
|
||||||
|
Completion for the python file coding style check tool
|
||||||
|
|
||||||
|
## python
|
||||||
|
**Maintainer:** [Gaetan Semet](https://github.com/Stibbons)
|
||||||
|
|
||||||
|
Completion for the python interpreter
|
||||||
|
|
||||||
|
|
||||||
## rails
|
## rails
|
||||||
**Maintainer:** [robbyrussell][robbyrussell]
|
**Maintainer:** [robbyrussell][robbyrussell]
|
||||||
|
|
||||||
@ -626,6 +663,10 @@ Completion plugin for [redis-cli](http://redis.io/topics/quickstart)
|
|||||||
## repo
|
## repo
|
||||||
**Maintainer:** [Gaetan Semet](https://github.com/Stibbons)
|
**Maintainer:** [Gaetan Semet](https://github.com/Stibbons)
|
||||||
|
|
||||||
|
* rs: repo sync
|
||||||
|
* rra: repo rebase --auto-stash
|
||||||
|
* rsrra: repo sync and repo rebase
|
||||||
|
|
||||||
Completion plugin for [git-repo](https://code.google.com/p/git-repo/)
|
Completion plugin for [git-repo](https://code.google.com/p/git-repo/)
|
||||||
|
|
||||||
## ruby
|
## ruby
|
||||||
|
Loading…
Reference in New Issue
Block a user