aspell, ispell: move from linux to common (#13437)

This commit is contained in:
Cornelius Roemer
2024-08-13 19:43:20 +02:00
committed by GitHub
parent a089572a73
commit 704d7a0e75
8 changed files with 0 additions and 0 deletions

View File

@@ -1,24 +0,0 @@
# aspell
> Interaktiver Korrekturleser.
> Weitere Informationen: <http://aspell.net/>.
- Überprüfe eine einzelne Datei auf Fehler:
`aspell check {{pfad/zur/datei}}`
- Liste falsch geschriebene Worte von Standard Input:
`cat {{file}} | aspell list`
- Zeige verfügbare Wörterbuchsprachen:
`aspell dicts`
- Nutze `aspell` mit einem anderen Wörterbuch (nimmt 2-Zeichen-Locale laut ISO 639 Sprach Code):
`aspell --lang={{cs}}`
- Zeige alle falsch geschriebenen Wörter von Standard Input und ignoriere alle Wörter in einer persönlichen Wortliste:
`cat {{file}} | aspell --personal={{persönliche-wort-liste.pws}} list`