Linux command
qutebrowser 命令
文本
复制后可按需替换文件名、目录或参数。
常用示例
Start browser
qutebrowser
Open URL
qutebrowser [https://example.com]
Open in new window
qutebrowser --target window [https://example.com]
Start with temp basedir
qutebrowser --temp-basedir
Set config option
qutebrowser --set [content.javascript.enabled] [false]
说明
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.
参数
- -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.
FAQ
What is the qutebrowser command used for?
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.
How do I run a basic qutebrowser example?
Run `qutebrowser` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does -t, --target _type_ do in qutebrowser?
How to open URL (tab, tab-bg, window).