Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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