qutebrowser/doc/help/commands.asciidoc

792 lines
20 KiB
Plaintext
Raw Normal View History

2014-09-07 23:22:38 +02:00
= Commands
== Normal commands
.Quick reference
[options="header",width="75%",cols="25%,75%"]
|==============
|Command|Description
Basic host blocker implementation. Squashed commit of the following: commit 8d38e9c2f13778fe21cc2c1d61c5d26907b469ef Author: Florian Bruhin <git@the-compiler.org> Date: Mon Nov 24 21:04:30 2014 +0100 Fix default adblock lists. commit a734b87e753daec28fa0c6643af8de088041179a Author: Florian Bruhin <git@the-compiler.org> Date: Mon Nov 24 21:04:14 2014 +0100 Fix error output on adblock errors. commit 15bc10f605ebb86c12523bb81b55d1440fcacdbf Author: Florian Bruhin <git@the-compiler.org> Date: Mon Nov 24 07:38:47 2014 +0100 Update adblock docks commit 475d530ee50f52295c2171208c6a0278750cf4b4 Author: Florian Bruhin <git@the-compiler.org> Date: Mon Nov 24 07:38:39 2014 +0100 Remove adblock ram calculation commit 0e52cc3ec93912fd3fa3ecf6de833aef0c540a60 Author: Florian Bruhin <git@the-compiler.org> Date: Mon Nov 24 07:03:11 2014 +0100 Adjust docs for hosts-file. commit 941df242d38300d7e42a26f2e67cfd668c6f8590 Author: Florian Bruhin <git@the-compiler.org> Date: Mon Nov 24 06:55:40 2014 +0100 Add logging for host blocking. commit 4ca1561ccf32affb8439113f4f1c222d7dee1e14 Author: Florian Bruhin <git@the-compiler.org> Date: Mon Nov 24 00:11:59 2014 +0100 Don't do adblock updates automatically after changing config. commit 26d4e86ca393d4a1a5fd8fac7729ce9c2e7cd240 Author: Florian Bruhin <git@the-compiler.org> Date: Thu Nov 20 19:58:32 2014 +0100 adblock: Don't delete blocked hosts between files. commit c7af08c68adf3c135d5a2fc746eb6d3c715b0711 Author: Florian Bruhin <git@the-compiler.org> Date: Thu Nov 20 19:58:22 2014 +0100 adblock: Add comments for rewinding. commit 9af87313088cd79ab8c022bcee9308511d6328f0 Author: Florian Bruhin <git@the-compiler.org> Date: Thu Nov 20 19:56:39 2014 +0100 adblock: Rewind files properly. commit 7f3dadc04ba68c92d6789ecf5822f7b2dfc367a0 Author: Florian Bruhin <git@the-compiler.org> Date: Thu Nov 20 19:40:18 2014 +0100 Add untested file support. commit 334c01867d510b599d94c9397097a1d789c0c64c Author: Florian Bruhin <git@the-compiler.org> Date: Wed Nov 19 22:33:25 2014 +0100 adblock: Handle download errors correctly commit 3a9af4cd4a903386dc323640f1d52e03383b3aa7 Author: Florian Bruhin <git@the-compiler.org> Date: Wed Nov 19 22:23:04 2014 +0100 adblock: Add error handling for invalid input. commit 5934c3c027ff9205adb512aab396ca913b31e50d Author: Florian Bruhin <git@the-compiler.org> Date: Wed Nov 19 22:22:47 2014 +0100 adblock: Handle done_count correctly. commit 3ba5e83fda9b7d764bfcf1e4b1aa479daae39791 Author: Florian Bruhin <git@the-compiler.org> Date: Wed Nov 19 21:18:10 2014 +0100 Read adblock files when they finished downloading. commit 86a5ecf194445e2ebe0cf22b59e24223387880c5 Author: Florian Bruhin <git@the-compiler.org> Date: Wed Nov 19 20:51:25 2014 +0100 Add hosts-file.net to host-block-lists. commit 121f0bff953497449c32e45e671b71d954beed4c Author: Florian Bruhin <git@the-compiler.org> Date: Wed Nov 19 20:51:13 2014 +0100 Add zip-file support to adblock.py. commit f1c0e67cb9d890a44a1d1f545ace997f0a453f91 Author: Florian Bruhin <git@the-compiler.org> Date: Mon Nov 17 07:41:14 2014 +0100 print line counts for debugging commit 75dbb8964fd44862abc378ef26fb47f8cda6061e Author: Florian Bruhin <git@the-compiler.org> Date: Fri Nov 14 19:22:20 2014 +0100 Use statusbar messages for adblock commit 74d9142d831496e02c5baae72c2723e320af1778 Author: Florian Bruhin <git@the-compiler.org> Date: Fri Nov 14 08:34:46 2014 +0100 Add basic adblock functionality.
2014-11-24 21:05:09 +01:00
|<<adblock-update,adblock-update>>|Update the adblock block lists.
2014-09-07 23:22:38 +02:00
|<<back,back>>|Go back in the history of the current tab.
2014-09-09 23:13:43 +02:00
|<<bind,bind>>|Bind a key to a command.
2014-09-07 23:22:38 +02:00
|<<cancel-download,cancel-download>>|Cancel the first/[count]th download.
2014-10-06 20:46:01 +02:00
|<<close,close>>|Close the current window.
2014-11-20 06:25:01 +01:00
|<<download,download>>|Download a given URL, given as string.
2014-09-07 23:22:38 +02:00
|<<download-page,download-page>>|Download the current page.
|<<forward,forward>>|Go forward in the history of the current tab.
2014-09-08 06:57:22 +02:00
|<<help,help>>|Show help about a command or setting.
2014-09-07 23:22:38 +02:00
|<<hint,hint>>|Start hinting.
|<<home,home>>|Open main startpage in current tab.
|<<inspector,inspector>>|Toggle the web inspector.
|<<later,later>>|Execute a command after some time.
2014-09-22 21:13:42 +02:00
|<<navigate,navigate>>|Open typical prev/next links or navigate using the URL path.
2014-09-07 23:22:38 +02:00
|<<open,open>>|Open a URL in the current/[count]th tab.
|<<paste,paste>>|Open a page from the clipboard.
|<<print,print>>|Print the current/[count]th tab.
|<<quickmark-add,quickmark-add>>|Add a new quickmark.
|<<quickmark-load,quickmark-load>>|Load a quickmark.
|<<quickmark-save,quickmark-save>>|Save the current page as a quickmark.
|<<quit,quit>>|Quit qutebrowser.
|<<reload,reload>>|Reload the current/[count]th tab.
2014-10-08 22:20:57 +02:00
|<<repeat,repeat>>|Repeat a given command.
2014-09-07 23:22:38 +02:00
|<<report,report>>|Report a bug in qutebrowser.
|<<restart,restart>>|Restart qutebrowser while keeping existing tabs open.
|<<run-userscript,run-userscript>>|Run an userscript given as argument.
|<<save,save>>|Save the config file.
|<<set,set>>|Set an option.
|<<set-cmd-text,set-cmd-text>>|Preset the statusbar to some text.
|<<spawn,spawn>>|Spawn a command in a shell.
|<<stop,stop>>|Stop loading in the current/[count]th tab.
2014-09-27 23:14:53 +02:00
|<<tab-clone,tab-clone>>|Duplicate the current tab.
2014-09-07 23:22:38 +02:00
|<<tab-close,tab-close>>|Close the current/[count]th tab.
|<<tab-focus,tab-focus>>|Select the tab given as argument/[count].
|<<tab-move,tab-move>>|Move the current tab.
|<<tab-next,tab-next>>|Switch to the next tab, or switch [count] tabs forward.
|<<tab-only,tab-only>>|Close all tabs except for the current one.
|<<tab-prev,tab-prev>>|Switch to the previous tab, or switch [count] tabs back.
2014-09-09 23:13:43 +02:00
|<<unbind,unbind>>|Unbind a keychain.
2014-09-07 23:22:38 +02:00
|<<undo,undo>>|Re-open a closed tab (optionally skipping [count] closed tabs).
2014-09-22 21:01:58 +02:00
|<<view-source,view-source>>|Show the source of the current page.
2014-09-07 23:22:38 +02:00
|<<yank,yank>>|Yank the current URL/title to the clipboard or primary selection.
|<<zoom,zoom>>|Set the zoom level for the current tab.
|<<zoom-in,zoom-in>>|Increase the zoom level for the current tab.
|<<zoom-out,zoom-out>>|Decrease the zoom level for the current tab.
|==============
Basic host blocker implementation. Squashed commit of the following: commit 8d38e9c2f13778fe21cc2c1d61c5d26907b469ef Author: Florian Bruhin <git@the-compiler.org> Date: Mon Nov 24 21:04:30 2014 +0100 Fix default adblock lists. commit a734b87e753daec28fa0c6643af8de088041179a Author: Florian Bruhin <git@the-compiler.org> Date: Mon Nov 24 21:04:14 2014 +0100 Fix error output on adblock errors. commit 15bc10f605ebb86c12523bb81b55d1440fcacdbf Author: Florian Bruhin <git@the-compiler.org> Date: Mon Nov 24 07:38:47 2014 +0100 Update adblock docks commit 475d530ee50f52295c2171208c6a0278750cf4b4 Author: Florian Bruhin <git@the-compiler.org> Date: Mon Nov 24 07:38:39 2014 +0100 Remove adblock ram calculation commit 0e52cc3ec93912fd3fa3ecf6de833aef0c540a60 Author: Florian Bruhin <git@the-compiler.org> Date: Mon Nov 24 07:03:11 2014 +0100 Adjust docs for hosts-file. commit 941df242d38300d7e42a26f2e67cfd668c6f8590 Author: Florian Bruhin <git@the-compiler.org> Date: Mon Nov 24 06:55:40 2014 +0100 Add logging for host blocking. commit 4ca1561ccf32affb8439113f4f1c222d7dee1e14 Author: Florian Bruhin <git@the-compiler.org> Date: Mon Nov 24 00:11:59 2014 +0100 Don't do adblock updates automatically after changing config. commit 26d4e86ca393d4a1a5fd8fac7729ce9c2e7cd240 Author: Florian Bruhin <git@the-compiler.org> Date: Thu Nov 20 19:58:32 2014 +0100 adblock: Don't delete blocked hosts between files. commit c7af08c68adf3c135d5a2fc746eb6d3c715b0711 Author: Florian Bruhin <git@the-compiler.org> Date: Thu Nov 20 19:58:22 2014 +0100 adblock: Add comments for rewinding. commit 9af87313088cd79ab8c022bcee9308511d6328f0 Author: Florian Bruhin <git@the-compiler.org> Date: Thu Nov 20 19:56:39 2014 +0100 adblock: Rewind files properly. commit 7f3dadc04ba68c92d6789ecf5822f7b2dfc367a0 Author: Florian Bruhin <git@the-compiler.org> Date: Thu Nov 20 19:40:18 2014 +0100 Add untested file support. commit 334c01867d510b599d94c9397097a1d789c0c64c Author: Florian Bruhin <git@the-compiler.org> Date: Wed Nov 19 22:33:25 2014 +0100 adblock: Handle download errors correctly commit 3a9af4cd4a903386dc323640f1d52e03383b3aa7 Author: Florian Bruhin <git@the-compiler.org> Date: Wed Nov 19 22:23:04 2014 +0100 adblock: Add error handling for invalid input. commit 5934c3c027ff9205adb512aab396ca913b31e50d Author: Florian Bruhin <git@the-compiler.org> Date: Wed Nov 19 22:22:47 2014 +0100 adblock: Handle done_count correctly. commit 3ba5e83fda9b7d764bfcf1e4b1aa479daae39791 Author: Florian Bruhin <git@the-compiler.org> Date: Wed Nov 19 21:18:10 2014 +0100 Read adblock files when they finished downloading. commit 86a5ecf194445e2ebe0cf22b59e24223387880c5 Author: Florian Bruhin <git@the-compiler.org> Date: Wed Nov 19 20:51:25 2014 +0100 Add hosts-file.net to host-block-lists. commit 121f0bff953497449c32e45e671b71d954beed4c Author: Florian Bruhin <git@the-compiler.org> Date: Wed Nov 19 20:51:13 2014 +0100 Add zip-file support to adblock.py. commit f1c0e67cb9d890a44a1d1f545ace997f0a453f91 Author: Florian Bruhin <git@the-compiler.org> Date: Mon Nov 17 07:41:14 2014 +0100 print line counts for debugging commit 75dbb8964fd44862abc378ef26fb47f8cda6061e Author: Florian Bruhin <git@the-compiler.org> Date: Fri Nov 14 19:22:20 2014 +0100 Use statusbar messages for adblock commit 74d9142d831496e02c5baae72c2723e320af1778 Author: Florian Bruhin <git@the-compiler.org> Date: Fri Nov 14 08:34:46 2014 +0100 Add basic adblock functionality.
2014-11-24 21:05:09 +01:00
[[adblock-update]]
=== adblock-update
Update the adblock block lists.
2014-09-07 23:22:38 +02:00
[[back]]
=== back
2014-10-06 20:46:01 +02:00
Syntax: +:back [*--tab*] [*--bg*] [*--window*]+
2014-09-27 23:14:53 +02:00
2014-09-07 23:22:38 +02:00
Go back in the history of the current tab.
2014-09-27 23:14:53 +02:00
==== optional arguments
* +*-t*+, +*--tab*+: Go back in a new tab.
* +*-b*+, +*--bg*+: Go back in a background tab.
2014-10-06 20:46:01 +02:00
* +*-w*+, +*--window*+: Go back in a new window.
2014-09-27 23:14:53 +02:00
2014-09-13 00:33:15 +02:00
==== count
How many pages to go back.
2014-09-09 23:13:43 +02:00
[[bind]]
=== bind
2014-09-14 23:25:56 +02:00
Syntax: +:bind [*--mode* 'MODE'] 'key' 'command' ['command' ...]+
2014-09-09 23:13:43 +02:00
Bind a key to a command.
==== positional arguments
2014-09-13 00:22:27 +02:00
* +'key'+: The keychain or special key (inside `<...>`) to bind.
2014-09-14 23:11:11 +02:00
* +'command'+: The command to execute, with optional args.
2014-09-14 23:25:56 +02:00
==== optional arguments
* +*-m*+, +*--mode*+: A comma-separated list of modes to bind the key in (default: `normal`).
2014-09-09 23:13:43 +02:00
2014-09-07 23:22:38 +02:00
[[cancel-download]]
=== cancel-download
Cancel the first/[count]th download.
2014-09-13 00:33:15 +02:00
==== count
The index of the download to cancel.
2014-10-06 20:46:01 +02:00
[[close]]
=== close
Close the current window.
2014-11-20 06:25:01 +01:00
[[download]]
=== download
Syntax: +:download 'url' ['dest']+
Download a given URL, given as string.
==== positional arguments
* +'url'+: The URL to download
* +'dest'+: The file path to write the download to to ask.
2014-09-07 23:22:38 +02:00
[[download-page]]
=== download-page
Download the current page.
[[forward]]
=== forward
2014-10-06 20:46:01 +02:00
Syntax: +:forward [*--tab*] [*--bg*] [*--window*]+
2014-09-27 23:14:53 +02:00
2014-09-07 23:22:38 +02:00
Go forward in the history of the current tab.
2014-09-27 23:14:53 +02:00
==== optional arguments
* +*-t*+, +*--tab*+: Go forward in a new tab.
2014-10-06 20:46:01 +02:00
* +*-b*+, +*--bg*+: Go forward in a background tab.
* +*-w*+, +*--window*+: Go forward in a new window.
2014-09-27 23:14:53 +02:00
2014-09-13 00:33:15 +02:00
==== count
How many pages to go forward.
2014-09-08 06:57:22 +02:00
[[help]]
=== help
2014-10-06 20:46:01 +02:00
Syntax: +:help [*--tab*] [*--bg*] [*--window*] ['topic']+
2014-09-08 06:57:22 +02:00
Show help about a command or setting.
==== positional arguments
* +'topic'+: The topic to show help for.
- :__command__ for commands.
- __section__\->__option__ for settings.
2014-10-06 20:46:01 +02:00
==== optional arguments
* +*-t*+, +*--tab*+: Open in a new tab.
* +*-b*+, +*--bg*+: Open in a background tab.
* +*-w*+, +*--window*+: Open in a new window.
2014-09-07 23:22:38 +02:00
[[hint]]
=== hint
2014-09-14 23:25:56 +02:00
Syntax: +:hint ['group'] ['target'] ['args' ['args' ...]]+
2014-09-07 23:22:38 +02:00
Start hinting.
==== positional arguments
* +'group'+: The hinting mode to use.
- `all`: All clickable elements.
- `links`: Only links.
- `images`: Only images.
* +'target'+: What to do with the selected element.
- `normal`: Open the link in the current tab.
- `tab`: Open the link in a new tab.
- `tab-bg`: Open the link in a new background tab.
2014-10-06 20:46:01 +02:00
- `window`: Open the link in a new window.
2014-11-01 00:54:19 +01:00
- `hover` : Hover over the link.
2014-09-07 23:22:38 +02:00
- `yank`: Yank the link to the clipboard.
- `yank-primary`: Yank the link to the primary selection.
- `fill`: Fill the commandline with the command given as
argument.
- `rapid`: Open the link in a new tab and stay in hinting mode.
2014-10-06 20:46:01 +02:00
- `rapid-win`: Open the link in a new window and stay in
hinting mode.
2014-09-07 23:22:38 +02:00
- `download`: Download the link.
- `userscript`: Call an userscript with `$QUTE_URL` set to the
link.
- `spawn`: Spawn a command.
* +'args'+: Arguments for spawn/userscript/fill.
- With `spawn`: The executable and arguments to spawn.
`{hint-url}` will get replaced by the selected
URL.
- With `userscript`: The userscript to execute.
- With `fill`: The command to fill the statusbar with.
`{hint-url}` will get replaced by the selected
URL.
[[home]]
=== home
Open main startpage in current tab.
[[inspector]]
=== inspector
Toggle the web inspector.
[[later]]
=== later
2014-09-14 23:11:11 +02:00
Syntax: +:later 'ms' 'command' ['command' ...]+
2014-09-07 23:22:38 +02:00
Execute a command after some time.
==== positional arguments
* +'ms'+: How many milliseconds to wait.
2014-09-14 23:11:11 +02:00
* +'command'+: The command to run, with optional args.
2014-09-07 23:22:38 +02:00
2014-09-22 21:01:58 +02:00
[[navigate]]
=== navigate
2014-10-06 20:46:01 +02:00
Syntax: +:navigate [*--tab*] [*--bg*] [*--window*] 'where'+
2014-09-22 21:01:58 +02:00
2014-09-22 21:13:42 +02:00
Open typical prev/next links or navigate using the URL path.
2014-09-22 21:01:58 +02:00
2014-09-22 21:13:42 +02:00
This tries to automatically click on typical _Previous Page_ or _Next Page_ links using some heuristics. Alternatively it can navigate by changing the current URL.
2014-09-22 21:01:58 +02:00
==== positional arguments
* +'where'+: What to open.
- `prev`: Open a _previous_ link.
- `next`: Open a _next_ link.
2014-09-22 21:13:42 +02:00
- `up`: Go up a level in the current URL.
2014-09-22 21:51:09 +02:00
- `increment`: Increment the last number in the URL.
- `decrement`: Decrement the last number in the URL.
2014-09-22 21:01:58 +02:00
2014-09-07 23:22:38 +02:00
==== optional arguments
2014-09-13 00:22:27 +02:00
* +*-t*+, +*--tab*+: Open in a new tab.
2014-10-06 20:46:01 +02:00
* +*-b*+, +*--bg*+: Open in a background tab.
* +*-w*+, +*--window*+: Open in a new window.
2014-09-07 23:22:38 +02:00
[[open]]
=== open
2014-10-06 20:46:01 +02:00
Syntax: +:open [*--bg*] [*--tab*] [*--window*] 'url'+
2014-09-07 23:22:38 +02:00
Open a URL in the current/[count]th tab.
==== positional arguments
2014-09-13 00:22:27 +02:00
* +'url'+: The URL to open.
2014-09-07 23:22:38 +02:00
==== optional arguments
2014-09-13 00:22:27 +02:00
* +*-b*+, +*--bg*+: Open in a new background tab.
* +*-t*+, +*--tab*+: Open in a new tab.
2014-10-06 20:46:01 +02:00
* +*-w*+, +*--window*+: Open in a new window.
2014-09-07 23:22:38 +02:00
2014-09-13 00:33:15 +02:00
==== count
2014-09-13 00:37:07 +02:00
The tab index to open the URL in.
2014-09-13 00:33:15 +02:00
2014-09-07 23:22:38 +02:00
[[paste]]
=== paste
2014-10-06 20:46:01 +02:00
Syntax: +:paste [*--sel*] [*--tab*] [*--bg*] [*--window*]+
2014-09-07 23:22:38 +02:00
Open a page from the clipboard.
==== optional arguments
2014-09-13 00:22:27 +02:00
* +*-s*+, +*--sel*+: Use the primary selection instead of the clipboard.
* +*-t*+, +*--tab*+: Open in a new tab.
* +*-b*+, +*--bg*+: Open in a background tab.
2014-10-06 20:46:01 +02:00
* +*-w*+, +*--window*+: Open in new window.
2014-09-07 23:22:38 +02:00
[[print]]
=== print
Syntax: +:print [*--preview*]+
Print the current/[count]th tab.
==== optional arguments
2014-09-13 00:22:27 +02:00
* +*-p*+, +*--preview*+: Show preview instead of printing.
2014-09-07 23:22:38 +02:00
2014-09-13 00:33:15 +02:00
==== count
2014-09-13 00:37:07 +02:00
The tab index to print.
2014-09-13 00:33:15 +02:00
2014-09-07 23:22:38 +02:00
[[quickmark-add]]
=== quickmark-add
2014-09-13 00:22:27 +02:00
Syntax: +:quickmark-add 'url' 'name'+
2014-09-07 23:22:38 +02:00
Add a new quickmark.
==== positional arguments
2014-09-13 00:22:27 +02:00
* +'url'+: The url to add as quickmark.
2014-09-07 23:22:38 +02:00
* +'name'+: The name for the new quickmark.
[[quickmark-load]]
=== quickmark-load
2014-10-06 20:46:01 +02:00
Syntax: +:quickmark-load [*--tab*] [*--bg*] [*--window*] 'name'+
2014-09-07 23:22:38 +02:00
Load a quickmark.
==== positional arguments
* +'name'+: The name of the quickmark to load.
==== optional arguments
2014-09-13 00:22:27 +02:00
* +*-t*+, +*--tab*+: Load the quickmark in a new tab.
* +*-b*+, +*--bg*+: Load the quickmark in a new background tab.
2014-10-06 20:46:01 +02:00
* +*-w*+, +*--window*+: Load the quickmark in a new window.
2014-09-07 23:22:38 +02:00
[[quickmark-save]]
=== quickmark-save
Save the current page as a quickmark.
[[quit]]
=== quit
Quit qutebrowser.
[[reload]]
=== reload
Reload the current/[count]th tab.
2014-09-13 00:33:15 +02:00
==== count
2014-09-13 00:37:07 +02:00
The tab index to reload.
2014-09-13 00:33:15 +02:00
2014-10-08 22:20:57 +02:00
[[repeat]]
=== repeat
Syntax: +:repeat 'times' 'command' ['command' ...]+
Repeat a given command.
==== positional arguments
* +'times'+: How many times to repeat.
* +'command'+: The command to run, with optional args.
2014-09-07 23:22:38 +02:00
[[report]]
=== report
Report a bug in qutebrowser.
[[restart]]
=== restart
Restart qutebrowser while keeping existing tabs open.
[[run-userscript]]
=== run-userscript
Syntax: +:run-userscript 'cmd' ['args' ['args' ...]]+
Run an userscript given as argument.
==== positional arguments
* +'cmd'+: The userscript to run.
* +'args'+: Arguments to pass to the userscript.
[[save]]
=== save
Save the config file.
[[set]]
=== set
Syntax: +:set [*--temp*] 'section' 'option' ['value']+
2014-09-07 23:22:38 +02:00
Set an option.
If the option name ends with '?', the value of the option is shown instead.
2014-09-07 23:22:38 +02:00
==== positional arguments
2014-09-13 00:22:27 +02:00
* +'section'+: The section where the option is in.
* +'option'+: The name of the option.
2014-09-07 23:22:38 +02:00
* +'value'+: The value to set.
==== optional arguments
2014-09-13 00:22:27 +02:00
* +*-t*+, +*--temp*+: Set value temporarily.
2014-09-07 23:22:38 +02:00
[[set-cmd-text]]
=== set-cmd-text
Syntax: +:set-cmd-text 'text'+
Preset the statusbar to some text.
==== positional arguments
* +'text'+: The commandline to set.
[[spawn]]
=== spawn
2014-09-14 23:11:11 +02:00
Syntax: +:spawn 'args' ['args' ...]+
2014-09-07 23:22:38 +02:00
Spawn a command in a shell.
Note the {url} variable which gets replaced by the current URL might be useful here.
==== positional arguments
* +'args'+: The commandline to execute.
[[stop]]
=== stop
Stop loading in the current/[count]th tab.
2014-09-13 00:33:15 +02:00
==== count
2014-09-13 00:37:07 +02:00
The tab index to stop.
2014-09-13 00:33:15 +02:00
2014-09-27 23:14:53 +02:00
[[tab-clone]]
=== tab-clone
2014-10-06 20:46:01 +02:00
Syntax: +:tab-clone [*--bg*] [*--window*]+
2014-09-27 23:14:53 +02:00
Duplicate the current tab.
==== optional arguments
* +*-b*+, +*--bg*+: Open in a background tab.
2014-10-06 20:46:01 +02:00
* +*-w*+, +*--window*+: Open in a new window.
2014-09-27 23:14:53 +02:00
2014-09-07 23:22:38 +02:00
[[tab-close]]
=== tab-close
Syntax: +:tab-close [*--left*] [*--right*] [*--opposite*]+
2014-09-07 23:22:38 +02:00
Close the current/[count]th tab.
==== optional arguments
* +*-l*+, +*--left*+: Force selecting the tab to the left of the current tab.
* +*-r*+, +*--right*+: Force selecting the tab to the right of the current tab.
* +*-o*+, +*--opposite*+: Force selecting the tab in the oppsite direction of what's configured in 'tabs->select-on-remove'.
2014-09-13 00:33:15 +02:00
==== count
2014-09-13 00:37:07 +02:00
The tab index to close
2014-09-13 00:33:15 +02:00
2014-09-07 23:22:38 +02:00
[[tab-focus]]
=== tab-focus
Syntax: +:tab-focus ['index']+
Select the tab given as argument/[count].
==== positional arguments
* +'index'+: The tab index to focus, starting with 1. The special value `last` focuses the last focused tab.
2014-09-13 00:33:15 +02:00
==== count
The tab index to focus, starting with 1.
2014-09-07 23:22:38 +02:00
[[tab-move]]
=== tab-move
Syntax: +:tab-move ['direction']+
Move the current tab.
==== positional arguments
2014-09-13 00:22:27 +02:00
* +'direction'+: `+` or `-` for relative moving, not given for absolute moving.
2014-09-07 23:22:38 +02:00
2014-09-13 00:33:15 +02:00
==== count
If moving absolutely: New position (default: 0) If moving relatively: Offset.
2014-09-07 23:22:38 +02:00
[[tab-next]]
=== tab-next
Switch to the next tab, or switch [count] tabs forward.
2014-09-13 00:33:15 +02:00
==== count
How many tabs to switch forward.
2014-09-07 23:22:38 +02:00
[[tab-only]]
=== tab-only
2014-10-08 22:20:57 +02:00
Syntax: +:tab-only [*--left*] [*--right*]+
2014-09-07 23:22:38 +02:00
Close all tabs except for the current one.
2014-10-08 22:20:57 +02:00
==== optional arguments
* +*-l*+, +*--left*+: Keep tabs to the left of the current.
* +*-r*+, +*--right*+: Keep tabs to the right of the current.
2014-09-07 23:22:38 +02:00
[[tab-prev]]
=== tab-prev
Switch to the previous tab, or switch [count] tabs back.
2014-09-13 00:33:15 +02:00
==== count
How many tabs to switch back.
2014-09-09 23:13:43 +02:00
[[unbind]]
=== unbind
Syntax: +:unbind 'key' ['mode']+
Unbind a keychain.
==== positional arguments
2014-09-13 00:22:27 +02:00
* +'key'+: The keychain or special key (inside <...>) to unbind.
* +'mode'+: A comma-separated list of modes to unbind the key in (default: `normal`).
2014-09-09 23:13:43 +02:00
2014-09-07 23:22:38 +02:00
[[undo]]
=== undo
Re-open a closed tab (optionally skipping [count] closed tabs).
2014-09-22 21:01:58 +02:00
[[view-source]]
=== view-source
Show the source of the current page.
2014-09-07 23:22:38 +02:00
[[yank]]
=== yank
Syntax: +:yank [*--title*] [*--sel*]+
Yank the current URL/title to the clipboard or primary selection.
==== optional arguments
2014-09-13 00:22:27 +02:00
* +*-t*+, +*--title*+: Yank the title instead of the URL.
* +*-s*+, +*--sel*+: Use the primary selection instead of the clipboard.
2014-09-07 23:22:38 +02:00
[[zoom]]
=== zoom
Syntax: +:zoom ['zoom']+
Set the zoom level for the current tab.
The zoom can be given as argument or as [count]. If neither of both is given, the zoom is set to 100%.
==== positional arguments
* +'zoom'+: The zoom percentage to set.
2014-09-13 00:33:15 +02:00
==== count
The zoom percentage to set.
2014-09-07 23:22:38 +02:00
[[zoom-in]]
=== zoom-in
Increase the zoom level for the current tab.
2014-09-13 00:33:15 +02:00
==== count
How many steps to zoom in.
2014-09-07 23:22:38 +02:00
[[zoom-out]]
=== zoom-out
Decrease the zoom level for the current tab.
2014-09-13 00:33:15 +02:00
==== count
How many steps to zoom out.
2014-09-07 23:22:38 +02:00
== Hidden commands
.Quick reference
[options="header",width="75%",cols="25%,75%"]
|==============
|Command|Description
|<<command-accept,command-accept>>|Execute the command currently in the commandline.
|<<command-history-next,command-history-next>>|Go forward in the commandline history.
|<<command-history-prev,command-history-prev>>|Go back in the commandline history.
|<<completion-item-next,completion-item-next>>|Select the next completion item.
|<<completion-item-prev,completion-item-prev>>|Select the previous completion item.
|<<enter-mode,enter-mode>>|Enter a key mode.
|<<follow-hint,follow-hint>>|Follow the currently selected hint.
|<<leave-mode,leave-mode>>|Leave the mode we're currently in.
|<<open-editor,open-editor>>|Open an external editor with the currently selected form field.
|<<prompt-accept,prompt-accept>>|Accept the current prompt.
|<<prompt-no,prompt-no>>|Answer no to a yes/no prompt.
|<<prompt-yes,prompt-yes>>|Answer yes to a yes/no prompt.
|<<rl-backward-char,rl-backward-char>>|Move back a character.
|<<rl-backward-delete-char,rl-backward-delete-char>>|Delete the character before the cursor.
|<<rl-backward-word,rl-backward-word>>|Move back to the start of the current or previous word.
|<<rl-beginning-of-line,rl-beginning-of-line>>|Move to the start of the line.
|<<rl-delete-char,rl-delete-char>>|Delete the character after the cursor.
|<<rl-end-of-line,rl-end-of-line>>|Move to the end of the line.
|<<rl-forward-char,rl-forward-char>>|Move forward a character.
|<<rl-forward-word,rl-forward-word>>|Move forward to the end of the next word.
|<<rl-kill-line,rl-kill-line>>|Remove chars from the cursor to the end of the line.
|<<rl-kill-word,rl-kill-word>>|Remove chars from the cursor to the end of the current word.
|<<rl-unix-line-discard,rl-unix-line-discard>>|Remove chars backward from the cursor to the beginning of the line.
|<<rl-unix-word-rubout,rl-unix-word-rubout>>|Remove chars from the cursor to the beginning of the word.
|<<rl-yank,rl-yank>>|Paste the most recently deleted text.
|<<scroll,scroll>>|Scroll the current tab by 'count * dx/dy'.
|<<scroll-page,scroll-page>>|Scroll the frame page-wise.
|<<scroll-perc,scroll-perc>>|Scroll to a specific percentage of the page.
|<<search-next,search-next>>|Continue the search to the ([count]th) next term.
|<<search-prev,search-prev>>|Continue the search to the ([count]th) previous term.
|==============
[[command-accept]]
=== command-accept
Execute the command currently in the commandline.
[[command-history-next]]
=== command-history-next
Go forward in the commandline history.
[[command-history-prev]]
=== command-history-prev
Go back in the commandline history.
[[completion-item-next]]
=== completion-item-next
Select the next completion item.
[[completion-item-prev]]
=== completion-item-prev
Select the previous completion item.
[[enter-mode]]
=== enter-mode
Syntax: +:enter-mode 'mode'+
Enter a key mode.
==== positional arguments
* +'mode'+: The mode to enter.
[[follow-hint]]
=== follow-hint
Follow the currently selected hint.
[[leave-mode]]
=== leave-mode
Leave the mode we're currently in.
[[open-editor]]
=== open-editor
Open an external editor with the currently selected form field.
The editor which should be launched can be configured via the `general -> editor` config option.
[[prompt-accept]]
=== prompt-accept
Accept the current prompt.
[[prompt-no]]
=== prompt-no
Answer no to a yes/no prompt.
[[prompt-yes]]
=== prompt-yes
Answer yes to a yes/no prompt.
[[rl-backward-char]]
=== rl-backward-char
Move back a character.
This acts like readline's backward-char.
[[rl-backward-delete-char]]
=== rl-backward-delete-char
Delete the character before the cursor.
This acts like readline's backward-delete-char.
[[rl-backward-word]]
=== rl-backward-word
Move back to the start of the current or previous word.
This acts like readline's backward-word.
[[rl-beginning-of-line]]
=== rl-beginning-of-line
Move to the start of the line.
This acts like readline's beginning-of-line.
[[rl-delete-char]]
=== rl-delete-char
Delete the character after the cursor.
This acts like readline's delete-char.
[[rl-end-of-line]]
=== rl-end-of-line
Move to the end of the line.
This acts like readline's end-of-line.
[[rl-forward-char]]
=== rl-forward-char
Move forward a character.
This acts like readline's forward-char.
[[rl-forward-word]]
=== rl-forward-word
Move forward to the end of the next word.
This acts like readline's forward-word.
[[rl-kill-line]]
=== rl-kill-line
Remove chars from the cursor to the end of the line.
This acts like readline's kill-line.
[[rl-kill-word]]
=== rl-kill-word
Remove chars from the cursor to the end of the current word.
This acts like readline's kill-word.
[[rl-unix-line-discard]]
=== rl-unix-line-discard
Remove chars backward from the cursor to the beginning of the line.
This acts like readline's unix-line-discard.
[[rl-unix-word-rubout]]
=== rl-unix-word-rubout
Remove chars from the cursor to the beginning of the word.
This acts like readline's unix-word-rubout.
[[rl-yank]]
=== rl-yank
Paste the most recently deleted text.
This acts like readline's yank.
[[scroll]]
=== scroll
Syntax: +:scroll 'dx' 'dy'+
Scroll the current tab by 'count * dx/dy'.
==== positional arguments
* +'dx'+: How much to scroll in x-direction.
* +'dy'+: How much to scroll in x-direction.
2014-09-13 00:33:15 +02:00
==== count
multiplier
2014-09-07 23:22:38 +02:00
[[scroll-page]]
=== scroll-page
Syntax: +:scroll-page 'x' 'y'+
Scroll the frame page-wise.
==== positional arguments
* +'x'+: How many pages to scroll to the right.
* +'y'+: How many pages to scroll down.
2014-09-13 00:33:15 +02:00
==== count
multiplier
2014-09-07 23:22:38 +02:00
[[scroll-perc]]
=== scroll-perc
Syntax: +:scroll-perc [*--horizontal*] ['perc']+
Scroll to a specific percentage of the page.
The percentage can be given either as argument or as count. If no percentage is given, the page is scrolled to the end.
==== positional arguments
* +'perc'+: Percentage to scroll.
==== optional arguments
2014-09-13 00:22:27 +02:00
* +*-x*+, +*--horizontal*+: Scroll horizontally instead of vertically.
2014-09-07 23:22:38 +02:00
2014-09-13 00:33:15 +02:00
==== count
Percentage to scroll.
2014-09-07 23:22:38 +02:00
[[search-next]]
=== search-next
Continue the search to the ([count]th) next term.
2014-09-13 00:33:15 +02:00
==== count
How many elements to ignore.
2014-09-07 23:22:38 +02:00
[[search-prev]]
=== search-prev
Continue the search to the ([count]th) previous term.
2014-09-13 00:33:15 +02:00
==== count
How many elements to ignore.
2014-09-07 23:22:38 +02:00
== Debugging commands
These commands are mainly intended for debugging. They are hidden if qutebrowser was started without the `--debug`-flag.
.Quick reference
[options="header",width="75%",cols="25%,75%"]
|==============
|Command|Description
|<<debug-all-objects,debug-all-objects>>|Print a list of all objects to the debug log.
|<<debug-cache-stats,debug-cache-stats>>|Print LRU cache stats.
|<<debug-console,debug-console>>|Show the debugging console.
|<<debug-crash,debug-crash>>|Crash for debugging purposes.
|<<debug-pyeval,debug-pyeval>>|Evaluate a python string and display the results as a webpage.
|==============
[[debug-all-objects]]
=== debug-all-objects
Print a list of all objects to the debug log.
[[debug-cache-stats]]
=== debug-cache-stats
Print LRU cache stats.
[[debug-console]]
=== debug-console
Show the debugging console.
[[debug-crash]]
=== debug-crash
Syntax: +:debug-crash ['typ']+
Crash for debugging purposes.
==== positional arguments
* +'typ'+: either 'exception' or 'segfault'.
[[debug-pyeval]]
=== debug-pyeval
Syntax: +:debug-pyeval 's'+
Evaluate a python string and display the results as a webpage.
==== positional arguments
* +'s'+: The string to evaluate.