all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#63860] [PATCH] Shepherd: Add Bash completion file.
@ 2023-06-02 22:19 Oleg Pykhalov
  2023-06-02 22:21 ` [bug#63860] [PATCH] " Oleg Pykhalov
  2023-06-03  9:37 ` [bug#63860] [PATCH v2] " Oleg Pykhalov
  0 siblings, 2 replies; 9+ messages in thread
From: Oleg Pykhalov @ 2023-06-02 22:19 UTC (permalink / raw)
  To: 63860; +Cc: Oleg Pykhalov

This patch adds a Bash completion file discussed in the 45004 issue:

awk replaced with grep and sed;
added more Guix related subcommands;
fixed typo with 't' letter in 'for word in ${COMP_WORDS[*]}t'.

Tested with command:

    guix build -f guix.scm

which produced:

    /gnu/store/hr4rqm9wi9i2fpcd75zpqfd04vqavyif-shepherd-0.10.99-git/etc/bash_completion.d/herd

Oleg Pykhalov (1):
  Add Bash completion file.

 Makefile.am              |   4 ++
 configure.ac             |   9 ++++
 etc/completion/bash/herd | 104 +++++++++++++++++++++++++++++++++++++++
 3 files changed, 117 insertions(+)
 create mode 100644 etc/completion/bash/herd


base-commit: b9b15db9e5bda27287706b6727c462df686e7621
-- 
2.38.0





^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2023-06-05 12:24 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-06-02 22:19 [bug#63860] [PATCH] Shepherd: Add Bash completion file Oleg Pykhalov
2023-06-02 22:21 ` [bug#63860] [PATCH] " Oleg Pykhalov
2023-06-03  9:37 ` [bug#63860] [PATCH v2] " Oleg Pykhalov
2023-06-03  9:41   ` [bug#63860] [PATCH] Shepherd: " Oleg Pykhalov
2023-06-03 18:20   ` [bug#63860] [PATCH v2] " Liliana Marie Prikler
2023-06-03 19:28     ` Oleg Pykhalov
2023-06-03 21:42       ` Liliana Marie Prikler
2023-06-04  8:57         ` [bug#63860] [PATCH v3] " Oleg Pykhalov
2023-06-05 12:03           ` bug#63860: [PATCH] Shepherd: " Ludovic Courtès

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.