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

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

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

Problem

How to use the carbonyl command: View webpages on the terminal using a Chromium backend. See also: browsh. More information: <https://github.com/fathyb/carbonyl>.

Solution

carbonyl — View webpages on the terminal using a Chromium backend. See also: browsh. More information: <https://github.com/fathyb/carbonyl>.

Open an about:blank page:
carbonyl


Open a webpage:
carbonyl {{https://example.com}}


Exit carbonyl:
<Ctrl c>


Display help:
carbonyl {{[-h|--help]}}

Code Snippets

Open an `about:blank` page

carbonyl

Open a webpage

carbonyl {{https://example.com}}

Exit carbonyl

<Ctrl c>

Display help

carbonyl {{[-h|--help]}}

Context

tldr-pages: common/carbonyl

Revisions (0)

No revisions yet.