mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00

- Replace "al" -> "del", "alla" -> "della", etc. in command paths - Replace all instances of "cartella" with "directory" - Update contributing-guides/translation-templates/common-arguments.md to reflect these changes Co-authored-by: marchersimon <50295997+marchersimon@users.noreply.github.com> Co-authored-by: Marco Bonelli <marco@mebeim.net> Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
28 lines
604 B
Markdown
28 lines
604 B
Markdown
# chromium
|
|
|
|
> Browser web open-source di Google.
|
|
> Maggiori informazioni: <https://www.chromium.org/developers/how-tos/run-chromium-with-flags/>.
|
|
|
|
- Apri un file:
|
|
|
|
`chromium {{percorso/del/file.html}}`
|
|
|
|
- Apri un URL:
|
|
|
|
`chromium {{esempio.com}}`
|
|
|
|
- Apri in modalità incognito:
|
|
|
|
`chromium --incognito {{esempio.com}}`
|
|
|
|
- Apri in una nuova finestra:
|
|
|
|
`chromium --new-window {{esempio.com}}`
|
|
|
|
- Apri in modalità app (senza barre degli strumenti, URL, bottoni, etc.):
|
|
|
|
`chromium --app='{{https://esempio.com}}'`
|
|
|
|
- Usa un server proxy:
|
|
|
|
`chromium --proxy-server="{{socks5://hostname:66}}" {{esempio.com}}`
|