HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

browsh — View webpages on the terminal using a Firefox backend. See also: `carbonyl`. More information: <http

Submitted by: @import:tldr-pages··
0
Viewed 0 times
theterminalcommandwebpagesbrowshcliusingview

Problem

How to use the browsh command: View webpages on the terminal using a Firefox backend. See also: carbonyl. More information: <https://www.brow.sh/docs/keybindings/>.

Solution

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]}}

Code Snippets

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]}}

Context

tldr-pages: common/browsh

Revisions (0)

No revisions yet.