mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-06 05:44:37 +00:00
31 lines
444 B
Plaintext
31 lines
444 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, common]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# browsh
|
|
|
|
> View webpages on the terminal using a Firefox backend.
|
|
> See also: `carbonyl`.
|
|
> More information: <https://www.brow.sh/docs/keybindings/>.
|
|
|
|
- Start browsh:
|
|
|
|
`browsh`
|
|
|
|
- Start browsh in a specific webpage:
|
|
|
|
`browsh --startup-url {{URL}}`
|
|
|
|
- Focus URL bar:
|
|
|
|
`<Ctrl l>`
|
|
|
|
- Exit browsh:
|
|
|
|
`<Ctrl q>`
|
|
|
|
- Display help:
|
|
|
|
`browsh {{[-h|--help]}}`
|