Update cheatsheets

This commit is contained in:
ivuorinen
2024-08-14 00:15:26 +00:00
parent d62421bd26
commit e4b6d095d3
6 changed files with 58 additions and 7 deletions

21
tldr/ispell Normal file
View File

@@ -0,0 +1,21 @@
---
syntax: markdown
tags: [tldr, common]
source: https://github.com/tldr-pages/tldr.git
---
# ispell
> Interactive spell checking.
> More information: <https://www.cs.hmc.edu/~geoff/ispell-man.html>.
- Start an interactive session:
`ispell`
- Check for typos in the specified file and interactively apply suggestions:
`ispell {{path/to/file}}`
- Display version:
`ispell -v`