aboutsummaryrefslogtreecommitdiffhomepage
path: root/share/completions
Commit message (Collapse)AuthorAge
...
* Add tags to completion list for git show. (#2998)Gravatar Daniel Bergmann2016-05-07
|
* Remove useless case completionsGravatar Fabian Homborg2016-05-04
| | | | | It doesn't take options and what it takes (arbitrary strings) we can't sensibly complete.
* Remove using_command from netctl completionsGravatar Fabian Homborg2016-04-30
| | | | | | This allows `; and netctl` to work. First step towards #2705.
* git completion: Allow optional "+" for pushGravatar Fabian Homborg2016-04-30
| | | | | | | | This signifies a force-push. To avoid cluttering, only complete branches if a + is already given. Fixes #2879.
* Add repository/refspec completion to gitGravatar Fabian Homborg2016-04-30
| | | | | | | A few commands (fetch, pull and push at least) take a "repository" (aka "remote") and then a "refspec" (we currently do branches here). Fixes #2525 (seems that man is still alive)
* git takes --help even when it needs a command (#2984)Gravatar Sanne Wouda2016-04-29
| | | `git --help` is a valid command and fish should complete it as such
* git completion: Only show unmerged branches for cherry-pickGravatar Fabian Homborg2016-04-28
|
* switch to newer flag --set-upstream-to for git (#2982)Gravatar Cody Scott2016-04-28
| | | | | | | set-upstream was deprecated in git 1.8.0 as stated in [1] in favor of set-upstream-to. this patch replaces the old flag in fish completions [1]: https://raw.githubusercontent.com/git/git/master/Documentation/RelNotes/1.8.0.txt
* Make busctl completions usefulGravatar Fabian Homborg2016-04-27
| | | | | | | | | - More accurate - Fast enough to be usable (previously, this would sometimes take a few seconds) - A bit smaller
* Add completions for 'pacaur' (#2934)Gravatar Yauhen Kirylau2016-04-15
|
* Correct typo in valgrind completionsGravatar Laurence McGlashan2016-04-13
|
* Stringify many completions and functions, with --invert stringification.Gravatar Aaron Gyes2016-04-08
| | | | | | | | I believe apm must have been buggy - example output that I found online showed `tr` was mangling paths with spaces in it. Should be fixed. Also, use dscl on OS X in __fish_complete_users.fish like __fish_print_users.fish already does.
* Make modprobe completion more preciseGravatar Josef Gajdusek2016-03-28
| | | | | | | | Only match loaded modules when -r is specified. Also adds /lib/modules/(uname -r)/misc to the search path. This directory is used by Gentoo for package-provided modules (such as the app-emulation/virtualbox-modules)
* Fix typos: ingnore->ignoreGravatar Josef Gajdusek2016-03-28
|
* add yaourt completionsGravatar Bogdan Sinitsyn2016-03-24
|
* Add `--no-index` option completion for `git diff`Gravatar Cody Frazer2016-03-20
|
* date and uniq completions for OS X.Gravatar lordlycastle2016-03-12
|
* Update dpkg completions to complete commonly used optionsGravatar David Adam2016-03-06
| | | | Closes #2798.
* Ditch __fish_sgrep in obnam completionsGravatar Fabian Homborg2016-02-28
|
* add completions for diskutil (osx)Gravatar Fabian Weisshaar2016-02-23
|
* Fix `No command 'dscl' found` error of killall commandGravatar Sunguk Lee2016-02-15
| | | | `dscl` command have OSX system, to change `__fish_print_users`
* Fix "replacement string too large" error in pacman completionGravatar Fabian Homborg2016-02-10
| | | | | Turns out we can skip using string altogether, thanks to the magic of the cartesian product.
* eselect completion: Silence eselect php outputGravatar Fabian Homborg2016-02-04
| | | | | The version with the features we use isn't in gentoo stable yet and older versions print a very ugly warning.
* Update eselect completions to work for the php-moduleGravatar Elis Axelsson2016-02-04
| | | | refs #1131
* Replace `tr` invocationsGravatar Fabian Homborg2016-02-03
|
* Replace uses of expr with math/stringGravatar Fabian Homborg2016-02-03
|
* pacman: StringifyGravatar Fabian Homborg2016-02-02
|
* pacman: Remove outdated "$argument" hackGravatar Fabian Homborg2016-02-02
| | | | This doesn't seem to speed up anything.
* pacman: Improve --files completionGravatar Fabian Homborg2016-02-02
| | | | Missed one option and the option-as-command-hack
* Update pacman/makepkg completions for pacman 5Gravatar Fabian Homborg2016-02-02
| | | | Some new options, one new operation - "--files".
* Add support for brew's `desc` subcommandGravatar Dan Martinez2016-01-21
|
* Add all boolean values to pacmd completionGravatar Fabian Homborg2016-01-14
| | | | PA accepts "0", "false" and "off" (among others) for false also for suspend-*.
* Add completions for Pulseaudio's pacmdGravatar Fabian Homborg2016-01-14
| | | | | | | To implement this mostly as a wrapper around pactl, we add the list of commands for this to that. It's 90% the same anyway. (This means that `pactl suspend ` will complete files instead of commands like `pactl banana ` would, but neither is correct)
* Only complete unloaded modules for pactl load-moduleGravatar Fabian Homborg2016-01-14
| | | | This now officially does more than the official bash completion!
* Add profiles and ports completion to pactlGravatar Fabian Homborg2016-01-14
| | | | This is now on par with the official bash completions.
* Add completion for pulseaudio's pactlGravatar Fabian Homborg2016-01-14
|
* Fix typosGravatar Fabian Homborg2016-01-12
| | | | Fixes #2673.
* Add completions for kcmshell5Gravatar Fabian Homborg2016-01-09
| | | | A tool to open KDE Plasma settings menus.
* Add completions for aspGravatar Fabian Homborg2016-01-09
| | | | | A package information and build tool for archlinux, replacement for the ageing "abs".
* Simplify and stringify valgrind completionsGravatar Fabian Homborg2016-01-09
| | | | These used _eval_ when a simple variable capturing would have sufficed.
* Add completions for the haskell 'stack' build toolGravatar Aurélien Deharbe2016-01-08
|
* git completion: Complete commits for all branchesGravatar Fabian Homborg2015-12-30
|
* adds dnf completions for package installsGravatar Botond Erdos2015-12-29
| | | | Since dnf accepts the same arguments as yum, just inherit.
* Fixed kill-signals completion. Added completions for OS X kill command.Gravatar lordlycastle2015-12-28
| | | | Don't generate killall completions when running on Solaris OS - `killall` there literally kills all processes.
* Add database completion for pacmanGravatar Bogdan Sinitsyn2015-12-23
|
* git completions: Add commit hashes for `show`Gravatar Fabian Homborg2015-12-18
| | | | | | | | | | That's probably the part where commit hashes are most used, we can add the other subcommands later. This generates a _lot_ of options, so hooking it up everywhere would be unwise, though our pager helps quite nicely with filtering - typing "Branch" will filter out the commits, and typing other things will filter the subjects, which is quite cool.
* mount completions: Support spaces in mountpointsGravatar Fabian Homborg2015-12-17
| | | | | | This turns '\040' into a space. /etc/mtab also supports other escapes ("\\" for backslash, "\011" for tab), but I can't find documentation for those in fstab.
* Improve mount completion (now with blockdevices!)Gravatar Fabian Homborg2015-12-13
| | | | | | | | | | This adds blockdevices (and directories) and fixes the regexes to no longer include comments but include UUID= and LABEL=, which at least util-linux mount understands. It also shouldn't fail on systems without fstab any longer (like default OSX). Fixes #2606.
* Delete upstreamed docker completionsGravatar Fabian Homborg2015-12-12
| | | | | A better version of these has been in an upstream release, so there's no need to keep this around.
* Update makepkg completionGravatar Fabian Homborg2015-12-11
| | | | A few options were missing and --asroot has been removed