guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/04: guix system: Highlight search results.


From: guix-commits
Subject: 03/04: guix system: Highlight search results.
Date: Fri, 29 Apr 2022 17:15:31 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit d2c663711e8962ee171981b41bed2f971a1e8115
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Fri Apr 29 22:57:30 2022 +0200

    guix system: Highlight search results.
    
    This is a followup to 5e0c3479759047311b6a518fd0bc512b232f201a.
    
    * guix/scripts/system/search.scm (guix-system-search): Pass #:regexps
    parameter to 'display-search-results'.
---
 guix/scripts/system/search.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/guix/scripts/system/search.scm b/guix/scripts/system/search.scm
index d70ed266f4..44f00194cd 100644
--- a/guix/scripts/system/search.scm
+++ b/guix/scripts/system/search.scm
@@ -189,4 +189,5 @@ description matches REGEXPS sorted by relevance, and their 
score."
       (leave-on-EPIPE
        (display-search-results matches (current-output-port)
                                #:print service-type->recutils
+                               #:regexps regexps
                                #:command "guix system search")))))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]