aboutsummaryrefslogtreecommitdiffhomepage
path: root/share/completions
Commit message (Collapse)AuthorAge
* Normalize cabal* completionGravatar Fabian Homborg2015-09-28
|
* Normalize aura completionsGravatar Fabian Homborg2015-09-28
| | | | Also fixes bug related to repo listings
* Fix completion for totemGravatar Jan Ernsting2015-09-27
|
* Normalize ls completions and bring them up-to-dateGravatar Fabian Homborg2015-09-26
| | | | | | | This adds the --group-directories-first option for GNU ls and fixes a typo in --block-size (not --blocksize). Fixes #2425.
* Introduce __fish_print_pacman_repos helperGravatar Fabian Homborg2015-09-25
| | | | | | | This is used in at least 4 places, all of which have a bug in that they print "options" as a valid repo. It seems better to fix it once, especially given that there are tons of AUR helpers and pacman wrappers, all of which might need this info.
* Fix vi* completionsGravatar Fabian Homborg2015-09-23
| | | | I forgot a "-c".
* Refactor *vi* completions, add nvim wrapperGravatar Fabian Homborg2015-09-23
| | | | | | | This assumes `vim` is always vim (or close enough, nvim should also work), while `vi` could be either. Fixes #2416
* git completion: Describe aliases with their definitionsGravatar Fabian Homborg2015-09-22
| | | | I could have sworn we had this already.
* git completions: Switch more to `string`Gravatar Fabian Homborg2015-09-22
|
* git completion: Rewrite __fish_git_ranges with the string stuffGravatar Fabian Homborg2015-09-22
| | | | | | Cuts down on perl. Also complete heads (i.e. tags and branches) always.
* git completions: Add remote branches with only one remoteGravatar Fabian Homborg2015-09-22
| | | | Fixes #675
* Maven completion addedGravatar Johannes Schneider2015-09-19
|
* Add completion for Arch's mkinitcpioGravatar Fabian Homborg2015-09-17
|
* Add alsactl completionsGravatar Fabian Homborg2015-09-17
|
* busctl completions: Fix usermodeGravatar Fabian Homborg2015-09-17
| | | | Block-scope strikes again!
* systemctl completions: Support systemd in /libGravatar Fabian Homborg2015-09-16
| | | | | | | Debian has not merged /usr/lib and /lib, so they install the `systemd` binary at /lib/systemd/systemd. See https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=790671
* Complete atom package manager or apmdGravatar Dan Underwood2015-09-16
| | | | Completions for `apm` now support both the Advanced Power Management client and the Atom text editor.
* Fix issue with pkg --jail=value completionGravatar Konrad Borowski2015-09-16
|
* Add pkgng command completionsGravatar Konrad Borowski2015-09-16
| | | | Fixes #1054.
* Fix npm run completion executing only on completions load, also:Gravatar Stefan Maric2015-09-12
| | | | * Better handling of `npm run` output
* Remove redundant completions that lack descriptions for npmGravatar Stefan Maric2015-09-12
|
* Make use of `npm completion`Gravatar Stefan Maric2015-09-12
|
* Add script values as descriptions to npm run/run-script completionGravatar Stefan Maric2015-09-12
|
* Complete list of available scripts for npm run/run-script commandGravatar Stefan Maric2015-09-12
|
* git completion: Don't check $cmd[1]Gravatar Fabian Homborg2015-09-10
| | | | Before we do anything else, remove this senseless piece of code
* git: Add more options for format-patch and submoduleGravatar Fabian Homborg2015-09-10
| | | | | | Not all of them and only those that don't accept arguments for now Fixes #1996
* git completion: Ignore stderr for all commandsGravatar Fabian Homborg2015-09-10
| | | | Might print unrelated crap if we try to complete while not in a git repository
* rbenv completion: Remove trailing spacesGravatar Fabian Homborg2015-09-10
|
* rbenv completion: Support ruby-build as pluginGravatar Fabian Homborg2015-09-10
| | | | Fixes #1028
* Rename sgrep to __fish_sgrepGravatar Fabian Homborg2015-09-09
| | | | Makes it harder to cause issues with aliases, see fish-shell#2245
* Add descriptions to dd completionsGravatar Fabian Homborg2015-09-09
| | | | Fixes #752.
* Complete tags for git-tag onlyGravatar Jan Ernsting2015-09-07
|
* Ensure display of modified files for git commitGravatar Jan Ernsting2015-09-07
|
* Add missing descriptionGravatar Jan Ernsting2015-09-07
| | | | git reset allows for files and branches as completion results
* Add file completion for git-resetGravatar Jan Ernsting2015-09-07
| | | | Staged files are now offered for completion
* Add completion for git-commitGravatar Jan Ernsting2015-09-07
| | | | Modified files are provided for completion
* Added completions for entrGravatar James2015-09-02
|
* gpg: Complete files for --importGravatar Fabian Homborg2015-08-24
|
* Fix ping -I completionGravatar Fabian Homborg2015-08-21
|
* Completions: Don't check $cmd[1]Gravatar Fabian Homborg2015-08-17
| | | | | | | | This is already done by fish before calling the completion. It breaks completion with combiners (#2025) and also with wrappers. (This does not include git because that's better solved in #2145)
* Add completions for systemd's localectlGravatar Fabian Homborg2015-08-17
|
* Clean up completions for FossilGravatar Benjamin Pollack2015-08-14
| | | | | | | | | | | | | | | | | | There are two main problems in the existing Fossil autocompletion that this patch solves: * Because Fossil lacks an alias system similar to those in Hg and Git, wrapper scripts are common, and aliasing them to `fossil` is also fairly common. The lack of the `command fossil` pattern in the completions script meant that the actual fossil command might not be called, but rather the alias. This problem has been fixed by introducing a __fish_fossil command, similar to the __fish_hg and __fish_git commands in those completion shells, that does this, and converting all explicit fossil calls in the completion script to use __fish_fossil instead * Because there's now a centralized location for calling Fossil, I also moved all of the repetitive stderr redirects that function. This results in more robust and cleaner code.
* Merge pull request #2256 from jcelliott/python-completionGravatar faho2015-08-14
|\ | | | | Improve completion for python -m flag
* | Fix wesnoth completionGravatar Fabian Homborg2015-08-10
| |
* | Fix source completion by making "..fish" symlink regular fileGravatar Fabian Homborg2015-08-09
| | | | | | | | Also fixes #2286 by removing the only symlink.
* | abbr completions: Describe abbreviations with what they abbreviateGravatar Fabian Homborg2015-08-06
| | | | | | | | | | i.e. "abbr -e <TAB>" will list am (alsamixer)
* | Fix extra redirection.Gravatar Mike Meyer2015-08-06
| |
* | Merge pull request #2267 from mwm/fossil-completionsGravatar faho2015-08-06
|\ \ | | | | | | Various fossil completions fixes
* | | Cower: Enable description and ignore errors when search string is too shortGravatar Fabian Homborg2015-08-06
| | |
* | | gpg: Fix key/user id completionGravatar Fabian Homborg2015-08-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This was too simplistic, among other things it completed things that looked like key ids but weren't, didn't turn "\x3a" back into colons (which made the argument invalid).... gpg is weird. Might fix #2150