diff options
author | 2019-06-23 09:18:35 +0530 | |
---|---|---|
committer | 2019-06-23 09:18:35 +0530 | |
commit | 2934db3482931627f9a1a884f3a03fba643abf40 (patch) | |
tree | 12e4f77ce2d01bd4891f96ab7c84fc024fc3d637 | |
parent | 619ac1700473541a45fa1e6c9fe3a8a4693ff1f1 (diff) | |
download | nnn-2934db3482931627f9a1a884f3a03fba643abf40.tar.gz |
Pretty table
-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 f969666..ee91e70 100644 --- a/plugins/README.md +++ b/plugins/README.md @@ -1,7 +1,7 @@ | Plugin (a-z) | Lang | Deps | Description | | --- | --- | --- | --- | | boom | sh | SMPlayer | Play random music from dir (modify `PLAYER`) | -| checksum | sh | md5sum, sha256sum | Create and verify checksums | +| checksum | sh | md5sum,<br>sha256sum | Create and verify checksums | | 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 | @@ -15,10 +15,10 @@ | 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 (text) file to paste.ubuntu.com | -| pdfview | sh | pdftotext/mupdf-tools | View PDF file in `$PAGER` | +| pdfview | sh | pdftotext/<br>mupdf-tools | View 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 | -| readit | sh | pdftotext,<br>pico2wave, mpv | Read a PDF or text file aloud | +| readit | sh | pdftotext, mpv,<br>pico2wave | Read a PDF or text file aloud | | ringtone | sh | date, ffmpeg | Create a variable bitrate mp3 ringtone from file | | splitjoin | sh | split, cat | Split file or join selection | | 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))| |