aboutsummaryrefslogtreecommitdiffhomepage
path: root/share/completions
Commit message (Collapse)AuthorAge
* npm completions: Check command npm existenceGravatar Fabian Homborg2016-06-21
| | | | Really fixes #3158 and #3152.
* systemctl completions: Add reset-failed completionGravatar Fabian Homborg2016-06-21
| | | | Fixes #3153.
* npm completions: Call command npmGravatar Fabian Homborg2016-06-21
| | | | | | npm is often wrapped by a function. Fixes #3158.
* Completion for string match --invertGravatar Aaron Gyes2016-06-13
| | | | Also adds descriptions for some other options which were absent.
* Fix and enhance netctl-auto completionsGravatar Clément Martinez2016-06-08
| | | | | | | | | | | I mixed things up with `netctl` somehow. Since the two are quite different they do not have the same function, they should not have the same completions. I also find that I would be smarter to only display the relevent profiles given what we want to do. If we want to disable a profile we should only complete with enabled profile for completion for instance. I don't know if the implemention is nice enough however.
* Add help option completions for godoc, gofmt, goimports, golint, gorenameGravatar Clément Martinez2016-06-08
|
* Clean mkdir completionsGravatar Clément Martinez2016-06-08
|
* Split __fish_print_modules from modprob.fish and modinfo.fishGravatar Clément Martinez2016-06-08
|
* Refine mkdir completions for non SELinux and non GNUGravatar Clément Martinez2016-06-08
|
* Add xz completionsGravatar Clément Martinez2016-06-08
|
* Add modinfo completionsGravatar Clément Martinez2016-06-08
|
* Add lscpu completionsGravatar Clément Martinez2016-06-08
|
* Add gorename completionsGravatar Clément Martinez2016-06-08
|
* Add golint completionsGravatar Clément Martinez2016-06-08
|
* Add goimports completionsGravatar Clément Martinez2016-06-08
|
* Clean udisksctlGravatar Clément Martinez2016-06-08
|
* Clean netctl-auto and udiskctl completionsGravatar Clément Martinez2016-06-07
|
* Add udisksctl autocompleteGravatar Clément Martinez2016-06-07
|
* Add termite autocompleteGravatar Clément Martinez2016-06-07
|
* Add poweroff autocompleteGravatar Clément Martinez2016-06-07
|
* Add netctl-auto autocompleteGravatar Clément Martinez2016-06-07
|
* Add mkdir autocompleteGravatar Clément Martinez2016-06-07
|
* Add gofmt autocompleteGravatar Clément Martinez2016-06-07
|
* Add godoc autocompleteGravatar Clément Martinez2016-06-07
|
* Add alsamixer autocompleteGravatar Clément Martinez2016-06-07
|
* git completions: Only take general options before commandGravatar Fabian Homborg2016-06-04
|
* git completions: Ignore stderr everywhereGravatar Fabian Homborg2016-06-04
| | | | | | This allows us to run git commands outside of a git repo. Fixes #3114.
* Add completions for git blame command (#3094)Gravatar Hunsu2016-06-02
|
* correct __fish_contains_opts to __fish_contains_opt (#3102)Gravatar Jens Fredskov2016-06-01
| | | Completion throws and error about the command `__fish_contains_opts` beings unknown. It seems to be a simple typo, as all other completions use `__fish_contains_opt`
* Add Purge Subcommand Completion for Apt (#3097)Gravatar Fahri Cihan Demirci2016-06-01
|
* Man completions: Don't show sections when completing pagesGravatar Fabian Homborg2016-05-29
|
* git completions: Add general optionsGravatar Fabian Homborg2016-05-29
| | | | | | These are the options between `git` and the subcommand. Fixes #3087.
* Split off __fish_complete_blockdevice from mount.fish.Gravatar Frederik “Freso” S. Olesen2016-05-27
| | | | | | The __fish_complete_blockdevice function can be useful to other completions than mount.fish, so it should live on its own so its available to those.
* Remove executable flag from pacaur completion.Gravatar Frederik “Freso” S. Olesen2016-05-27
|
* Test for Atom Package Manager now passes correctlyGravatar Dan Underwood2016-05-24
| | | Move to `string match` syntax from `grep` caused test to see if the Atom Package Manager is installed to always fail. This appears to fix the issue (tested on fish 2.3.0 with apm 1.6.0).
* Improve asp's package completionGravatar Fabian Homborg2016-05-19
|
* Add networkctl completionGravatar Fabian Homborg2016-05-19
| | | | Very simple, but effective.
* Remove stray "=" from completions.Gravatar Fabian Homborg2016-05-19
|
* Implement src:dest for git push completionGravatar Fabian Homborg2016-05-19
| | | | | | | This allows specifying a local branch to push to a certain remote branch. Fixes #3035.
* Add completion for `ip`Gravatar Fabian Homborg2016-05-19
| | | | | | | | This is quite ugly because the syntax is ugly, the documentation both under- and overspecified at the same time (a BNF that isn't...) and it has a lot of functionality. But the completion works half-decent for `ip address`, so let's ship it.
* git: Complete reflog for resetGravatar Fabian Homborg2016-05-13
|
* Indent git completionGravatar Fabian Homborg2016-05-11
| | | | It's about time I finally fixed my emacs config.
* git completion: Complete commits for cherry-pick if at least threeGravatar Fabian Homborg2016-05-11
| | | | characters are given
* git completion: Fix option-before-command for stashGravatar Fabian Homborg2016-05-11
| | | | | Because it allows sub-subcommands, it has functions to determine which, if any, is used. These were too simplistic.
* git completion: More stringificationGravatar Fabian Homborg2016-05-11
|
* git completion: Allow --pretty for more commandsGravatar Fabian Homborg2016-05-11
| | | | This _should_ be all of them.
* git completion: Allow more than one arg to using_commandGravatar Fabian Homborg2016-05-11
| | | | | | Now we can easily add an option to multiple commmands. This should also fix some edgecases.
* git completion: Show commits for revert and tag --containsGravatar Fabian Homborg2016-05-11
|
* Add git commit --fixup completions (#3021)Gravatar Terje Larsen2016-05-11
|
* Added completions for rmmod (#3007)Gravatar [Redacted]2016-05-08
|