From: Oleg Broytman Date: Tue, 31 Mar 2026 17:47:00 +0000 (+0300) Subject: Feat(.mc/menu): Show the filename using `gxmessage` X-Git-Url: https://git.phdru.name/?a=commitdiff_plain;ds=inline;p=dotfiles.git Feat(.mc/menu): Show the filename using `gxmessage` --- diff --git a/.mc/menu b/.mc/menu index 0fab824..11409c6 100644 --- a/.mc/menu +++ b/.mc/menu @@ -16,6 +16,10 @@ shell_patterns=0 $CMD "$f" done ++ t lr +x Show the filename + echo %f | gxmessage -buttons Ok -default Ok -file - + + t lr p View the file in a pager exec ${PAGER:-more} %f