From 4e58ad318c61a2efe308de61213cd1f8e2ff32ab Mon Sep 17 00:00:00 2001 From: Arun Prakash Jana Date: Sat, 14 Mar 2020 20:37:04 +0530 Subject: [PATCH] Update plugin docs --- plugins/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/README.md b/plugins/README.md index 2e8aed69..aa604fa3 100644 --- a/plugins/README.md +++ b/plugins/README.md @@ -26,7 +26,7 @@ Plugins are installed to `${XDG_CONFIG_HOME:-$HOME/.config}/nnn/plugins`. | Plugin (a-z) | Description | Lang | Deps | | --- | --- | --- | --- | -| autojump | Navigate to dir/path (**autojump stores navigation patterns**) | sh | autojump | +| autojump | Navigate to dir/path | sh | autojump | | batchrename | Batch rename selection or dir entries | sh | mktemp | | boom | Play random music from dir | sh | [moc](http://moc.daper.net/) | | dups | List non-empty duplicate files in current dir | sh | find, md5sum,
sort uniq xargs | @@ -68,7 +68,7 @@ Plugins are installed to `${XDG_CONFIG_HOME:-$HOME/.config}/nnn/plugins`. | upload | Paste text to ix.io, upload binary to file.io | sh | curl, jq, tr | | vidthumb | Show video thumbnails in terminal | sh | [ffmpegthumbnailer](https://github.com/dirkvdb/ffmpegthumbnailer),
[lsix](https://github.com/hackerb9/lsix) | | wall | Set wallpaper or change colorscheme | sh | nitrogen/pywal | -| x2sel | Copy newline-separated file list from system clipboard to selection | sh | tr, xsel/xclip
pbpaste/wl-paste
termux-clipboard-get
powershell.exe/`/dev/clipboard`| +| x2sel | Copy `\n`-separated file list from system clipboard to sel | sh | _see in-file docs_ | ## Invoking a plugin