Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
The-Compiler committed Dec 12, 2014
1 parent fc2d3ef commit 8ab23cf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 3 additions & 1 deletion doc/help/commands.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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
Expand All @@ -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]]
Expand Down

0 comments on commit 8ab23cf

Please sign in to comment.