fish-nuggets
fish-nuggets copied to clipboard
Completions, code snippets helping you to get even more out of the amazing Fish shell
h1. Fish nuggets
The fish nuggets project contains various completions and functions for the amazing "Fish shell":http://www.fish-shell.org.
h2. Git features
- Provides completion for git commands (eg. git ch
completes for you) - Provides completion of branch names for git branch
h2. Rake features
Completion of rake tasks with task description. The first time you type rake
h2. Capistrano features
Like Rake, lets you use tab completion for Capistrano tasks.
h2. Rubygems features
- edit_gem with tab completion for gem name lets you view the source for installed gems
- gem_doc with tab completion for gem name lets you view Rdoc for installed gems
h2. Installation
cd ~/.config/fish git init git add . git remote add github git://github.com/eventualbuddha/fish-nuggets.git git pull github master
Go into ~/.config/fish and add this repository, then pull. This will add the scripts in this projects for you to use.
h2. Credits
Thanks to Lachie Cox for the initial rvm scripts (http://github.com/lachie/dotfiles).