]> git.phdru.name Git - dotfiles.git/commitdiff
.mc/menu: Use selected (`%s`) instead of tagged (`%t`) files
authorOleg Broytman <phd@phdru.name>
Sun, 14 Apr 2019 16:13:28 +0000 (19:13 +0300)
committerOleg Broytman <phd@phdru.name>
Sun, 14 Apr 2019 16:13:28 +0000 (19:13 +0300)
.mc/menu

index f0ce0c07e72e82abcebc88c99c2749098c3acdbf..d2191068875771f4e66679d34d8fafbe3b54b6f3 100644 (file)
--- a/.mc/menu
+++ b/.mc/menu
@@ -10,9 +10,9 @@ shell_patterns=0
    exec $CMD %s
 
 + t t
-@  Do something on the tagged files one by one
+@  Do something on the selected files one by one
    CMD=%{Enter command}
-   for f in %t; do
+   for f in %s; do
      $CMD "$f"
    done
 
@@ -311,7 +311,7 @@ y  zip the file/directory with recoded filename(s)
    exec zip.py %f.zip %f
 
 + t t
-Z  zip these files/directories
+Z  zip selected files/directories
    ZIP=%{Enter zip name}
    exec zip -r9 "$ZIP" %s