From e28031930184047481419973da41fd63576283ac Mon Sep 17 00:00:00 2001 From: Carsten Haitzler Date: Sun, 27 Jan 2013 12:06:07 +0000 Subject: [PATCH] update README SVN revision: 83369 --- README | 33 ++++++++++++++++++++++++++++++++- 1 file changed, 32 insertions(+), 1 deletion(-) diff --git a/README b/README index d0679be..29020d4 100644 --- a/README +++ b/README @@ -91,4 +91,35 @@ i.e. e.g. echo -n '\033}Hello world\000' -Commands understood: +Commands: + +any values inside square brackets [] are to be replaced by some +content (numbers, strings, paths, url's etc.). example: + +aa[PATH-OF-FILE] should be come something like: + aa/tmp/file.png +or aa[true/false] should become something like: + aatrue +or + aafalse + +--- + +pn[FULL-PATH-OR-URL] + = popup the given media file/url now + +pq[FULL-PATH-OR-URL] + = quque a popup for the given media file/url + +bt[FULL-PATH-OR-URL] + = set the terminal background me3edia file/url temporarily + +bp[FULL-PATH-OR-URL] + = set the terminal background me3edia file/url permanently + +at[on/true/yes/off/false/no] + = set the terminal alpha state to be on, or off temporarily + +ap[on/true/yes/off/false/no] + = set the terminal alpha state to be on, or off permanently +