Sfoglia il codice sorgente

Favor selection over current for nmv

master
KlzXS 3 anni fa
parent
commit
c9c1d0d454
Non sono state trovate chiavi note per questa firma nel database ID Chiave GPG: FF9B81B098D5BACA
1 ha cambiato i file con 3 aggiunte e 6 eliminazioni
  1. +3
    -6
      plugins/.nmv

+ 3
- 6
plugins/.nmv Vedi File

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

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

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


Loading…
Annulla
Salva