summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2020-09-25 13:29:03 +0200
committerDave Davenport <qball@gmpclient.org>2020-09-25 13:29:03 +0200
commit83610ff682c7ea5e4efca0d1f999d695e0187814 (patch)
tree643c437587446f4ea08575835ebe34d1946de22e
parent58a51f7f88ea1668579fa8679fdf7e8e49f4599c (diff)
[Manpage] Addd dash remark to manpage.
-rw-r--r--doc/rofi-script.55
-rw-r--r--doc/rofi-script.5.markdown4
2 files changed, 9 insertions, 0 deletions
diff --git a/doc/rofi-script.5 b/doc/rofi-script.5
index 93318765..4e0e26cd 100644
--- a/doc/rofi-script.5
+++ b/doc/rofi-script.5
@@ -151,6 +151,11 @@ multiple entries can be passed using the \fB\fC\\x1f\fR separator.
.fi
.RE
+.SH DASH shell
+.PP
+If you use the \fB\fCdash\fR shell for your script, take special care with how dash handles escaped values for the separators.
+See issue #1201 on github.
+
.SH SEE ALSO
.PP
rofi(1), rofi\-sensible\-terminal(1), dmenu(1), rofi\-theme(5), rofi\-theme\-selector(1)
diff --git a/doc/rofi-script.5.markdown b/doc/rofi-script.5.markdown
index f9f85800..448fbcc7 100644
--- a/doc/rofi-script.5.markdown
+++ b/doc/rofi-script.5.markdown
@@ -108,6 +108,10 @@ multiple entries can be passed using the `\x1f` separator.
echo -en "aap\0icon\x1ffolder\x1finfo\x1ftest\n"
```
+## DASH shell
+
+If you use the `dash` shell for your script, take special care with how dash handles escaped values for the separators.
+See issue #1201 on github.
## SEE ALSO