aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/README.md
diff options
context:
space:
mode:
authorGravatar Todd Yamakawa <toddyamakawa@users.noreply.github.com>2020-05-06 06:54:21 -0500
committerGravatar GitHub <noreply@github.com>2020-05-06 17:24:21 +0530
commitc8ecf06c515054595ac1dfa34989a3a7d26373ce (patch)
tree67b266fe4c1d27978c77b8ab2d567886a96568d4 /plugins/README.md
parentbf078c0a8abb1b83fbcaa4196b407d19cc11a6e5 (diff)
downloadnnn-c8ecf06c515054595ac1dfa34989a3a7d26373ce.tar.gz
Add a bookmarks plugin that supports names (#558)
Co-authored-by: Todd Yamakawa <todd.yamakawa@arm.com>
Diffstat (limited to 'plugins/README.md')
-rw-r--r--plugins/README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/README.md b/plugins/README.md
index b6384d3..ff168a2 100644
--- a/plugins/README.md
+++ b/plugins/README.md
@@ -27,6 +27,7 @@ Plugins are installed to `${XDG_CONFIG_HOME:-$HOME/.config}/nnn/plugins`.
| Plugin (a-z) | Description | Lang | Dependencies |
| --- | --- | --- | --- |
| autojump | Navigate to dir/path | sh | autojump |
+| bookmarks | Use named bookmarks managed with symlinks | sh | fzf |
| boom | Play random music from dir | sh | [moc](http://moc.daper.net/) |
| dups | List non-empty duplicate files in current dir | sh | find, md5sum,<br>sort uniq xargs |
| chksum | Create and verify checksums | sh | md5sum,<br>sha256sum |