浏览代码

Update plugin notes and table

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

+ 1
- 1
plugins/README.md 查看文件

@@ -20,7 +20,7 @@ Plugins extend the capabilities of `nnn`. They are _executable_ scripts (or bina
| [bookmarks](bookmarks) | Use named bookmarks managed with symlinks | sh | fzf |
| [boom](boom) | Play random music from dir | sh | [moc](http://moc.daper.net/) |
| [bulknew](bulknew) | Create multiple files/dirs at once | bash | sed, xargs, mktemp |
| [dups](dups) | List non-empty duplicate files in current dir | sh | find, md5sum,<br>sort uniq xargs |
| [dups](dups) | List non-empty duplicate files in current dir | bash | find, md5sum,<br>sort uniq xargs |
| [chksum](chksum) | Create and verify checksums | sh | md5sum,<br>sha256sum |
| [diffs](diffs) | Diff for selection (limited to 2 for directories) | sh | vimdiff, mktemp |
| [dragdrop](dragdrop) | Drag/drop files from/into nnn | sh | [dragon](https://github.com/mwh/dragon) |


+ 1
- 1
plugins/dups 查看文件

@@ -24,7 +24,7 @@ printf "\
## This is an overview of all duplicate files found.
## Comment out the files you wish to remove. You will be given an option to cancel.
## Lines with double comments (##) are ignored.
## If you choose to remove, you will be given a choice between removing files with force or interactively.\n
## You will have the option to remove the files with force or interactively.\n
" > "$tmpfile"

# shellcheck disable=SC2016


正在加载...
取消
保存