QUTEBROWSER(1) | qutebrowser manpage | QUTEBROWSER(1) |
NAME¶
qutebrowser - a keyboard-driven, vim-like browser based on Python and Qt.
SYNOPSIS¶
qutebrowser [-OPTION [...]] [:COMMAND [...]] [URL [...]]
DESCRIPTION¶
qutebrowser is a keyboard-focused browser with a minimal GUI. It’s based on Python and Qt and is free software, licensed under the GPL.
It was inspired by other browsers/addons like dwb and Vimperator/Pentadactyl.
Note the commands and settings of qutebrowser are not described in this manpage, but in the help integrated in qutebrowser - use the ":help" command to show it.
OPTIONS¶
positional arguments¶
:command
URL
options¶
-h, --help
-B BASEDIR, --basedir BASEDIR
-C CONFIG, --config-py CONFIG
-V, --version
-s OPTION VALUE, --set OPTION VALUE
-r SESSION, --restore SESSION
-R, --override-restore
--target {auto,tab,tab-bg,tab-silent,tab-bg-silent,window,private-window}
--backend {webkit,webengine}
--qt-wrapper {PyQt6,PyQt5}
--desktop-file-name DESKTOP_FILE_NAME
--untrusted-args
debug arguments¶
-l {critical,error,warning,info,debug,vdebug}, --loglevel {critical,error,warning,info,debug,vdebug}
--logfilter LOGFILTER
--loglines LOGLINES
-d, --debug
--json-logging
--nocolor
--force-color
--nowindow
-T, --temp-basedir
--no-err-windows
--qt-arg NAME VALUE
--qt-flag QT_FLAG
-D DEBUG_FLAGS, --debug-flag DEBUG_FLAGS
FILES¶
Note qutebrowser conforms to the XDG basedir specification - if XDG_CONFIG_HOME, XDG_DATA_HOME or XDG_CACHE_HOME are set in the environment, the directories configured there are used instead of the above defaults.
BUGS¶
Bugs are tracked in the Github issue tracker at https://github.com/qutebrowser/qutebrowser/issues.
If you found a bug, use the built-in :report command to create a bug report with all information needed.
If you prefer, you can also write to the mailinglist at qutebrowser@lists.qutebrowser.org instead.
For security bugs, please contact security@qutebrowser.org (or if GPG encryption is desired, contact me@the-compiler.org with GPG ID 0x916EB0C8FD55A072).
Alternatively, report a vulnerability via GitHub’s private reporting feature.
COPYRIGHT¶
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see https://www.gnu.org/licenses/.
RESOURCES¶
AUTHOR¶
qutebrowser was written by Florian Bruhin. All contributors can be found in the README file distributed with qutebrowser.
10/12/2024 | qutebrowser |