German translation: alias, bash, borg, cd, chmod, chromium, chsh, convert, exa (#4132)

Co-authored-by: Zlatan Vasović <zlatanvasovic@gmail.com>
This commit is contained in:
Frank Benedikt
2020-06-29 23:59:34 +02:00
committed by GitHub
parent b655e1b68a
commit 9aa5907281
9 changed files with 239 additions and 0 deletions

View File

@@ -0,0 +1,28 @@
# chromium
> Open-Source-Webbrowser von Google.
> Mehr Informationen: <https://chromium.org>.
- Öffnet Sie eine Datei:
`chromium {{pfad/zur/datei.html}}`
- Öffnet Sie eine URL:
`chromium {{beispiel.com}}`
- Im Inkognito-Modus öffnen:
`chromium --incognito {{beispiel.com}}`
- In einem neuen Fenster öffnen:
`chromium --new-window {{beispiel.com}}`
- Öffnet im Anwendungsmodus (ohne Symbolleisten, URL-Leiste, Schaltflächen usw.):
`chromium --app='{{https://beispiel.com}}'`
- Verwendet einen Proxy-Server:
`chromium --proxy-server="{{socks5://hostname:66}}" {{beispiel.com}}`