From a900b2c4fa928de32c30943029ccd4b67c4b7ee9 Mon Sep 17 00:00:00 2001 From: Arun Prakash Jana Date: Sun, 21 Apr 2019 23:59:51 +0530 Subject: Support config dir ~/.config/nnn --- plugins/kdeconnect | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'plugins/kdeconnect') diff --git a/plugins/kdeconnect b/plugins/kdeconnect index 0fbafbb..a209f55 100755 --- a/plugins/kdeconnect +++ b/plugins/kdeconnect @@ -5,11 +5,13 @@ # Shell: POSIX compliant # Author: juacq97 +SELECTION=~/.config/nnn/.selection + id=$(kdeconnect-cli -a --id-only | awk '{print $1}') -if [ "$(find ~/.nnncp)" ]; then - kdeconnect-cli -d "$id" --share "$(cat ~/.nnncp)" +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 ~/.nnncp)" +# notify-send -a "Kdeconnect" "Sending $(cat "$SELECTION")" #else # notify-send -a "Kdeconnect" "No file selected" fi -- cgit v1.2.3-70-g09d2