mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-06 19:45:27 +00:00
26 lines
360 B
Plaintext
26 lines
360 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.
|
|
> More information: <https://www.brow.sh/>.
|
|
|
|
- Start browsh:
|
|
|
|
`browsh`
|
|
|
|
- Start browsh in a specific webpage:
|
|
|
|
`browsh --startup-url {{URL}}`
|
|
|
|
- Focus URL bar:
|
|
|
|
`<Ctrl l>`
|
|
|
|
- Exit browsh:
|
|
|
|
`<Ctrl q>`
|