zenu

Des menus dans votre terminal - retour accueil

git clone git://bebou.netlib.re/zenu
Log | Files | Refs | README |

commit 28761292ca1e399227e02332ae754600abcb86f7
parent 1835e15ba814dd8387001ece9aadb21cfbe46df3
Auterice: Arthur Pons <arthur.pons@unistra.fr>
Date:   Mon, 14 Oct 2024 14:10:09 +0200

Changement de delim dans les exemples

Sinon on peut pas make.
D'ailleurs faudrait proposer d'autres exemples, préférablement qui font
des trucs.

Diffstat:
Meg/mail | 10+++++-----
Meg/main | 10+++++-----
Meg/mru | 4++--
Meg/network | 10+++++-----
4 files changed, 17 insertions(+), 17 deletions(-)

diff --git a/eg/mail b/eg/mail @@ -1,8 +1,8 @@ -read main box -sync from partage -read old stuff -compose -index +_read main box +_sync from partage +read _old stuff +_compose +_index ## react ;; (r) mutt ;; (o) mutt -f ~/Maildir/Trash diff --git a/eg/main b/eg/main @@ -1,8 +1,8 @@ -mail -recent (MRU) -jobs -notes -network +_mail +_recent (MRU) +_jobs +_notes +net_work ## react ;; (m) zenu+ mail ;; (r) zenu+ mru diff --git a/eg/mru b/eg/mru @@ -1,5 +1,5 @@ -directories -files +_directories +_files ## react ;; (d) c ;; (f) e diff --git a/eg/network b/eg/network @@ -1,8 +1,8 @@ -chose interface -up -down -get ip addr -get up (u+g) +_chose interface +_up +_down +_get ip addr +get up (u_+g) ## pre local save=$zenu_store/network_interface local state=$zenu_store/network_state