Update cheatsheets

This commit is contained in:
ivuorinen
2024-02-21 11:19:49 +00:00
parent 4e88a1b42f
commit 3d653cc7e6
4803 changed files with 127002 additions and 0 deletions

29
qutebrowser Normal file
View File

@@ -0,0 +1,29 @@
---
syntax: markdown
tags: [tldr, common]
source: https://github.com/tldr-pages/tldr.git
---
# 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`