aboutsummaryrefslogtreecommitdiff
path: root/etc/completion/bash/guix-daemon
blob: 997c142c7e4544923a98b5558d2ce48c3ee9b9ed (about) (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# GNU Guix --- Functional package management for GNU
# Copyright © 2018 Oleg Pykhalov <go.wigust@gmail.com>
#
# This file is part of GNU Guix.
#
# GNU Guix is free software; you can redistribute it and/or modify it
# under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 3 of the License, or (at
# your option) any later version.
#
# GNU Guix is distributed in the hope that it will be useful, but
# WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with GNU Guix.  If not, see <http://www.gnu.org/licenses/>.

# Bash completion for guix-daemon command.

_guix_daemon_complete ()
{
    local options="$(${COMP_WORDS[0]} --help 2> /dev/null \
                            | grep '^  \+-' \
                            | sed -e's/^.*--\([a-zA-Z0-9_-]\+\)\(=\?\).*/--\1\2/g')"
    compopt -o nospace
    COMPREPLY=($(compgen -W "$options" -- "${COMP_WORDS[${#COMP_WORDS[*]} - 1]}"))
}

complete -F _guix_daemon_complete guix-daemon
* gnu/packages/fcitx5.scm(fcitx5-configtool): Update to 5.0.2. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> Zhu Zihao 2021-01-28gnu: fcitx5-qt: Update to 5.0.2....* gnu/packages/fcitx5.scm(fcitx5-qt): Update to 5.0.2. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> Zhu Zihao 2021-01-28gnu: fcitx5-gtk: Update to 5.0.3....* gnu/packages/fcitx5.scm(fcitx5-gtk): Update to 5.0.3. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> Zhu Zihao 2021-01-28gnu: fcitx5-chinese-addons: Update to 5.0.3....* gnu/packages/fcitx5.scm(fcitx5-chinese-addons): Update to 5.0.3. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> Zhu Zihao 2021-01-28gnu: fcitx5-lua: Update to 5.0.2....* gnu/packages/fcitx5.scm(fcitx5-lua): Update to 5.0.2. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> Zhu Zihao 2021-01-28gnu: fcitx5: Update to 5.0.4....* gnu/packages/fcitx5.scm(fcitx5): Update to 5.0.4. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> Zhu Zihao 2021-01-28gnu: libime: Update to 1.0.3....* gnu/packages/fcitx5.scm(libime): Update to 1.0.3. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> Zhu Zihao 2021-01-28gnu: xcb-imdkit: Update to 1.0.2....* gnu/packages/fcitx5.scm(xcb-imdkit): Update to 1.0.2. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> Zhu Zihao 2021-01-28gnu: fcitx5-configtool: Fix indentation....* gnu/packages/fcitx5.scm(fcitx5-configtool): Fix indentation. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> Zhu Zihao 2020-12-11gnu: fcitx5-chinese-addons: Remove stale build steps....* gnu/packages/fcitx5.scm (fcitx5-chinese-addons)[arguments] <configure-flags>: Remove it. <phases>: Remove phase 'patch-install-prefix'. Signed-off-by: 宋文武 <iyzsong@member.fsf.org> Zhu Zihao 2020-12-11gnu: fcitx5-lua: Remove stale build steps....* gnu/packages/fcitx5.scm (fcitx-lua)[arguments]: Remove it. Signed-off-by: 宋文武 <iyzsong@member.fsf.org> Zhu Zihao 2020-12-08gnu: fcitx5-material-color-theme: Add source file-name....* gnu/packages/fcitx5.scm (fcitx5-material-color-theme)[source]: Add file-name field. Efraim Flashner 2020-12-08gnu: Add fcitx5-material-color-theme....* gnu/packages/fcitx5.scm (fcitx5-material-color-theme): New variable. Signed-off-by: 宋文武 <iyzsong@member.fsf.org> Zhu Zihao 2020-12-08gnu: Add fcitx5-configtool....* gnu/packages/fcitx5.scm (fcitx5-configtool): New variable. Signed-off-by: 宋文武 <iyzsong@member.fsf.org> Zhu Zihao 2020-12-08gnu: Add fcitx5-chinese-addons....* gnu/packages/fcitx5.scm (fcitx5-chinese-addons): New variable. Signed-off-by: 宋文武 <iyzsong@member.fsf.org> Zhu Zihao 2020-12-08gnu: Add fcitx5-gtk....* gnu/packages/fcitx5.scm (fcitx5-gtk): New variable. Signed-off-by: 宋文武 <iyzsong@member.fsf.org> Zhu Zihao 2020-12-08gnu: Add fcitx5-qt....* gnu/packages/fcitx5.scm (fcitx5-qt): New variable. Signed-off-by: 宋文武 <iyzsong@member.fsf.org> Zhu Zihao 2020-12-08gnu: Add libime....* gnu/packages/fcitx5.scm (libime): New variable. Signed-off-by: 宋文武 <iyzsong@member.fsf.org> Zhu Zihao 2020-12-08gnu: Add fcitx5-lua....* gnu/packages/fcitx5.scm (fcitx5-lua): New variable. Signed-off-by: 宋文武 <iyzsong@member.fsf.org> Zhu Zihao 2020-12-08gnu: Add fcitx5....* gnu/packages/fcitx5.scm (fcitx5): New variable. Signed-off-by: 宋文武 <iyzsong@member.fsf.org> Zhu Zihao 2020-12-08gnu: Add xcb-imdkit....* gnu/packages/fcitx5.scm: New file. * gnu/local.mk (GNU_SYSTEM_MODULES): Add it. Signed-off-by: 宋文武 <iyzsong@member.fsf.org> Zhu Zihao