From 57230234912a6a901e1f468617bb280bca6ef8d2 Mon Sep 17 00:00:00 2001 From: Anomalocaridid <29845794+Anomalocaridid@users.noreply.github.com> Date: Sat, 8 Jul 2023 19:55:10 -0400 Subject: [PATCH] nmount: update dependencies in plugins/README.md --- plugins/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/README.md b/plugins/README.md index f2a3c4e6..167676a1 100644 --- a/plugins/README.md +++ b/plugins/README.md @@ -45,7 +45,7 @@ Plugins extend the capabilities of `nnn`. They are _executable_ scripts (or bina | [mp3conv](mp3conv) | Extract audio from multimedia as mp3 | sh | ffmpeg | | [mtpmount](mtpmount) | Toggle mount of MTP device (eg. Android) | sh | gvfs-mtp | | [nbak](nbak) | Backs up `nnn` config | sh | tar, awk, mktemp | -| [nmount](nmount) | Toggle mount status of a device as normal user | sh | pmount, udisks2 | +| [nmount](nmount) | Toggle mount status of a device as normal user | sh | pmount (optional), udisks2 | | [nuke](nuke) | Sample file opener (CLI-only by default) | sh | _see in-file docs_ | | [oldbigfile](oldbigfile) | List large files by access time | sh | find, sort | | [openall](openall) | Open selected files together or one by one [✓] | bash | - | -- 2.44.0