summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Bruhin <git@the-compiler.org>2014-12-13 00:35:39 +0100
committerFlorian Bruhin <git@the-compiler.org>2014-12-13 00:35:39 +0100
commit8ab23cff21a4cef1d2458263fe17eebac7adc2ff (patch)
tree1692a6194c11e67298c84cbd6c492fc687c6a1a4
parentfc2d3ef4529af32cf21467e016a12256675b4f6d (diff)
downloadqutebrowser-8ab23cff21a4cef1d2458263fe17eebac7adc2ff.tar.gz
qutebrowser-8ab23cff21a4cef1d2458263fe17eebac7adc2ff.zip
Update docs
-rw-r--r--README.asciidoc1
-rw-r--r--doc/help/commands.asciidoc4
2 files changed, 4 insertions, 1 deletions
diff --git a/README.asciidoc b/README.asciidoc
index 21435a2ad..047103019 100644
--- a/README.asciidoc
+++ b/README.asciidoc
@@ -116,6 +116,7 @@ Contributors, sorted by the number of commits in descending order:
* rikn00
* Brian Jackson
* Mathias Fussenegger
+* Johannes Altmanninger
* Peter Vilim
* Martin Zimmermann
// QUTE_AUTHORS_END
diff --git a/doc/help/commands.asciidoc b/doc/help/commands.asciidoc
index 005b0f50a..12215e3b2 100644
--- a/doc/help/commands.asciidoc
+++ b/doc/help/commands.asciidoc
@@ -165,6 +165,7 @@ Start hinting.
- `hover` : Hover over the link.
- `yank`: Yank the link to the clipboard.
- `yank-primary`: Yank the link to the primary selection.
+ - `run`: Run the argument as command.
- `fill`: Fill the commandline with the command given as
argument.
- `rapid`: Open the link in a new tab and stay in hinting mode.
@@ -177,7 +178,7 @@ Start hinting.
-* +'args'+: Arguments for spawn/userscript/fill.
+* +'args'+: Arguments for spawn/userscript/run/fill.
- With `spawn`: The executable and arguments to spawn.
`{hint-url}` will get replaced by the selected
@@ -186,6 +187,7 @@ Start hinting.
- With `fill`: The command to fill the statusbar with.
`{hint-url}` will get replaced by the selected
URL.
+ - With `run`: Same as `fill`.
[[home]]