aboutsummaryrefslogtreecommitdiffhomepage
path: root/README
diff options
context:
space:
mode:
authorGravatar Dieter Plaetinck <dieter@plaetinck.be>2009-05-17 19:57:08 +0200
committerGravatar Dieter Plaetinck <dieter@plaetinck.be>2009-05-17 19:57:08 +0200
commitf01f0145e4675270506229a4c11b63853ec2a168 (patch)
tree69c634039fd8ff1c9f330ed5168dac3d7d7091bf /README
parentdf134cbafaf42ecaba2412613a96b92e43adb2c9 (diff)
info about arguments +typo
Diffstat (limited to 'README')
-rw-r--r--README9
1 files changed, 6 insertions, 3 deletions
diff --git a/README b/README
index 143acf1..70433ab 100644
--- a/README
+++ b/README
@@ -131,7 +131,8 @@ For example, if you have a binding like "o _" that opens an URL, then you could
(See sample config)
### ACTIONS
-Actions are invoked via bindings and by the ACT command. Most actions are self-explanatory, though a few need to be clarified. A list of action follows:
+Actions are invoked via bindings and by the ACT command. Most actions are self-explanatory, though a few need to be clarified. A list of
+actions follows:
* `back`
* `forward`
@@ -152,8 +153,10 @@ Actions are invoked via bindings and by the ACT command. Most actions are self-
* `spawn <executable> <additonal args>`
- runs a command; see EXTERNAL SCRIPTS for details
- PATH is searched so giving the full path to commands is not neccessary
- * `sh <script body>`
- - runs a command by expanding `%s` in shell_cmd with the script body; primarily useful as a shortcut for `spawn sh -c <body>`
+ - note that the arguments as specified in "EXTERNAL SCRIPTS" are appended at the end, so the argument numbers will be higher.
+ * `sh <command>`
+ - runs a shell command by expanding `%s` in the `shell_cmd` variable with the specified command; primarily useful as a shortcut for `spawn sh -c <body>`
+ - note that the arguments as specified in "EXTERNAL SCRIPTS" are appended at the end, so the argument numbers will be higher.
* `exit`
* `search <string>`
* `search_reverse <string>`