From 83610ff682c7ea5e4efca0d1f999d695e0187814 Mon Sep 17 00:00:00 2001 From: Dave Davenport Date: Fri, 25 Sep 2020 13:29:03 +0200 Subject: [PATCH] [Manpage] Addd dash remark to manpage. --- doc/rofi-script.5 | 5 +++++ doc/rofi-script.5.markdown | 4 ++++ 2 files changed, 9 insertions(+) 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