1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-22 15:02:09 +02:00
tldr/pages/common/chromium.md
2019-06-09 18:53:49 +02:00

28 lines
523 B
Markdown

# chromium
> Open-source web browser from Google.
> More information: <https://chromium.org>.
- Open a file:
`chromium {{path/to/file.html}}`
- Open an URL:
`chromium {{example.com}}`
- Open in incognito mode:
`chromium --incognito {{example.com}}`
- Open in a new window:
`chromium --new-window {{example.com}}`
- Open in app mode (without toolbars, URL bar, buttons, etc.):
`chromium --app='{{https://example.com}}'`
- Use a proxy server:
`chromium --proxy-server="{{socks5://hostname:66}}" {{example.com}}`