From fc3a247c317ca414eb5ec23bb24da6735cd91f77 Mon Sep 17 00:00:00 2001 From: Arun Prakash Jana Date: Sat, 12 Dec 2020 20:53:00 +0530 Subject: [PATCH] Minor plugin indentation update --- plugins/bookmarks | 1 - plugins/gpgd | 1 - plugins/gpge | 1 - plugins/kdeconnect | 7 ++++--- plugins/renamer | 1 - 5 files changed, 4 insertions(+), 7 deletions(-) diff --git a/plugins/bookmarks b/plugins/bookmarks index 9bf491ee..dbb8dbe0 100755 --- a/plugins/bookmarks +++ b/plugins/bookmarks @@ -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" - diff --git a/plugins/gpgd b/plugins/gpgd index 0dde5886..ed94bb1d 100755 --- a/plugins/gpgd +++ b/plugins/gpgd @@ -19,4 +19,3 @@ else fi printf "%s" "$files" | xargs -n1 -I{} gpg --decrypt --output "{}.dec" {} - diff --git a/plugins/gpge b/plugins/gpge index e69e1167..6a9cb9a9 100755 --- a/plugins/gpge +++ b/plugins/gpge @@ -35,4 +35,3 @@ else printf "%s" "$files" | xargs -n1 gpg --encrypt --recipient "$recipient" fi - diff --git a/plugins/kdeconnect b/plugins/kdeconnect index f1cfd95b..60658104 100755 --- a/plugins/kdeconnect +++ b/plugins/kdeconnect @@ -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 diff --git a/plugins/renamer b/plugins/renamer index 68b6ef03..2d064c55 100755 --- a/plugins/renamer +++ b/plugins/renamer @@ -38,4 +38,3 @@ elif [ ! "$(LC_ALL=C ls -a)" = ". # On older systems that don't have ls -A $batchrename fi -