GNUAspell / aspell

http://aspell.net
GNU Lesser General Public License v2.1
236 stars 50 forks source link

Add a possibility to include ""words" with context" #647

Open LLyaudet opened 2 weeks ago

LLyaudet commented 2 weeks ago

Hello :), Thanks for your hard work :). Aspell is the default spell checker in Ubuntu. When I run it on a bash file, I get a hit for usr in #!/usr/bin/env bash. The available options are 10 words and also i) Ignore, I) Ignore all, r) Replace, R) Replace all, a) add, b) quit/abandon?, l) add lowercase, x) exit. But it would be great to add an option c) Add with context (like a glob or regexp for example) to remove non-interesting match. Maybe not the first time I propose this. Best regards, Laurent Lyaudet