]> Sergey Matveev's repositories - nnn.git/commitdiff
Minor plugin indentation update
authorArun Prakash Jana <engineerarun@gmail.com>
Sat, 12 Dec 2020 15:23:00 +0000 (20:53 +0530)
committerArun Prakash Jana <engineerarun@gmail.com>
Sat, 12 Dec 2020 15:23:28 +0000 (20:53 +0530)
plugins/bookmarks
plugins/gpgd
plugins/gpge
plugins/kdeconnect
plugins/renamer

index 9bf491ee2a3390ab50fbe6876294ffbd74c03b91..dbb8dbe07488d760b78780c67b4f513b689195db 100755 (executable)
@@ -58,4 +58,3 @@ cddir="$(get_links "$BOOKMARKS_DIR")"
 # https://github.com/jarun/nnn/tree/master/plugins#send-data-to-nnn
 context=0
 printf "%s" "${context}c$(readlink -f "$cddir")" > "$NNN_PIPE"
-
index 0dde58867beb8264b10ebc84159efad6b79a4ef9..ed94bb1d9523f32c89a3feeca80fe8abaf5ebfc0 100755 (executable)
@@ -19,4 +19,3 @@ else
 fi
 
 printf "%s" "$files" | xargs -n1 -I{} gpg --decrypt --output "{}.dec" {}
-
index e69e11673b2da62b1beb7ddcdd4f8e39c7323a0f..6a9cb9a92692165112aa16a877e34813cd70fa7e 100755 (executable)
@@ -35,4 +35,3 @@ else
 
        printf "%s" "$files" | xargs -n1 gpg --encrypt --recipient "$recipient"
 fi
-
index f1cfd95b1a640f6c7cf513b3cac4cbdca641e236..606581046809b395a8ccc048c51cfc136d678205 100755 (executable)
@@ -10,8 +10,9 @@ selection=${NNN_SEL:-${XDG_CONFIG_HOME:-$HOME/.config}/nnn/.selection}
 id=$(kdeconnect-cli -a --id-only | awk '{print $1}')
 if [ "$(find "$selection")" ]; then
     kdeconnect-cli -d "$id" --share "$(cat "$selection")"
-# If you want a system notification, uncomment the next 3 lines.
-#    notify-send -a "Kdeconnect" "Sending $(cat "$selection")"
+
+    # If you want a system notification, uncomment the next 3 lines.
+    #notify-send -a "Kdeconnect" "Sending $(cat "$selection")"
 #else
-#    notify-send -a "Kdeconnect" "No file selected"
+    #notify-send -a "Kdeconnect" "No file selected"
 fi
index 68b6ef03d7313790d4b8cbd8c93e7c936cd11b8b..2d064c55076c9bddc367fdaed13ae18174a3ba8d 100755 (executable)
@@ -38,4 +38,3 @@ elif [ ! "$(LC_ALL=C ls -a)" = ".
        # On older systems that don't have ls -A
     $batchrename
 fi
-