[pacman-dev] [PATCH] use pacman-conf in bash completion

Joel Teichroeb joel at teichroeb.net
Mon Jan 15 21:15:23 UTC 2018


Signed-off-by: Joel Teichroeb <joel at teichroeb.net>
---
 scripts/completion/bash_completion.in | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/scripts/completion/bash_completion.in b/scripts/completion/bash_completion.in
index 06963c42..9ef43238 100644
--- a/scripts/completion/bash_completion.in
+++ b/scripts/completion/bash_completion.in
@@ -96,6 +96,10 @@ _pacman_pkg() {
   )"
 }
 
+_pacman_repo_list() {
+  _arch_compgen "$(pacman-conf --repo-list)"
+}
+
 _pacman() {
   local common core cur database files prev query remove sync upgrade o
   COMPREPLY=()
@@ -136,7 +140,7 @@ _pacman() {
           _pacman_pkg Qq;;
       S)
         { _arch_incomp 'g groups' && _pacman_pkg Sg; }      ||
-        { _arch_incomp 'l list'   && _pacman_pkg Sl sort; } ||
+        { _arch_incomp 'l list'   && _pacman_repo_list; } ||
           _pacman_pkg Slq;;
       U)
           _pacman_file;;
-- 
2.15.1


More information about the pacman-dev mailing list