1
0
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:
Ludovic Courtès
2019-04-29 10:41:11 +02:00
parent 9d3053819d
commit da56f10971
5 changed files with 79 additions and 5 deletions

View File

@@ -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'