Des menus dans votre terminal - retour accueil
git clone git://bebou.netlib.re/zenu
Log | Files | Refs | README |
commit 1835e15ba814dd8387001ece9aadb21cfbe46df3 parent 3542b60c6338a4ee0a986275ee1ae96f35c4f5d6 Auterice: Arthur Pons <arthur.pons@unistra.fr> Date: Wed, 5 Jun 2024 21:36:18 +0200 Plusieurs acc par menu Une bonne idée ? Ne casse rien d'autre ? Diffstat:
M | bin/build | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bin/build b/bin/build @@ -17,7 +17,7 @@ shift case "$cmd" in (-h|help|--help) usage -;; (face | -f) sed -En '/^##/q;s/_(.)/\x1b[7m\1\x1b[m/;s/^/ /p' "$@" +;; (face | -f) sed -En '/^##/q;s/_(.)/\x1b[7m\1\x1b[m/g;s/^/ /p' "$@" # Avoid Quoting hell (QH) with aliases: # with QH ;; (script | -s) <<-% cat