Formatted with markdownfmt

CoolOppo 2014-10-04 12:27:44 -07:00
parent bbfac23beb
commit c599476428

@ -1,193 +1,199 @@
* [Productivity](Plugins-Overview#productivity) - [Productivity](Plugins-Overview#productivity)
* [FS jumping](Plugins-Overview#fs-jumping) - [FS jumping](Plugins-Overview#fs-jumping)
* [Build tools](Plugins-Overview#build-tools) - [Build tools](Plugins-Overview#build-tools)
* [Node JS](Plugins-Overview#node-js) - [Node JS](Plugins-Overview#node-js)
* [PHP](Plugins-Overview#php) - [PHP](Plugins-Overview#php)
* [Ruby](Plugins-Overview#ruby) - [Ruby](Plugins-Overview#ruby)
* [Python](Plugins-Overview#python) - [Python](Plugins-Overview#python)
* [Distro-related](Plugins-Overview#distro-related) - [Distro-related](Plugins-Overview#distro-related)
* [MacOS](Plugins-Overview#macos) - [MacOS](Plugins-Overview#macos)
* [Misc](Plugins-Overview#misc) - [Misc](Plugins-Overview#misc)
### About ### About
Last review date: 20-Nov-13 Last review date: 20-Nov-13
### Productivity ### Productivity
Name | Description |
------------------|------------------------------------------------------------------|
autoenv | automaticly execs script on changing dir (.env file) |
colemak | colemak layout support + vi-mode fixes for colemak http://en.wikipedia.org/wiki/Keyboard_layout#Colemak |
colored-man | adds colors to manpages |
colorize | cat with syntax highlight support |
command-not-found | suggests package name with relevant command |
compleat | reformats completion http://github.com/mbrubeck/compleat |
copydir | copies current dir full path to clipboard |
copyfile | copies selected file content to clipboard |
cp | cp with progress bar (rsync) |
dircycle | hotkeys fot cycling directories |
dirpersist | saves and restores your directory stack across shell invocations |
encode64 | e64 & d64 aliases |
extract | 'x' alias - swiss knife for archive extracting |
fbterm | enhanced VESA terminal https://code.google.com/p/fbterm/ |
gpg-agent | gpg-agent start/stop funcs |
history | aliases: h for history, hsi for grepping history |
history-substring-search** | implementation of fish history substring search |
kate | Kate text editor alias http://kate-editor.org/
last-working-dir | same as dirpresist
mosh | mobile shell with roaming (wifi, mobile networks) and local echo http://mosh.mit.edu/
pass | pass utility autocompletion
per-directory-history | self-descriptive
profiles | different zsh profiles per hostname
rsync | aliases
safe-paste | extended copy/paste in terminal
screen | GNU screen enhances (titles etc)
sprunge | CLI pastbin service sprunge.us uploader (http://www.shellperson.net/sprunge-pastebin-script/)
ssh-agent | ssh-agent start script
sublime | aliases for SublimeText Editor
supervisor | autocompletion for http://supervisord.org
taskwarrior | autocompletion for http://taskwarrior.org
terminitor | **[RENAMED to consular]** Consular automates your development workflow setup https://github.com/achiu/consular
tmux tmuxinator | enchanced Tmux support
torrent | magnet2torrent converter function
urltools | urlencode/urldecode etc
vi-mode | self descriptive
vundle| Vim plugin manager http://github.com/gmarik/vundle
wakeonlan | funcs for wakeonlan tool
web-search | google from CLI
| Name | Description |
|----------------------------|----------------------------------------------------------------------------------------------------------------|
| autoenv | automaticly execs script on changing dir (.env file) |
| colemak | colemak layout support + vi-mode fixes for colemak http://en.wikipedia.org/wiki/Keyboard_layout#Colemak |
| colored-man | adds colors to manpages |
| colorize | cat with syntax highlight support |
| command-not-found | suggests package name with relevant command |
| compleat | reformats completion http://github.com/mbrubeck/compleat |
| copydir | copies current dir full path to clipboard |
| copyfile | copies selected file content to clipboard |
| cp | cp with progress bar (rsync) |
| dircycle | hotkeys fot cycling directories |
| dirpersist | saves and restores your directory stack across shell invocations |
| encode64 | e64 & d64 aliases |
| extract | 'x' alias - swiss knife for archive extracting |
| fbterm | enhanced VESA terminal https://code.google.com/p/fbterm/ |
| gpg-agent | gpg-agent start/stop funcs |
| history | aliases: h for history, hsi for grepping history |
| history-substring-search** | implementation of fish history substring search |
| kate | Kate text editor alias http://kate-editor.org/ |
| last-working-dir | same as dirpresist |
| mosh | mobile shell with roaming (wifi, mobile networks) and local echo http://mosh.mit.edu/ |
| pass | pass utility autocompletion |
| per-directory-history | self-descriptive |
| profiles | different zsh profiles per hostname |
| rsync | aliases |
| safe-paste | extended copy/paste in terminal |
| screen | GNU screen enhances (titles etc) |
| sprunge | CLI pastbin service sprunge.us uploader (http://www.shellperson.net/sprunge-pastebin-script/) |
| ssh-agent | ssh-agent start script |
| sublime | aliases for SublimeText Editor |
| supervisor | autocompletion for http://supervisord.org |
| taskwarrior | autocompletion for http://taskwarrior.org |
| terminitor | **[RENAMED to consular]** Consular automates your development workflow setup https://github.com/achiu/consular |
| tmux tmuxinator | enchanced Tmux support |
| torrent | magnet2torrent converter function |
| urltools | urlencode/urldecode etc |
| vi-mode | self descriptive |
| vundle | Vim plugin manager http://github.com/gmarik/vundle |
| wakeonlan | funcs for wakeonlan tool |
| web-search | google from CLI |
** (To make it work on Ubuntu do `echo DEBIAN_PREVENT_KEYBOARD_CHANGES=yes>>~/.zshenv`). ** (To make it work on Ubuntu do `echo DEBIAN_PREVENT_KEYBOARD_CHANGES=yes>>~/.zshenv`).
### FS Jumping ### FS Jumping
Name | Description |
------------------|------------------------------------------------------------------| | Name | Description |
autojump | shell extension to jump to frequently used directories | |----------|-------------------------------------------------------------|
fasd | quick access to files and dirs https://github.com/clvv/fasd | | autojump | shell extension to jump to frequently used directories |
jump | allows to mark dirs and jump to marks | | fasd | quick access to files and dirs https://github.com/clvv/fasd |
pj | aliases for quick access to projects dir | jump | allows to mark dirs and jump to marks |
wd | yet another autojump tool github.com/mfaerevaag/wd | pj | aliases for quick access to projects dir |
z | yet another autojump | wd | yet another autojump tool github.com/mfaerevaag/wd |
| z | yet another autojump |
### Build tools ### Build tools
Name | Description |
---------|--------------------------------------------------------------------------------| | Name | Description |
ant | Java build tool http://ant.apache.org/ | |-----------------|-------------------------------------------------------------------------------------------|
bower | Front-end package manager https://github.com/bower/bower | | ant | Java build tool http://ant.apache.org/ |
cabal | Haskell package manager http://www.haskell.org/cabal/ | | bower | Front-end package manager https://github.com/bower/bower |
cake | CoffeeScript build tool | | cabal | Haskell package manager http://www.haskell.org/cabal/ |
coffee | CoffeeScript completion | | cake | CoffeeScript build tool |
cpanm | cpanminus get, unpack, build, install Perl modules https://github.com/miyagawa/cpanminus/ | | coffee | CoffeeScript completion |
docker | application shipment tool https://github.com/dotcloud/docker | | cpanm | cpanminus get, unpack, build, install Perl modules https://github.com/miyagawa/cpanminus/ |
gas | small utility used to manage Git authors. https://github.com/walle/gas | | docker | application shipment tool https://github.com/dotcloud/docker |
git | extras: git-extras gitfast git-flow git-flow-avh git-hubflow git-remote-branch | | gas | small utility used to manage Git authors. https://github.com/walle/gas |
github | cli access, url shortener | | git | extras: git-extras gitfast git-flow git-flow-avh git-hubflow git-remote-branch |
gitignore| gi alias to fetch default .gitignore files from http://gitignore.io/ | | github | cli access, url shortener |
gnu-utils| GNU coreutils wrappers to override shell builtins | | gitignore | gi alias to fetch default .gitignore files from http://gitignore.io/ |
go | Go build tool http://golang.org/cmd/go/ | | gnu-utils | GNU coreutils wrappers to override shell builtins |
golang | **[DUPLICATE]** identical to 'go'. Should be removed? | | go | Go build tool http://golang.org/cmd/go/ |
gradle | build automation tool http://www.gradle.org/ | | golang | **[DUPLICATE]** identical to 'go'. Should be removed? |
grails | funcs for grails scritp managment http://grails.org/ | gradle | build automation tool http://www.gradle.org/ |
heroku | cli access https://www.heroku.com/ | grails | funcs for grails scritp managment http://grails.org/ |
jira | JIRA cli access | heroku | cli access https://www.heroku.com/ |
knife knife_ssh | knife autocompletion http://docs.opscode.com/knife.html | jira | JIRA cli access |
lein | leiningen autocompletion http://leiningen.org | knife knife_ssh | knife autocompletion http://docs.opscode.com/knife.html |
lighthouse| CLI access ot issue tracker Lighthouse, http://lighthouseapp.com/ | lein | leiningen autocompletion http://leiningen.org |
mercurial | hg autocompletion | lighthouse | CLI access ot issue tracker Lighthouse, http://lighthouseapp.com/ |
mix | Elixir build tool autocompletion http://elixir-lang.org/docs/stable/Mix.html | mercurial | hg autocompletion |
mvn | maven completion | mix | Elixir build tool autocompletion http://elixir-lang.org/docs/stable/Mix.html |
nanoc | static website generator http://nanoc.ws/ | mvn | maven completion |
postgres | aliases for Postgres managing | nanoc | static website generator http://nanoc.ws/ |
perl | aliases for Perl | postgres | aliases for Postgres managing |
rebar | Eralng build tool autocompletion | perl | aliases for Perl |
redis-cli | Redis autocompletion | rebar | Eralng build tool autocompletion |
repo | git repo managment tool autocompletion https://code.google.com/p/git-repo/ | redis-cli | Redis autocompletion |
sbt | autocomplete for ScalaBuildTool http://www.scala-sbt.org/ | repo | git repo managment tool autocompletion https://code.google.com/p/git-repo/ |
scala | autocomplete | sbt | autocomplete for ScalaBuildTool http://www.scala-sbt.org/ |
sfffe | aliases for ack (JS & CSS grepping) http://beyondgrep.com/ | scala | autocomplete |
svn | subversion autocompletion | sfffe | aliases for ack (JS & CSS grepping) http://beyondgrep.com/ |
svn-fast-info | faster subversion autocompletion (especially interesting on big project) | svn | subversion autocompletion |
vagrant | quick development env deployment http://www.vagrantup.com/ | svn-fast-info | faster subversion autocompletion (especially interesting on big project) |
| vagrant | quick development env deployment http://www.vagrantup.com/ |
### Node JS ### Node JS
Name | Description |
----------|--------------------------------| | Name | Description |
jake-node | Node JS build tool Jake https://github.com/mde/jake |-----------|-----------------------------------------------------|
node | NodeJS docs easy access via CLI | jake-node | Node JS build tool Jake https://github.com/mde/jake |
npm | package managerfor NodeJS | node | NodeJS docs easy access via CLI |
nvm | NodeJs version manager | npm | package managerfor NodeJS |
| nvm | NodeJs version manager |
### PHP ### PHP
Name | Description |
-----------|--------------------------------------| | Name | Description |
composer | PHP dependency manager http://getcomposer.org |------------------|-----------------------------------------------------------------------------|
laravel | PHP deployment tool artisan completion http://four.laravel.com/docs/artisan | composer | PHP dependency manager http://getcomposer.org |
phing | Ant-like build system for PHP http://phing.info | laravel | PHP deployment tool artisan completion http://four.laravel.com/docs/artisan |
symfony symfony2 | PHP webframework http://symfony.com | phing | Ant-like build system for PHP http://phing.info |
yii | PHP webframework http://yiiframework.com | symfony symfony2 | PHP webframework http://symfony.com |
| yii | PHP webframework http://yiiframework.com |
### Ruby ### Ruby
Name | Description |
-----------|--------------------------------------| | Name | Description |
bundler | package manager http://bundler.io/ | |------------|--------------------------------------------------------------------------|
capistrano | remote deployment tool | | bundler | package manager http://bundler.io/ |
gem | http://rubygems.org/ | | capistrano | remote deployment tool |
jruby | Jruby aliases | gem | http://rubygems.org/ |
pow | rack apps restarter http://pow.cx/ | jruby | Jruby aliases |
powder | powder gem autocompletion https://github.com/Rodreegez/powder | pow | rack apps restarter http://pow.cx/ |
powify | another pow manager https://github.com/sethvargo/powify | powder | powder gem autocompletion https://github.com/Rodreegez/powder |
rails | rails aliases for rails 2, rails 3, and rails 4 all in one clean plugin | powify | another pow manager https://github.com/sethvargo/powify |
rake | Ruby build tool | rails | rails aliases for rails 2, rails 3, and rails 4 all in one clean plugin |
rbenv | ruby version switcher | rake | Ruby build tool |
rbfu | **[OBSOLATE]** anther Ruby version manager https://github.com/hmans/rbfu | rbenv | ruby version switcher |
ruby | aliases | rbfu | **[OBSOLATE]** anther Ruby version manager https://github.com/hmans/rbfu |
rvm | another RubyVersionManager | ruby | aliases |
thor | Ruby doc tool https://github.com/erikhuda/thor | rvm | another RubyVersionManager |
zeus | funcs for Zeus (Rails env preloader) https://github.com/burke/zeus | thor | Ruby doc tool https://github.com/erikhuda/thor |
| zeus | funcs for Zeus (Rails env preloader) https://github.com/burke/zeus |
### Python ### Python
Name | Description |
--------|--------------------------------------------------------|
celery | Python distributed task queue |
django | https://www.djangoproject.com/ |
fabric | remote deployment tool http://docs.fabfile.org/en/1.8/ |
pip | Python package manager http://www.pip-installer.org/en/latest/
python | python aliases (pyfind, pyclean, pygrep)
virtualenv virtualenvwrapper | https://pypi.python.org/pypi/virtualenv isolated Python envs
| Name | Description |
|------------------------------|----------------------------------------------------------------|
| celery | Python distributed task queue |
| django | https://www.djangoproject.com/ |
| fabric | remote deployment tool http://docs.fabfile.org/en/1.8/ |
| pip | Python package manager http://www.pip-installer.org/en/latest/ |
| python | python aliases (pyfind, pyclean, pygrep) |
| virtualenv virtualenvwrapper | https://pypi.python.org/pypi/virtualenv isolated Python envs |
### Distro-related ### Distro-related
Name | Description |
----------|--------------------------------|
archlinux | aliases for yaourt and pacman |
debian | aliases for apt* utils |
suse | aliases for Suse Linux (zypper aliases)
systemd | aliases
yum | aliases
| Name | Description |
|-----------|-----------------------------------------|
| archlinux | aliases for yaourt and pacman |
| debian | aliases for apt* utils |
| suse | aliases for Suse Linux (zypper aliases) |
| systemd | aliases |
| yum | aliases |
### MacOS ### MacOS
Name | Description |
-------------------|-----------------------------------------------------------------| | Name | Description |
apache2-macports | apache managment functions | |------------------|----------------------------------------------------------------|
brew | package manger http://brew.sh/ | | apache2-macports | apache managment functions |
bwana | allows to open manpages in browser http://www.bruji.com/bwana/ | | brew | package manger http://brew.sh/ |
cloudapp | completion for cloudapp http://getcloudapp.com/ | | bwana | allows to open manpages in browser http://www.bruji.com/bwana/ |
forklift | MacOS file browser | | cloudapp | completion for cloudapp http://getcloudapp.com/ |
macports | macport autocompletion | forklift | MacOS file browser |
mysql-macports | same as apache-macport for MySQL | macports | macport autocompletion |
osx | MacOS completions | mysql-macports | same as apache-macport for MySQL |
pod | http://cocoapods.org library dependency manager for Xcode | osx | MacOS completions |
terminalapp | Apple Terminal enhancer | pod | http://cocoapods.org library dependency manager for Xcode |
textmate | aliases | terminalapp | Apple Terminal enhancer |
| textmate | aliases |
### Misc ### Misc
Name | Description |
-----------|---------------------------------| | Name | Description |
battery | allows see battery status in PS | |-------------|----------------------------------------------------------------------------------|
emoji-clock| fancy shell clocks | | battery | allows see battery status in PS |
lol | dowant | emoji-clock | fancy shell clocks |
nyan | Nyancat in terminal (nyanhost is down :( ) | lol | dowant |
rand-quote | quote function for random quoutes from http://www.quotationspage.com/random.php3 | nyan | Nyancat in terminal (nyanhost is down :( ) |
themes | ZSH theme switcher | rand-quote | quote function for random quoutes from http://www.quotationspage.com/random.php3 |
| themes | ZSH theme switcher |