]> Sergey Matveev's repositories - nnn.git/commitdiff
Changes for #226
authorArun Prakash Jana <engineerarun@gmail.com>
Sun, 17 Mar 2019 13:13:21 +0000 (18:43 +0530)
committerArun Prakash Jana <engineerarun@gmail.com>
Sun, 17 Mar 2019 13:13:21 +0000 (18:43 +0530)
user-scripts/README.md
user-scripts/kdeconnect

index 49c482b2c4098ed641961fb8fd6c4a65595e574c..9c2fd83a6234f075f8c780f5642f2b3404afe47d 100644 (file)
@@ -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 |
index d34d269f9293bc51b4c07e510a40663715e2a4ad..ac247f45bea88317976fc0266b8f007598a1c98f 100755 (executable)
@@ -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.
 #