fish-nuggets icon indicating copy to clipboard operation
fish-nuggets copied to clipboard

Completions, code snippets helping you to get even more out of the amazing Fish shell

Results 9 fish-nuggets issues
Sort by recently updated
recently updated
newest added

Hi, and thanks for this great project. Fishshell loves completion contributions. Instead of proving custom ones, submitting completions to the main project would be way nicer! Best

At least as of git version 2.2.1, the ahead message is no longer prefixed with `#`, which resulted in very lengthy prompts. Before: ![screen shot 2015-06-07 at 10 42 58](https://cloud.githubusercontent.com/assets/59671/8024466/df7744be-0d02-11e5-904b-6021f41711fe.png)...

This fixes printing git branch in repository which initialized with [--separate-git-dir](http://www.kernel.org/pub/software/scm/git/docs/git-init.html#_options) option. A separated git repository has ".git" file instead of ".git/" directory. So this applies print git branch to...

After initialized an empty git repo, there weren't any branches and I had an error 'test: Missing argument at index 2 ' so I added comparison checks if there is...

Completion for Maven 3.

Thanks for the scripts. They're helping to nudge me to fish full-time from bash. One thing I miss, though, is tab-completion for my git aliases. For instance, ideally `git co...

Check are only against the output of english svn versions.

The function `fg` in `functions/fg.fish` should be renamed to e.g. `fgr` since (at least under OS X) it shades the command for bringing a stopped job to the foreground. To...