Procházet zdrojové kódy

Merge pull request #857 from KlzXS/batch_rename

Favor selection over current for nmv
master
Mischievous Meerkat GitHub před 3 roky
rodič
revize
4b15535983
V databázi nebyl nalezen žádný známý klíč pro tento podpis ID GPG klíče: 4AEE18F83AFDEB23
1 změnil soubory, kde provedl 3 přidání a 6 odebrání
  1. +3
    -6
      plugins/.nmv

+ 3
- 6
plugins/.nmv Zobrazit soubor

@@ -27,12 +27,9 @@ exit_status=0
dst_file=$(mktemp "$TMPDIR/.nnnXXXXXX") dst_file=$(mktemp "$TMPDIR/.nnnXXXXXX")


if [ -s "$selection" ]; then if [ -s "$selection" ]; then
printf "Rename 'c'urrent / 's'election? "
read -r resp

if ! [ "$resp" = "c" ] && ! [ "$resp" = "s" ]; then
exit 1
fi
resp="s"
else
resp="c"
fi fi


if [ "$resp" = "s" ]; then if [ "$resp" = "s" ]; then


Načítá se…
Zrušit
Uložit