summaryrefslogtreecommitdiff
path: root/shell-completion/bash
Commit message (Collapse)AuthorAge
* Prep v239: Remove portabled, rc-local and time-sync.Sven Eden2018-08-24
| | | | They, or at least bits of them, have slithered in during migration.
* tree-wide: drop copyright headers from frequent contributorsZbigniew Jędrzejewski-Szmek2018-08-24
| | | | | | | | Fixes #9320. for p in Shapovalov Chevalier Rozhkov Sievers Mack Herrmann Schmidt Rudenberg Sahani Landden Andersen Watanabe; do git grep -e 'Copyright.*'$p -l|xargs perl -i -0pe 's|/([*][*])?[*]\s+([*#]\s+)?Copyright[^\n]*'$p'[^\n]*\s*[*]([*][*])?/\n*|\n|gms; s|\s+([*#]\s+)?Copyright[^\n]*'$p'[^\n]*\n*|\n|gms' done
* Drop my copyright headersZbigniew Jędrzejewski-Szmek2018-08-24
| | | | | | | perl -i -0pe 's/\s*Copyright © .... Zbigniew Jędrzejewski.*?\n/\n/gms' man/*xml git grep -e 'Copyright.*Jędrzejewski' -l | xargs perl -i -0pe 's/(#\n)?# +Copyright © [0-9, -]+ Zbigniew Jędrzejewski.*?\n//gms' git grep -e 'Copyright.*Jędrzejewski' -l | xargs perl -i -0pe 's/\s*\/\*\*\*\s+Copyright © [0-9, -]+ Zbigniew Jędrzejewski[^\n]*?\s*\*\*\*\/\s*/\n\n/gms' git grep -e 'Copyright.*Jędrzejewski' -l | xargs perl -i -0pe 's/\s+Copyright © [0-9, -]+ Zbigniew Jędrzejewski[^\n]*//gms'
* tree-wide: beautify remaining copyright statementsLennart Poettering2018-08-24
| | | | | | Let's unify an beautify our remaining copyright statements, with a unicode ©. This means our copyright statements are now always formatted the same way. Yay.
* resolve: rename PrivateDNS to DNSOverTLSIwan Timmer2018-08-24
| | | | PrivateDNS is not considered a good name for this option, so rename it to DNSOverTLS
* bash-completion/resolvectl: support privatedns commandYu Watanabe2018-08-24
|
* bash-completion: add completion for portablectlYu Watanabe2018-08-24
|
* bash-completion: add completion for resolvectlYu Watanabe2018-08-24
|
* tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek2018-08-24
| | | | | | | | | | Files which are installed as-is (any .service and other unit files, .conf files, .policy files, etc), are left as is. My assumption is that SPDX identifiers are not yet that well known, so it's better to retain the extended header to avoid any doubt. I also kept any copyright lines. We can probably remove them, but it'd nice to obtain explicit acks from all involved authors before doing that.
* bash-completion: loginctl: add missing options and verbsYu Watanabe2018-05-30
|
* Prep v236 : Add missing SPDX-License-Identifier (1/9) shell-completionSven Eden2018-03-15
|
* Prep v236: Apply missing upstream updates to the build systemSven Eden2018-03-13
|
* Meson build system: Add missing '#' in masked blocksSven Eden2018-03-07
|
* Apply missing updates from upstreamSven Eden2017-12-08
|
* Apply updates from upstreamSven Eden2017-12-07
|
* build-sys: use #if Y instead of #ifdef Y everywhereZbigniew Jędrzejewski-Szmek2017-11-23
| | | | | | | | | | | | | | | The advantage is that is the name is mispellt, cpp will warn us. $ git grep -Ee "conf.set\('(HAVE|ENABLE)_" -l|xargs sed -r -i "s/conf.set\('(HAVE|ENABLE)_/conf.set10('\1_/" $ git grep -Ee '#ifn?def (HAVE|ENABLE)' -l|xargs sed -r -i 's/#ifdef (HAVE|ENABLE)/#if \1/; s/#ifndef (HAVE|ENABLE)/#if ! \1/;' $ git grep -Ee 'if.*defined\(HAVE' -l|xargs sed -i -r 's/defined\((HAVE_[A-Z0-9_]*)\)/\1/g' $ git grep -Ee 'if.*defined\(ENABLE' -l|xargs sed -i -r 's/defined\((ENABLE_[A-Z0-9_]*)\)/\1/g' + manual changes to meson.build squash! build-sys: use #if Y instead of #ifdef Y everywhere v2: - fix incorrect setting of HAVE_LIBIDN2
* Prep v235: Remove superfluous .gitignore filesSven Eden2017-08-14
|
* General: Update build system to upstream support of meson+ninja.Sven Eden2017-08-04
| | | | | | | | Upstream thinks, that the auto tools are too 'legacy', or that they are at least no longer fitting. We follow, as the classic auto tools files have been removed, so no other choice here...
* bash-completion: list valid signal namesEvgeny Vereshchagin2017-05-17
| | | | this is a follow-up for commit 18540892d18addc4dcb81
* Prep v220: Remove all source files, taht are not needed to build elogind.Sven Eden2017-03-14
| | | | | | | | | | Prep v220: Remove not needed headers, round 1 Prep v220: Remove not needed headers, round 2 Prep v220: Remove not needed headers, round 3 Prep v220: Remove empty source directories Prep v220: Remove non-empty source directories, that aren't needed by elogind Prep v220: Remove all root directories that aren't referenced by the elogind build chain. Prep v220: remove superfluous src/import directory and systemd configurations and policies.
* remove shell completionAndy Wingo2015-04-08
|
* Updates in bash autocompletionsCarlos Morata Castillo2015-01-29
| | | | | | | | | Hi, I did ./check-undocumented.sh -b (my script just submitted) and checked the results. Cheers.
* shell-completion: add missing output modesRonny Chevalier2015-01-09
| | | | https://bugs.freedesktop.org/show_bug.cgi?id=88216
* bash-completion: systemd-nspawn updateCarlos Morata Castillo2015-01-08
| | | | | | | | *Autocompletion for dirs, doesn't leave until you press space. *Added tmpfs, volatile and network-macvlan options. I tried with the SELinux options with seinfo(setools-console), but too messy to get it right. Even Daniel Walsh haven't done it yet. :)
* shell-completion: add full support for completing busctl command lines, with ↵Lennart Poettering2014-12-23
| | | | services, objects, interfaces, members, and signatures
* shell-completion: systemctl editRonny Chevalier2014-12-10
|
* hostnamed: introduce new "embedded" chassis typeLennart Poettering2014-11-06
| | | | | | | We really don't want to get lost in adding fridge, car, plane, drone, or whatever else, hence add a generic term "embedded" cover all the cases where the computer is just part of something bigger, and not at the focus of things.
* bash-completion: use improved filtering to make things fasterZbigniew Jędrzejewski-Szmek2014-10-29
|
* bash-completion: rework startable/restartable units once moreZbigniew Jędrzejewski-Szmek2014-10-29
| | | | | | | | I tried to use 'systemctl --all list-units' to filter unit files, but this always filters out unit files which are not loaded. We want to complete systemctl start with those units too, so this approach is not going to work. New version is rather slow, but hopefully correct.
* shell-completion: systemctl set-default,get-default,is-system-runningZbigniew Jędrzejewski-Szmek2014-10-27
|
* shell-completion/bash: add add-wants and add-requiresLukas Nykryn2014-10-19
|
* shell-completion: propose templates for disable/[re]enable/[re]startZbigniew Jędrzejewski-Szmek2014-10-14
| | | | | | | | | | | | | | Templates can be [re]enabled, on their own if the have DefaultInstance set, and with an instance suffix in all cases. Propose just the template name ending in @, to underline the instance suffix may have to be appended. Likewise for start/restart. This means that sometimes superflous units that one will not really want to operate on will be proposed, but this seems better than proposing a very incomplete set of names. https://bugs.freedesktop.org/show_bug.cgi?id=66912
* shell-completion: fix completion of inactive unitsZbigniew Jędrzejewski-Szmek2014-10-14
| | | | | | | | | | | Units which not loaded were not proposed properly. OTOH, we should filter units from get-unit-files by their state if they are currently loaded. Bring zsh completions in line with bash completion, the same logic should be used in both implementations. https://bugzilla.redhat.com/show_bug.cgi?id=1024379 https://bugzilla.redhat.com/show_bug.cgi?id=790768 https://bugs.freedesktop.org/show_bug.cgi?id=84720
* completion: filter templates from restartable unitsDave Reisner2014-08-29
| | | | | | | | Since c6a373a2634854, we might encounter unit templates via the 'list-units' verb. These aren't restartable (and we throw errors), so make sure they're filtered out of the completion options. fixes downstream bug: https://bugs.archlinux.org/task/41719
* shell-completion: prevent mangling unit names (bash)Eric Cook2014-07-27
| | | | | | | | This fixes the issue noted by Zbigniew in most cases. if a unit's name is enclosed in single quotes completion still will not happen after the first `\'. https://bugs.freedesktop.org/show_bug.cgi?id=78388
* bash-completion: use list-unit-files to get "all" unitsZbigniew Jędrzejewski-Szmek2014-07-26
| | | | | | | | | | I think that it is better to return good results slightly more slowly, than partial quickly. Also reading from disk seems fast enough. Even the delay on first try with completely cold cache is acceptable. This is just for bash, 'cause zsh was already doing this. https://bugzilla.redhat.com/show_bug.cgi?id=790768
* shell-completion: systemd-analyze verify, systemctl linkZbigniew Jędrzejewski-Szmek2014-07-21
| | | | | | | | Some zsh completion helpers were not installed, so completion was broken. Add systemd-analyze verify. Make systemctl link complete only unit names.
* bash-completion: -p option for journalctlZbigniew Jędrzejewski-Szmek2014-07-19
|
* shell-completion: restore completion for -pZbigniew Jędrzejewski-Szmek2014-07-15
| | | | | | It was broken since systemd was moved out of /bin. For zsh it was never there.
* shell-completion: add hostnamectl set-deploymentZbigniew Jędrzejewski-Szmek2014-07-11
|
* shell-completion,man: beef up chassis completions and descriptionZbigniew Jędrzejewski-Szmek2014-07-11
| | | | | Parameters to hostnamectl command are not optional and should not be marked as such in the man page.
* coredump: coredumpctl is so useful now, make it a first-class citizenLennart Poettering2014-06-19
| | | | | Drop the "systemd-" prefix, renaming it from "systemd-coredumpctl" to "coredumpctl".
* bash completion: fix __get_startable_unitsDan Kilman2014-04-13
|
* bash completion: add -i/--image to nspawnThomas Hindoe Paaboel Andersen2014-04-11
|
* bash_completion: busctl - add support for --user modeKay Sievers2014-04-04
|
* bash completion: Add -r/--recursive to systemctlThomas Hindoe Paaboel Andersen2014-04-03
|
* systemctl: --kill-mode is long long gone, don't mention it in the man pageLennart Poettering2014-03-25
|
* systemd-run: extend bash completionThomas Hindoe Paaboel Andersen2014-03-17
| | | | | | | | | | | | --system -H --host -M --machine --service-type (options: simple forking oneshot dbus notify idle) --uid --gid --nice --setenv -p --property (options read from bus_append_unit_property_assignment)
* add bash completion for systemd-catThomas Hindoe Paaboel Andersen2014-03-04
|
* add bash completion for systemd-detect-virtThomas Hindoe Paaboel Andersen2014-03-03
|