oh-my-fish/plugins
2014-11-28 19:44:10 +11:00
..
android-sdk Add android_sdk plugin 2014-10-24 08:55:20 -02:00
archlinux Corrected logic when testing if exists. 2014-02-28 19:29:39 -05:00
autojump adding deprecation warning to autojump plugin 2014-11-02 11:40:11 -02:00
bak [bak] Fix tests 2014-11-25 23:59:13 +03:00
better-alias new plugin:better alias 2014-11-03 10:42:40 +08:00
brew correctly adding sorted brew paths 2014-11-28 19:40:37 +11:00
bundler Rewrite bundle exec wrapper to be more robust 2014-11-01 18:23:02 +01:00
ccache Add ccache plugin 2014-10-24 08:53:49 -02:00
chruby Add chruby plugin 2014-06-10 23:05:47 -03:00
django tidying 2013-11-20 07:53:39 -02:00
dpaste [dpaste] Add "expires" option 2014-11-28 19:44:10 +11:00
ec2 ec2 api plugin 2013-05-15 09:12:46 -03:00
emoji-clock tidying 2013-11-20 07:53:39 -02:00
extract Plugin to expand or extract bundled & compressed files [finishes #90] 2013-11-20 06:14:37 -02:00
fry Revert "fish has renamed . to source" 2013-10-18 14:15:47 -03:00
gem Add gem plugin 2014-10-24 13:01:12 -02:00
gi Use https in gi plugin. Issue #216 2014-10-16 21:33:47 -03:00
git-flow move git-flow completions to completions folder 2014-11-21 08:55:13 +11:00
gvm Two spaces as requested 2014-04-30 15:20:15 -03:00
jump marks output columnized 2014-08-01 12:56:06 -03:00
local-config Add local-config plugin. 2014-11-15 22:16:01 -08:00
localhost Update localhost.load 2013-11-02 00:23:00 -02:00
mc plugin mc, wrapper to use a shell compatible with mc 2014-08-10 16:51:34 -03:00
ndenv ndenv plugin for fish. 2014-02-16 07:46:22 -03:00
node using _append_path function on plugins 2013-11-20 07:53:57 -02:00
nodenv Add plugin for using nodenv. 2014-10-16 22:02:48 -03:00
peco Add peco plugin 2014-07-29 10:38:02 +02:00
percol removing percol.load file that is no longer necessary 2013-05-24 09:38:21 -03:00
php tidying 2013-11-20 07:53:39 -02:00
plenv using _append_path function on plugins 2013-11-20 07:53:57 -02:00
proxy Don't auto-set proxy variables if proxy_host unset 2014-06-15 15:03:59 -07:00
pyenv using _append_path function on plugins 2013-11-20 07:53:57 -02:00
python Allowing arguments to be passed to _python 2014-04-27 18:18:31 -05:00
rails rails function migrate that will also migrate the test database 2013-03-05 23:13:44 -03:00
rbenv Fixes #119: rbenv has not released a final version with support to fish yet, so for now, we are cloning the expected end-result 2014-02-16 07:34:05 -03:00
replace replace plugin 2014-11-07 16:47:50 -02:00
rvm rvm plugin fix #217 - removed extra | 2014-09-22 09:45:55 +01:00
sprunge Workaround for https://github.com/fish-shell/fish-shell/issues/1443 2014-04-30 16:46:53 -03:00
sublime Add support for ST and ST3 installations inside ~/Applications on OS X 2014-10-29 00:05:38 +01:00
tmux Plugin to start tmux with support for 256 colours 2014-01-13 19:26:31 +00:00
vi-mode removed deprecation warning, vi-mode in fish not yet implemented 2014-07-06 13:52:23 -07:00
vundle Add a vundle plugin similiar to that found in oh-my-zsh 2014-05-09 05:43:47 +00:00
xdg Add xdg plugin 2014-10-24 08:50:47 -02:00
z Allow to pass any arguments to z 2014-10-20 15:51:13 +02:00
README.markdown new plugin:git-flow 2014-11-21 08:55:13 +11:00

Plugins

  • android-sdk Android SDK integration.
  • archlinux Provides a number of plugins to make using Arch Linux easier.
  • autojump Makes navigating filesystem much faster. See autojump article and video. Bindings only, autojump needs to be installed separately.
  • better-alias - Provide alias with auto completion.
  • brew Homebrew integration.
  • bundler Use Ruby's Bundler automatically for some commands.
  • ccache Enable ccache to speed up compilation.
  • django Helper for Django Unit tests. Cleans the cached modules as well.
  • ec2 Exports env variables for Amazon's EC2 management.
  • emoji-clock The current time with half hour accuracy as an emoji symbol.
  • extract Plugin to expand or extract bundled & compressed files.
  • fry Starts fry, a simple Ruby version manager for fish.
  • gem Ruby gem integration.
  • gi gitignore.io CLI for fish.
  • git-flow git-flow Completion support for git-flow.
  • jump A port of Jeroen Janssens “jump” utility.
  • local-config Support per-user, per-host and per-platform custom config files.
  • localhost Opens http://localhost:3000 (and other ports) in the default browser.
  • mc Plugin to start mc with a shell compliant (Bash).
  • ndenv Helpers for another node.js version manager.
  • node Adds locally installed NodeJS npm binary executable modules to the path.
  • percol Browse your fish history with percol.
  • peco Browse your fish history with peco.
  • php Manage phphttp server.
  • plenv plenv Perl binary manager integration.
  • pyenv Simple Python Version Management 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 rbenv Ruby environment/version manager.
  • replace A port of replace.
  • rvm RVM Ruby version manager.
  • sublime Creates subl command line shortcut to launch Sublime Text editor.
  • tmux Plugin to start tmux with support for 256 colours.
  • vi-mode Basic vi key bindings emulation for fish.
  • xdg Setup xdg environment on Linux.
  • z Integration with z (autojump alternative).