website/content/blog/aspell.md

15 lines
449 B
Markdown
Raw Permalink Normal View History

2020-01-15 21:51:49 -05:00
---
2023-01-18 11:50:40 -05:00
title: "Spell check on the Terminal with aspell"
2020-01-15 21:51:49 -05:00
date: 2019-12-10T22:20:48-05:00
draft: false
2022-01-02 14:24:29 -05:00
tags: [ "Linux" ]
2023-01-05 14:04:45 -05:00
medium_enabled: true
2020-01-15 21:51:49 -05:00
---
2020-02-16 17:46:18 -05:00
When I was working on my honors thesis, I realized that I needed a way to spell check the file. After a quick search, I stumbled upon `aspell` which is a `curses` based tool to provide an interactive way for dealing with misspellings. Try it out when you have the chance!
2020-03-14 10:54:03 -04:00
```bash
aspell check file.md
```