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