2014-04-15 12:46:36 +00:00
# Plugins
2014-06-21 03:57:23 +00:00
* __android-sdk__ - [Android SDK ](http://developer.android.com/sdk/index.html ) integration.
2014-04-15 12:46:36 +00:00
* __archlinux__ - The Arch Linux Plugins provides a number of plugins to make using arch easier.
* __autojump__ - makes navigating filesystem much faster. see [autojump article ](https://github.com/joelthelion/autojump/wiki ) and [video ](https://www.youtube.com/watch?v=tnNyoMGnbKg ). bindings only, autojump needs to be installed separately.
* __brew__ [Homebrew ](http://brew.sh/ ) integration
* __bundler__ use Ruby's [Bundler ](http://bundler.io/ ) automatically for some commands
2014-06-21 04:12:11 +00:00
* __ccache__ Enable [ccache ](http://ccache.samba.org/ ) to speed up compilation
2014-04-15 12:46:36 +00:00
* __django__ - helper for Django Unit tests. Cleans the cached modules as well.
* __ec2__ - exports env variables for Amazon's EC2 management
2014-08-08 10:36:19 +00:00
* __emoji-clock__ - The current time with half hour accuracy as an emoji symbol
2014-04-15 12:46:36 +00:00
* __extract__ - Plugin to expand or extract bundled & compressed files
* __fry__ - starts [fry ](https://github.com/terlar/fry ) Simple ruby version manager for fish
2014-06-21 04:33:05 +00:00
* __gem__ Ruby gem integration
2014-04-15 12:46:36 +00:00
* __gi__ - [gitignore.io ](http://gitignore.io ) cli for fish
2014-06-21 04:33:05 +00:00
* __jump__ - A port of [Jeroen Janssens' "jump" utility ](http://jeroenjanssens.com/2013/08/16/quickly-navigate-your-filesystem-from-the-command-line.html )
2014-04-15 12:46:36 +00:00
* __localhost__ - Opens http://localhost:3000 (and other ports) in the default browser
2014-08-08 10:35:38 +00:00
* __mc__ - Plugin to start mc with a shell compliant (bash).
2014-04-15 12:46:36 +00:00
* __ndenv__ - helpers for [another node.js version manager ](https://github.com/riywo/ndenv )
* __node__ - adds locally installed NodeJS npm binary executable modules to the path
* __percol__ - browse your fish history with [percol ](https://github.com/mooz/percol )
2014-07-29 08:38:02 +00:00
* __peco__ - browse your fish history with [peco ](https://github.com/peco/peco )
2014-06-21 04:33:05 +00:00
* __php__ - manage phphttp server
2014-04-15 12:46:36 +00:00
* __plenv__ - [plenv ](https://github.com/tokuhirom/plenv ) perl binary manager integration
* __pyenv__ - [Simple Python Version Management ](https://github.com/yyuu/pyenv ) integration
* __python__ - set of shortcuts to python based utilities (pybeatifyjson - clean JSON files, pyclean - remove old .pyc, pyhttp & pysmtp - simple HTTP & SMTP servers)
* __rails__ - alias for executing database migrations
* __rake__ - completions for rake tasks
* __rbenv__ - Ruby environment/version manager [rbenv ](https://github.com/sstephenson/rbenv )
* __rvm__ - [rvm ](http://rvm.io ) ruby version manager
* __sublime__ - creates 'subl' command line shortcut to launch [Sublime Text editor ](http://sublimetext.com/ )
* __tmux__ - Plugin to start tmux with support for 256 colours
* __vi-mode__ - Basic vi key bindings emulation for fish
2014-06-21 04:48:05 +00:00
* __xdg__ - Setup [xdg ](http://standards.freedesktop.org/basedir-spec/basedir-spec-latest.html ) environment on Linux
2014-04-15 12:46:36 +00:00
* __z__ - integration with [z ](https://github.com/rupa/z ) (autojump alternative)