aboutsummaryrefslogtreecommitdiffhomepage
path: root/share/completions/systemctl.fish
Commit message (Collapse)AuthorAge
* systemctl completions: Add reset-failed completionGravatar Fabian Homborg2016-06-21
| | | | Fixes #3153.
* Remove stray "=" from completions.Gravatar Fabian Homborg2016-05-19
|
* 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
* systemctl: Add new options from 220Gravatar Fabian Homborg2015-08-05
|
* Complete machines in systemd toolsGravatar Fabian Homborg2015-08-05
|
* 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)
* systemctl completions: Simplify code by using __fish_seen_subcommand_fromGravatar Fabian Homborg2015-03-06
|
* systemctl completions: Support command-after-optionsGravatar Fabian Homborg2015-03-06
| | | | This fixes completions for e.g. `systemctl --quiet status`
* Functions instead of static variables for conditions.Gravatar SanskritFritz2014-05-03
|
* Add systemctl completionsGravatar Valentin-Costel Hăloiu2013-05-25