LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

ispell-wrapper

provides a unified interface to various spell checkers

TLDR

Check file with default checker
$ ispell-wrapper [file.txt]
copy
Force specific checker
$ ispell-wrapper --ispell=[aspell] [file.txt]
copy
List misspellings
$ ispell-wrapper -l < [file.txt]
copy
Use specific dictionary
$ ispell-wrapper -d [english] [file.txt]
copy

SYNOPSIS

ispell-wrapper [options] file...

DESCRIPTION

ispell-wrapper provides a unified interface to various spell checkers. It wraps aspell, hunspell, or ispell with consistent options.The wrapper chooses the best available checker automatically. It allows scripts to work regardless of which checker is installed.

PARAMETERS

--ispell CHECKER

Specify spell checker (aspell, hunspell, ispell).
-d DICT
Dictionary to use.
-a
Pipe mode.
-l
List mode.
--help
Display help information.

INSTALL

sudo apt install ispell
copy
sudo pacman -S ispell
copy
sudo apk add aspell-compat
copy
sudo zypper install ispell
copy
brew install ispell
copy
nix profile install nixpkgs#ispell
copy

CAVEATS

Debian/Ubuntu specific. Depends on installed checkers. Not all options pass through.

HISTORY

ispell-wrapper was created for Debian to provide compatibility between different spell checking programs.

SEE ALSO

ispell(1), aspell(1), hunspell(1)

Braincup
Open source brain training for math, memory and focus
Braincup mini-games
41 mini-games · Apache-2.0
No ads · No tracking
Play in browser
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid
276 stars
From the maker of Linux Command Library
Copied to clipboard
Braincup
Open source brain training for math, memory and focus. 41 mini-games, from mental arithmetic to Sudoku, N-Back and Solo Chess.
Apache-2.0 licensed · No ads · No tracking · No account
From the maker of Linux Command Library
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid