mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-01-26 11:33:59 +00:00
27 lines
416 B
Plaintext
27 lines
416 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, common]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# 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]}}`
|