commit e0d3a1c902d0c95cc28e6bc6d2d5b258c8349734
parent 9ef68618736c13f8153c6dd267598f2cab8903fa
Author: Claudio Alessi <smoppy@gmail.com>
Date: Sat, 25 Jun 2022 16:16:33 +0200
Update the README about multisel in dbrowse.
Diffstat:
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
@@ -229,9 +229,9 @@ I started to use those tools and I will not work on droid anymore.
dbrowse
------
-Little dmenu-based file browser which output the selected file (if any).
+Little dmenu-based file browser which output the selected files (if any).
-Sample usage:
+Sample usage (for a single file):
```
$ mimeopen "$(/path/of/dbrowse)"
@@ -244,6 +244,9 @@ like this:
{ MODKEY|ShiftMask, XK_o, spawn, SHCMD("mimeopen -n \"$(/path/of/dbrowse)\"") },
```
+Multiple selections are also supported.
+
+
diffmon
-------
Simple script which monitor a file and show lines that are changed since you