summaryrefslogtreecommitdiff
path: root/doc/help
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2021-03-22 15:14:06 +0100
committerFlorian Bruhin <me@the-compiler.org>2021-03-23 12:53:23 +0100
commit29309547a14813867b945bb8d4baf40745e503d5 (patch)
tree926c9f5537d7b97abb9cb8c8cd3c41d0179804fb /doc/help
parent4025160c13bc492698e92f1d3fd4bc361dd609b7 (diff)
downloadqutebrowser-29309547a14813867b945bb8d4baf40745e503d5.tar.gz
qutebrowser-29309547a14813867b945bb8d4baf40745e503d5.zip
Fix lint/tests
Diffstat (limited to 'doc/help')
-rw-r--r--doc/help/commands.asciidoc16
1 files changed, 16 insertions, 0 deletions
diff --git a/doc/help/commands.asciidoc b/doc/help/commands.asciidoc
index fdd485b28..e396d85f3 100644
--- a/doc/help/commands.asciidoc
+++ b/doc/help/commands.asciidoc
@@ -87,6 +87,7 @@ possible to run or bind multiple commands by separating them with `;;`.
|<<nop,nop>>|Do nothing.
|<<open,open>>|Open a URL in the current/[count]th tab.
|<<print,print>>|Print the current/[count]th tab.
+|<<process,process>>|Manage processes spawned by qutebrowser.
|<<quickmark-add,quickmark-add>>|Add a new quickmark.
|<<quickmark-del,quickmark-del>>|Delete a quickmark.
|<<quickmark-load,quickmark-load>>|Load a quickmark.
@@ -939,6 +940,21 @@ Print the current/[count]th tab.
==== count
The tab index to print.
+[[process]]
+=== process
+Syntax: +:process ['pid'] ['action']+
+
+Manage processes spawned by qutebrowser.
+
+==== positional arguments
+* +'pid'+: The process ID of the process to manage.
+* +'action'+: What to do with the given process:
+
+ - show: Show information about the process.
+ - terminate: Try to gracefully terminate the process (SIGTERM).
+ - kill: Kill the process forcefully (SIGKILL).
+
+
[[quickmark-add]]
=== quickmark-add
Syntax: +:quickmark-add 'url' 'name'+