*: fix typos reported by Hunspell (#5848)
Co-authored-by: marchersimon <50295997+marchersimon@users.noreply.github.com> Co-authored-by: Seth Falco <seth@falco.fun> Co-authored-by: Patrice Denis <patricedenis@users.noreply.github.com>
This commit is contained in:
@@ -1,24 +1,24 @@
|
||||
# alacritty
|
||||
|
||||
> Plattformübergreifender, GPU-beschleunigter Terminalemulator.
|
||||
> Weitere Informationen: <https://github.com/jwilm/alacritty>.
|
||||
> Weitere Informationen: <https://github.com/alacritty/alacritty>.
|
||||
|
||||
- Öffne ein neues alacritty-Fenster:
|
||||
- Öffne ein neues Alacritty-Fenster:
|
||||
|
||||
`alacritty`
|
||||
|
||||
- Starte alacritty in einem bestimmten Arbeitsverzeichnis:
|
||||
- Starte Alacritty in einem bestimmten Arbeitsverzeichnis:
|
||||
|
||||
`alacritty --working-directory {{pfad/zu/verzeichnis}}`
|
||||
|
||||
- Führe einen Befehl in einem neuen alacritty-Fenster aus:
|
||||
- Führe einen Befehl in einem neuen Alacritty-Fenster aus:
|
||||
|
||||
`alacritty -e {{befehl}}`
|
||||
|
||||
- Gib eine alternative Konfigurations-Datei an (ist standardmäßig $XDG_CONFIG_HOME/alacritty/alacritty.yml):
|
||||
- Gib eine alternative Konfigurations-Datei an (ist standardmäßig `$XDG_CONFIG_HOME/alacritty/alacritty.yml`):
|
||||
|
||||
`alacritty --config-file {{pfad/zu/konfiguration.yml}}`
|
||||
|
||||
- Starte mit aktiviertem Live-Konfigurations-Neuladen (kann auch standardmäßig in alacritty.yml eingestellt werden):
|
||||
- Starte mit aktiviertem Live-Konfigurations-Neuladen (kann auch standardmäßig in `alacritty.yml` eingestellt werden):
|
||||
|
||||
`alacritty --live-config-reload --config-file {{pfad/zu/konfiguration.yml}}`
|
||||
|
@@ -1,6 +1,6 @@
|
||||
# awslogs
|
||||
|
||||
> CLI um Log-Gruppen, Streams und Events von Amazon Cloudwatch Logs abzurufen.
|
||||
> CLI um Log-Gruppen, Streams und Events von Amazon CloudWatch Logs abzurufen.
|
||||
> Weitere Informationen: <https://github.com/jorgebastida/awslogs>.
|
||||
|
||||
- Liste alle Log-Gruppen auf:
|
||||
@@ -15,7 +15,7 @@
|
||||
|
||||
`awslogs get {{/var/log/syslog}} --start='{{2h ago}}' --end='{{1h ago}}'`
|
||||
|
||||
- Rufe alle Logs für einen bestimmten Cloudwatch-Logs Filter-Ausdruck ab:
|
||||
- Rufe alle Logs für einen bestimmten CloudWatch-Logs Filter-Ausdruck ab:
|
||||
|
||||
`awslogs get {{/aws/lambda/meine_lambda_gruppe}} --filter-pattern='{{ERROR}}'`
|
||||
|
||||
|
@@ -1,6 +1,6 @@
|
||||
# convert
|
||||
|
||||
> Imagemagick Bildkonvertierungswerkzeug.
|
||||
> ImageMagick Bildkonvertierungswerkzeug.
|
||||
> Weitere Informationen: <https://imagemagick.org/script/convert.php>.
|
||||
|
||||
- Konvertiere ein Bild von JPG nach PNG:
|
||||
|
@@ -1,6 +1,6 @@
|
||||
# fdroidcl
|
||||
|
||||
> F-Droid CLI (Command Line Interface) Client.
|
||||
> F-Droid CLI (Command-line Interface) Client.
|
||||
> Weitere Informationen: <https://github.com/mvdan/fdroidcl>.
|
||||
|
||||
- Aktualisiere den Index:
|
||||
|
@@ -1,6 +1,6 @@
|
||||
# ffsend
|
||||
|
||||
> Teile Dateien einfach und sicher in der Command Line.
|
||||
> Teile Dateien einfach und sicher in der Command-line.
|
||||
> Weitere Informationen: <https://gitlab.com/timvisee/ffsend>.
|
||||
|
||||
- Lade eine Datei hoch:
|
||||
|
@@ -1,6 +1,6 @@
|
||||
# npm
|
||||
|
||||
> Ein Kommandozeilenwerkzeug für die Verwaltung von Javascript und Node.js Paketen (Packages).
|
||||
> Ein Kommandozeilenwerkzeug für die Verwaltung von JavaScript und Node.js Paketen (Packages).
|
||||
> Weitere Informationen: <https://www.npmjs.com>.
|
||||
|
||||
- Erstelle eine `package.json` Datei interaktiv:
|
||||
|
Reference in New Issue
Block a user