1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-06-05 16:06:00 +02:00

qutebrowser: add page (#5850)

This commit is contained in:
Florian B 2021-04-28 20:57:00 +02:00 committed by GitHub
parent d03a29e410
commit d3f8cd8bae
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,24 @@
# qutebrowser
> A keyboard-driven, vim-like browser based on PyQt5.
> More information: <https://qutebrowser.org/>.
- Open qutebrowser with a specified storage directory:
`qutebrowser --basedir {{path/to/directory}}`
- Open a qutebrowser instance with temporary settings:
`qutebrowser --set {{content.geolocation}} {{true|false}}`
- Restore a named session of a qutebrowser instance:
`qutebrowser --restore {{session_name}}`
- Launch qutebrowser, opening all URLs using the specified method:
`qutebrowser --target {{auto|tab|tab-bg|tab-silent|tab-bg-silent|window|private-window}}`
- Open qutebrowser with a temporary base directory and print logs to stdout as JSON:
`qutebrowser --temp-basedir --json-logging`