浏览代码

Changes for #226

master
Arun Prakash Jana 6 年前
父节点
当前提交
4fc8d1edd1
找不到此签名对应的密钥 GPG 密钥 ID: A75979F35C080412
共有 2 个文件被更改,包括 2 次插入1 次删除
  1. +1
    -0
      user-scripts/README.md
  2. +1
    -1
      user-scripts/kdeconnect

+ 1
- 0
user-scripts/README.md 查看文件

@@ -6,6 +6,7 @@
| edit | Fuzzy find a file in directory subtree with fzy and edit in vim | | 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 | | fzy | Fuzzy find a file in directory subtree with fzy and open using xdg-open |
| imgur | Upload an image file to imgur | | 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 | | 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 | | picker | Pick files and pipe the newline-separated list to another utility |
| sxiv | Open images in current directory in sxiv | | sxiv | Open images in current directory in sxiv |


+ 1
- 1
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. # 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.
# #


正在加载...
取消
保存