Changes for #226

This commit is contained in:
Arun Prakash Jana 2019-03-17 18:43:21 +05:30
parent 3ce1b7dd97
commit 4fc8d1edd1
No known key found for this signature in database
GPG Key ID: A75979F35C080412
2 changed files with 2 additions and 1 deletions

View 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 |

View File

@ -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.
#