oh-my-fish/plugins
2014-12-23 15:55:47 -02:00
..
android-sdk deprecating _append_path and create _prepend_path 2014-11-29 17:15:30 +11: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 checking for --inherit-variable support is too slow 2014-11-28 20:17:28 +11:00
ccache deprecating _append_path and create _prepend_path 2014-11-29 17:15:30 +11:00
chruby Add chruby plugin 2014-06-10 23:05:47 -03:00
composer Composer plugin 2014-11-28 19:45:55 +11:00
django tidying 2013-11-20 07:53:39 -02:00
dpaste [dpaste] Make dpaste a replacement for sprunge 2014-11-28 19:44:11 +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
export add capability to bash export 2014-12-23 15:46:17 -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 deprecating _append_path and create _prepend_path 2014-11-29 17:15:30 +11: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 deprecating _append_path and create _prepend_path 2014-11-29 17:15:30 +11:00
jump marks output columnized 2014-08-01 12:56:06 -03:00
local-config Remove common .home suffix from local-config hostname. 2014-11-28 11:28:23 -05: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 deprecating _append_path and create _prepend_path 2014-11-29 17:15:30 +11:00
node deprecating _append_path and create _prepend_path 2014-11-29 17:15:30 +11:00
nodenv deprecating _append_path and create _prepend_path 2014-11-29 17:15:30 +11: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 Allow plan plugin to read from $PLENV_ROOT (useful with Homebrew on Mac). 2014-12-17 13:51:57 +01:00
proxy Don't auto-set proxy variables if proxy_host unset 2014-06-15 15:03:59 -07:00
pyenv deprecating _append_path and create _prepend_path 2014-11-29 17:15:30 +11: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 deprecating _append_path and create _prepend_path 2014-11-29 17:15:30 +11: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 [dpaste] Make dpaste a replacement for sprunge 2014-11-28 19:44:11 +11:00
ssh changed code indent to 2 spaces for consistency 2014-12-23 15:55:47 -02: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 Added documentation link for ssh helper plugin and further cleanup 2014-12-23 15:55:47 -02: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.
  • ssh ssh conservative $TERM value helper.
  • 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).