fix bash-completion (uuid) v_0
authorFrantišek Kučera <franta-hg@frantovo.cz>
Wed, 14 Oct 2020 17:46:05 +0200
branchv_0
changeset 26 a6d332fa816c
parent 25 e0627da77dad
child 27 45a1742b9854
fix bash-completion (uuid)
bash-completion.sh
--- a/bash-completion.sh	Sun Oct 11 17:41:53 2020 +0200
+++ b/bash-completion.sh	Wed Oct 14 17:46:05 2020 +0200
@@ -19,7 +19,7 @@
 	if type relpipe-in-jack &> /dev/null && type relpipe-out-nullbyte &> /dev/null; then
 		relpipe-in-jack --list-ports true --list-midi-messages false 2>/dev/null \
 			| relpipe-out-nullbyte \
-			| while _relpipe_out_jack_completion_read_nullbyte "name" "input" "output" "physical" "terminal" "mine" "midi" "type"; do
+			| while _relpipe_out_jack_completion_read_nullbyte "name" "uuid" "input" "output" "physical" "terminal" "mine" "midi" "type"; do
 				 if [[ "$midi" = "true" && "$input" = "true" && "$mine" = "false" ]]; then echo "$name"; fi; done
 	fi
 }