LinuxCommandLibrary

qutebrowser

TLDR

Start browser

$ qutebrowser
copy
Open URL
$ qutebrowser [https://example.com]
copy
Open in new window
$ qutebrowser --target window [https://example.com]
copy
Start with temp basedir
$ qutebrowser --temp-basedir
copy
Set config option
$ qutebrowser --set [content.javascript.enabled] [false]
copy

SYNOPSIS

qutebrowser [options] [urls...]

DESCRIPTION

qutebrowser is a keyboard-driven web browser with vim-style keybindings. It uses QtWebEngine and focuses on minimalism and keyboard efficiency.
The browser is highly configurable through a Python config file and commands, appealing to users who prefer keyboard-centric workflows.

PARAMETERS

-t, --target type

How to open URL (tab, tab-bg, window).
-T, --temp-basedir
Use temporary directory.
-s opt value, --set opt value
Set configuration option.
-r session, --restore session
Restore session.
-B dir, --basedir dir
Base directory.
--debug
Debug mode.

KEY BINDINGS

o: Open URL
O: Open in new tab
d: Close tab
j/k: Scroll
h/l: History
f: Follow hints
yy: Copy URL
/: Search
:: Command mode

CAVEATS

Some sites may not work (WebEngine limitations). Extension support limited. Learning curve for keybindings. Qt dependency large.

HISTORY

qutebrowser was created by Florian Bruhin starting in 2013. It fills the niche for keyboard-driven browsers like uzbl and vimperator, but with modern web engine support.

SEE ALSO

firefox(1), chromium(1), surf(1), w3m(1)

Copied to clipboard