https://github.com/dukecat0/spellcheck
Enable/Disable spellcheck from the command line on macOS.
https://github.com/dukecat0/spellcheck
cli command-line-tool macos
Last synced: about 2 months ago
JSON representation
Enable/Disable spellcheck from the command line on macOS.
- Host: GitHub
- URL: https://github.com/dukecat0/spellcheck
- Owner: dukecat0
- Created: 2021-11-03T15:01:58.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-11-03T15:14:30.000Z (over 4 years ago)
- Last Synced: 2025-07-16T08:46:39.029Z (12 months ago)
- Topics: cli, command-line-tool, macos
- Language: Shell
- Homepage:
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# spellcheck
Enable/Disable spellcheck from the command line on macOS.
## Installation
### Using homebrew:
```shell
brew tap meowmeowmeowcat/taps
brew install meowmeowmeowcat/taps/spellcheck
```
### Install manually:
```shell
curl -L https://raw.githubusercontent.com/meowmeowmeowcat/spellcheck/main/spellcheck \
-o /usr/local/bin/spellcheck && chmod +x /usr/local/bin/spellcheck
```
## Example
If spellcheck is enabled:
```shell
$ spellcheck
Automatic spelling correction disabled.
Automatic Text Completion disabled.
```
If spellcheck is disabled:
```shell
$ spellcheck
Automatic spelling correction enabled.
Automatic Text Completion enabled.
```
## Usage
```
Usage: spellcheck [options]
options:
-s, --settings Display current settings.
-h, --help Display this help and exit.
-v, --version Display version information and exit.
```