aspell.net
Spell checker with better logic than ispell
Package Information
- Domain:
aspell.net
- Name:
aspell.net
- Homepage: Not specified
- Source: View on GitHub
Installation
bash
# Install with launchpad
launchpad install +aspell.net -- $SHELL -i
Programs
This package provides the following executable programs:
aspell
aspell-import
precat
preunzip
prezip
prezip-bin
pspell-config
run-with-aspell
word-list-compress
Available Versions
Show all 2 versions
0.60.8.1
,0.60.8
Latest Version: 0.60.8.1
Install Specific Version
bash
# Install specific version
sh <(curl https://pkgx.sh) +aspell.net@0.60.8.1 -- $SHELL -i
Usage Examples
typescript
import { pantry } from 'ts-pkgx'
// Access this package
const pkg = pantry.aspellnet
console.log(`Package: ${pkg.name}`)
console.log(`Description: ${pkg.description}`)
console.log(`Programs: ${pkg.programs.join(', ')}`)
Links
This documentation was auto-generated from package data.