diff options
author | Arun Prakash Jana <engineerarun@gmail.com> | 2019-08-30 19:59:46 +0530 |
---|---|---|
committer | Arun Prakash Jana <engineerarun@gmail.com> | 2019-08-30 20:01:13 +0530 |
commit | 3f40980dd03892c2225b89aa57530990c3074dfb (patch) | |
tree | fd14f0f8e049483ca550f087019372b8ac94fd86 /plugins/README.md | |
parent | 94c3af873cf2aa46e2cb018412b8ce1e1609d30c (diff) | |
download | nnn-3f40980dd03892c2225b89aa57530990c3074dfb.tar.gz |
Plugin oldbigfile: find large files by access time
Diffstat (limited to 'plugins/README.md')
-rw-r--r-- | plugins/README.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/README.md b/plugins/README.md index 7a10a1c..91b9a17 100644 --- a/plugins/README.md +++ b/plugins/README.md @@ -20,6 +20,7 @@ The currently available plugins are listed below. | ndiff | sh | vimdiff | Diff for selection (limited to 2 for directories) | | nmount | sh | pmount, udisks2 | Toggle mount status of a device as normal user | | nwal | sh | nitrogen | Set image as wallpaper using nitrogen | +| oldbigfile | sh | find, sort | List large files by access time | | organize | sh | file | Auto-organize files in directories by file type | | pastebin | sh | [pastebinit](https://launchpad.net/pastebinit) | Paste contents of (text) file to paste.ubuntu.com | | pdfview | sh | pdftotext/<br>mupdf-tools | View PDF file in `$PAGER` | |