Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wooorm/osx-learn
Add words to the OS X Spell Check dictionary
https://github.com/wooorm/osx-learn
cli dictionary learn macos osx spell spelling
Last synced: about 1 month ago
JSON representation
Add words to the OS X Spell Check dictionary
- Host: GitHub
- URL: https://github.com/wooorm/osx-learn
- Owner: wooorm
- License: mit
- Created: 2015-08-08T13:11:00.000Z (over 9 years ago)
- Default Branch: main
- Last Pushed: 2020-06-16T07:26:06.000Z (over 4 years ago)
- Last Synced: 2024-10-09T01:04:44.916Z (about 1 month ago)
- Topics: cli, dictionary, learn, macos, osx, spell, spelling
- Language: Shell
- Size: 13.7 KB
- Stars: 18
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- Funding: funding.yml
- License: license
Awesome Lists containing this project
README
# osx-learn
![`bin/sh`][bash]
> Add words to OS X’s valid words list, as in, remove warnings about words
> like `npm`.Tested on OS X 10.10 (Yosemite), 10.13 (High Sierra), 10.14 (Mojave), might
work earlier.If a language is specified, the language designator (ISO 639-1 or ISO 639-2)
must be lower-case, e.g., `nl`.
When a region designator (ISO 3166-1) is added, it must be all-caps and
preceded by an underscore, e.g., `en_GB`.Ensure the language is enabled in `System Preferences` > `Keyboard` >
`Text` > `Spelling` > `Set Up...`.When adding a word to a language which has region designators (such as English,
which has British and more), **YOU MUST SPECIFY THE REGION TOO**.
In the case of British, specifying `en` will not work, but `en_GB` will.## Install
[npm][]:
```bash
npm install osx-learn --global
```## Usage
```text
Usage: learn [options] [language]Options:
-h, --help output usage information
-v, --version output versionExamples:
$ learn npm
$ learn stringification en_GBSee also: man 1 learn
```## License
[MIT][] © [Titus Wormer][author]
[bash]: https://img.shields.io/badge/bin-sh-89e051.svg
[npm]: https://docs.npmjs.com/cli/install
[mit]: license
[author]: https://wooorm.com