# GNU Guix --- Functional package management for GNU # Copyright © 2018 Oleg Pykhalov # # 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 . # 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 fslogtreecommitdiff
AgeCommit message (Expand)Author
2023-04-22gnu: perl-glib: Update to 1.3293....Efraim Flashner
2023-04-21gnu: libsigc++-2: Remove patch-docbook-xml phase....Maxim Cournoyer
2023-04-21gnu: libsigc++: Remove patch-docbook-xml phase....Maxim Cournoyer
2023-04-21gnu: glib-with-documentation: Remove patch-docbook-xml phase....Maxim Cournoyer
2023-01-30Merge remote-tracking branch 'origin/master' into core-updates...Efraim Flashner
2022-11-21gnu: Add libaccounts-glib....Brendan Tildesley
2022-09-16gnu: glib-next: Use G-expression....Marius Bakke
2022-09-15Merge branch 'staging' into core-updates...Maxim Cournoyer
2022-09-13gnu: Add glib-next....Maxim Cournoyer
2022-09-13gnu: Add gobject-introspection-next....Maxim Cournoyer
2022-09-09gnu: python-pygobject: Update to 3.42.2....Marius Bakke
2022-08-28gnu: glibmm: Update to 2.72.1 and use gexps....Maxim Cournoyer
2022-08-28gnu: glib: Use gexps....Maxim Cournoyer
2022-08-08gnu: glib: Remove unneeded inputs....Efraim Flashner