A command line tool for running aspell
gem install aspellbee
Run the configuration utility, aspellbee configure
.
$ aspellbee configure
Enter aspell locale (defaults to en_US):
Enter aspell suggestion mode (defaults to normal):
Enter aspell mode (defaults to html):
This will create a .aspellbee
file in your home folder (eg. ~/.aspellbee).
aspellbee will look for a .aspellbee
config file first in the current directory you're running it in, then will look for one in the home directory.
An example of a .aspellbee
file:
---
aspell_config:
locale: en_US
suggestion_mode: normal
mode: html
See the contributing guide.