aboutsummaryrefslogtreecommitdiffstats
path: root/user-scripts
diff options
context:
space:
mode:
authorGravatar Arun Prakash Jana <engineerarun@gmail.com>2019-03-17 18:43:21 +0530
committerGravatar Arun Prakash Jana <engineerarun@gmail.com>2019-03-17 18:43:21 +0530
commit4fc8d1edd18d758c6cf43e5b936ab23fe7b5579a (patch)
tree47d07660c230f89c682f58df5efb7049ed52f127 /user-scripts
parent3ce1b7dd973109f24d82d89b8682b6f3c6c47291 (diff)
downloadnnn-4fc8d1edd18d758c6cf43e5b936ab23fe7b5579a.tar.gz
Changes for #226
Diffstat (limited to 'user-scripts')
-rw-r--r--user-scripts/README.md1
-rwxr-xr-xuser-scripts/kdeconnect2
2 files changed, 2 insertions, 1 deletions
diff --git a/user-scripts/README.md b/user-scripts/README.md
index 49c482b..9c2fd83 100644
--- a/user-scripts/README.md
+++ b/user-scripts/README.md
@@ -6,6 +6,7 @@
| edit | Fuzzy find a file in directory subtree with fzy and edit in vim |
| fzy | Fuzzy find a file in directory subtree with fzy and open using xdg-open |
| imgur | Upload an image file to imgur |
+| kdeconnect | Send selected files to Android device using kdeconnect-cli |
| nlaunch | drop-down app launcher (needs fzy), drop in `$PATH`; fallback regular prompt |
| picker | Pick files and pipe the newline-separated list to another utility |
| sxiv | Open images in current directory in sxiv |
diff --git a/user-scripts/kdeconnect b/user-scripts/kdeconnect
index d34d269..ac247f4 100755
--- a/user-scripts/kdeconnect
+++ b/user-scripts/kdeconnect
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/usr/bin/env bash
# Description: Send the selected files to your Android device using kdeconnect-cli. You must have installed and configured kdeconnect both on the Android device and on the PC.
#