Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/daleonpz/block_aspell
use aspell on a block of text from line N to M.
https://github.com/daleonpz/block_aspell
Last synced: 23 days ago
JSON representation
use aspell on a block of text from line N to M.
- Host: GitHub
- URL: https://github.com/daleonpz/block_aspell
- Owner: daleonpz
- License: gpl-3.0
- Created: 2018-11-16T06:38:33.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2018-11-16T07:18:27.000Z (about 6 years ago)
- Last Synced: 2024-11-08T08:37:48.107Z (3 months ago)
- Language: Shell
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Description
Use [gnu aspell](http://aspell.net/) on a block of text from line N to M.# Use and requirements
- Use:
```sh
Usage:
[-n from] [-m to] [-f FILENAME]
```- You need `aspell`
- How to install```sh
$ git clone https://github.com/daleonpz/block_aspell.git
$ cd block_aspell
$ chmod +x block_aspell.sh
$ export PATH="$PATH:YOURPATH"
```- You can also add the path to your `.bashrc` to make it permanent
# TODO
- Add language support (pass language option to aspell)
- I want to avoid the use of a TEMP file