aboutsummaryrefslogtreecommitdiffhomepage
path: root/share/completions
Commit message (Collapse)AuthorAge
* Add completion for systemd's timedatectlGravatar Fabian Homborg2015-08-05
|
* pacman completion: Offer "command-options" firstGravatar Fabian Homborg2015-08-05
|
* Add iptables completionGravatar Fabian Homborg2015-08-05
| | | | This is far from perfect, but I need to gather more feedback.
* systemctl: Add new options from 220Gravatar Fabian Homborg2015-08-05
|
* Complete machines in systemd toolsGravatar Fabian Homborg2015-08-05
|
* Complete commands in pacman againGravatar Fabian Homborg2015-07-31
| | | | "noopt" was mistakenly turned around by missing a "not".
* Tab-Completition for atomGravatar Lars Grefer2015-07-29
|
* Tab-Completition for sassGravatar Lars Grefer2015-07-29
|
* grep completions: remove trailing end statementGravatar David Adam2015-07-26
|
* Merge branch 'death_of_mimedb'Gravatar David Adam2015-07-25
|\
* | read: update completionsGravatar David Adam2015-07-24
| | | | | | | | | | | | | | --right-prompt added in fe9cf673a23007d97d2 but missed from the completions. With thanks to nafg@github.
* | Completion support for the main commands of the travis command line toolGravatar Lars Grefer2015-07-24
| |
| * death of mimedb: remove mimedb from the treeGravatar David Adam2015-07-23
|/
* Normalize *diff completionsGravatar Fabian Homborg2015-07-20
|
* Normalize *grep completionsGravatar Fabian Homborg2015-07-20
|
* Indent svn completionGravatar Fabian Homborg2015-07-20
| | | | Seems emacs' fish-mode sometimes breaks
* Remove function and descriptions from rc-service completionGravatar Fabian Homborg2015-07-20
| | | | | | The descriptions are "Start: Start the service" "Stop : Stop the service" "Restart: Restart the service"
* Normalize *tex completionsGravatar Fabian Homborg2015-07-20
|
* Normalize python* completionGravatar Fabian Homborg2015-07-20
|
* Normalize *sum (md5sum et al) completionsGravatar Fabian Homborg2015-07-20
|
* Normalize svn completionGravatar Fabian Homborg2015-07-20
|
* Normalize atool completionsGravatar Fabian Homborg2015-07-20
| | | | Remove function, use wrapping.
* Update emacs completion with all options, remove silly mime-hackGravatar Fabian Homborg2015-07-20
| | | | | | | | | | | | | __fish_complete_mime used in that way is a no-op on current fish anyway, and emacs is by no means useful for just text files (it can also view PDFs, images, ...). Otherwise this completion currently only offers options, not arguments. For most these are pretty much incompletable (lisp code, for example), and for others it's just not all that useful. Signed-off-by: David Adam <zanchey@ucc.gu.uwa.edu.au>
* pacman completion: Turn into regular completionGravatar Fabian Homborg2015-07-19
| | | | | | | | | | This used to be a function because we didn't have complete -w Use that and it becomes a bit simpler. This also simplifies the code in a few other ways (like removing a useless-use-of-cat) and adds comments about a few edgecases.
* sysctl completions: Add OSX supportGravatar Fabian Homborg2015-07-19
|
* Add sysctl completionGravatar Fabian Homborg2015-07-19
| | | | See fish-shell/fish-shell#1375
* Apropos completion: Ignore stderrGravatar Fabian Homborg2015-07-19
| | | | Fixes fish-shell/fish-shell#1171
* Improve journalctl completionGravatar Fabian Homborg2015-07-16
| | | | | | | | - Complete fields and (more importantly) values - Add all options - Complete boots Signed-off-by: David Adam <zanchey@ucc.gu.uwa.edu.au>
* machinectl: Fix fatal errors in __fish_systemd_has_machine_imageGravatar Fabian Homborg2015-07-02
|
* machinectl completions: Add --no-ask-passwordGravatar Fabian Homborg2015-07-02
|
* Add completions for systemd's machinectlGravatar Fabian Homborg2015-07-02
|
* Add completions for Debian's Apache tools, a2{en,dis}{mod,conf,site}Gravatar David Adam2015-06-26
| | | | Work on #2141.
* Add completion for systemd's busctlGravatar Fabian Homborg2015-06-23
|
* Merge branch 'Integration_2.2.0'Gravatar David Adam2015-06-05
|\
* | Revert "Add completions for pass"Gravatar David Adam2015-05-25
| | | | | | | | | | | | | | | | | | | | | | This reverts commit bfbeca8b6c2fd5f25488bc1add4198e570898722 which was submitted in #2089. `pass` ships its own completions and duplication is likely to cause problems. See https://github.com/fish-shell/fish-shell/pull/1843 for the rationale.
* | Add completions for git-filter-branchGravatar John Pham2015-05-23
| |
* | Add completions for passGravatar Rico Sta. Cruz2015-05-23
| |
| * abbr: rename --remove to --eraseGravatar David Adam2015-05-22
|/ | | | | | for consistency with other fish commands Closes #2071.
* Added completions for `apt` commandGravatar Roman Hargrave2015-04-16
|
* add completions for test kitchenGravatar Nathan L Smith2015-04-07
|
* systemctl: Fix devices/slices/scopes/swaps completionGravatar Fabian Homborg2015-03-11
| | | | | A rogue single-quote meant that a non-existent function '__fish_systemctl_$t' was called
* Revert "Adjust filters a bit" - it doesn't work for .serviceGravatar Fabian Homborg2015-03-06
| | | | | | | | Unfortunately, list-unit-files doesn't understand --state=loaded This needs a new function to explicitly use list-units This reverts commit 9f521b7694780c1e3606c6c58ad7aca78c5cfdca.
* Adjust filters a bitGravatar Fabian Homborg2015-03-06
| | | | | This includes only showing unmasked units in mask, only loaded units in start and more types in show/list-dependencies
* Make enable/disable completions work againGravatar Fabian Homborg2015-03-06
| | | | Was single-quoted, should have been double-quoted
* Simplify code by removing duplicated descriptionsGravatar Fabian Homborg2015-03-06
| | | | For-loops ftw!
* systemctl completions: Improve option handlingGravatar Fabian Homborg2015-03-06
|
* systemctl completions: Show options for --property=Gravatar Fabian Homborg2015-03-06
| | | | Inspired by the official bash completion, this uses systemd --dump-configuration-items.
* systemctl completions: Remove duplicated commandsGravatar Fabian Homborg2015-03-06
|
* systemctl completions: Only list matching units on enable/disableGravatar Fabian Homborg2015-03-06
|
* systemctl completions: Add more unit types and commandsGravatar Fabian Homborg2015-03-06
| | | | It should now support all unit types mentioned in systemd.unit(5)