diff options
Diffstat (limited to 'plugins/README.md')
-rw-r--r-- | plugins/README.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/README.md b/plugins/README.md index 107bf99..1e739d3 100644 --- a/plugins/README.md +++ b/plugins/README.md @@ -4,16 +4,16 @@ | fzy-edit | sh | fzy | Fuzzy find a file in directory subtree and edit in vim | | fzy-open | sh | fzy | Fuzzy find a file in directory subtree and open using xdg-open | | getplugs | sh | wget | Update plugins | -| hexview | sh | xxd, `$PAGER` | View a file in hex | +| hexview | sh | xxd | View a file in hex in `$PAGER` | | imgresize | sh | [imgp](https://github.com/jarun/imgp) | Resize images in directory to screen resolution | | imgur | bash | - | Upload an image to imgur (from [imgur-screenshot](https://github.com/jomo/imgur-screenshot)) | | ipinfo | sh | curl, whois | Fetch external IP address and whois information | | kdeconnect | sh | kdeconnect-cli | Send selected files to an Android device | | ndiff | bash | vimdiff | Diff for selection (limited to 2 for directories) | -| nmount | sh | pmount | Toggle mount status of a device as normal user | +| nmount | sh | pmount, udisks2 | Toggle mount status of a device as normal user | | nwal | sh | nitrogen | Set the selected image as wallpaper using nitrogen | | pastebin | sh | [pastebinit](https://launchpad.net/pastebinit) | Paste contents of current (text) file to paste.ubuntu.com | -| pdfview | sh | pdftotext, `$PAGER` | View current PDF file | +| pdfview | sh | pdftotext/mupdf-tools | View current PDF file in `$PAGER` | | picker | sh | nnn | Pick files and pipe the newline-separated list to another utility | | pywal | sh | pywal | Set selected image as wallpaper, change terminal color scheme | | sxiv | sh | sxiv | Browse images in a dir in sxiv, set wallpaper, copy path ([config](https://wiki.archlinux.org/index.php/Sxiv#Assigning_keyboard_shortcuts))| |