mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
guix package: Add 'guix search' alias.
* guix/scripts/search.scm: New file. * Makefile.am (MODULES): Add it. * po/guix/POTFILES.in: Add it. * tests/guix-package-aliases.sh: Add test. * doc/guix.texi (Invoking guix package): Document it and use it in a couple of examples.
This commit is contained in:
@@ -56,3 +56,5 @@ then false; else true; fi
|
||||
|
||||
if guix remove -i guile-bootstrap -p "$profile" --bootstrap
|
||||
then false; else true; fi
|
||||
|
||||
guix search '\<board\>' game | grep '^name: gnubg'
|
||||
|
||||
Reference in New Issue
Block a user