From caf42035197bd245c6bfad32ecfa785c667be859 Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Sat, 17 Jan 2015 21:00:21 +0300 Subject: [PATCH] mc.menu: change titles --- .mc/menu | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.mc/menu b/.mc/menu index 1ddf240..ffabda4 100644 --- a/.mc/menu +++ b/.mc/menu @@ -203,7 +203,7 @@ P Play directory with gmplayer gmplayer %f/* & + t d & f ^\.\.$ -b Make a .tar.bz2 release of the current directory +b Compress the current subdirectory to tar.bz2 Pwd="`basename %d /`" echo -n "Name of the distribution file (without extension) [$Pwd]: " read tar @@ -212,7 +212,7 @@ b Make a .tar.bz2 release of the current directory echo ../"$tar".tar.bz2 created. + t d & f ^\.\.$ -g Make a .tar.gz release of the current directory +g Compress the current subdirectory to tar.gz Pwd="`basename %d /`" echo -n "Name of the distribution file (without extension) [$Pwd]: " read tar @@ -221,7 +221,7 @@ g Make a .tar.gz release of the current directory echo ../"$tar".tar.gz created. + t d & f ^\.\.$ -t Make a .tar release of the current directory +t Compress the current subdirectory to tar Pwd="`basename %d /`" echo -n "Name of the distribution file (without extension) [$Pwd]: " read tar @@ -230,7 +230,7 @@ t Make a .tar release of the current directory echo ../"$tar".tar created. + t d & f ^\.\.$ -z Make a .zip release of the current directory +z Compress the current subdirectory to zip Pwd="`basename %d /`" echo -n "Name of the distribution file (without extension) [$Pwd]: " read zip @@ -239,7 +239,7 @@ z Make a .zip release of the current directory echo ../"$zip".zip created. + t d & f ^\.\.$ -y Make a .zip release of the current directory with recoded filenames +y Compress the current subdirectory to zip with recoded filenames Pwd="`basename %d /`" echo -n "Name of the distribution file (without extension) [$Pwd]: " read zip -- 2.39.2