owl-spell

Crates.ioowl-spell
lib.rsowl-spell
version0.4.1
created_at2025-09-23 06:01:06.82427+00
updated_at2025-09-23 06:01:06.82427+00
descriptionquick spellcheck TUI
homepage
repository
max_upload_size
id1851048
size1,167,453
jpt (jamesturk)

documentation

README

owl-spell

🦉 quick spellcheck TUI 🦀

features

  • fast hunspell/spellbook spell check
  • per-project & global ignore files
  • suggest changes & replace in all files
  • quick context view to see where a word appears
  • automatically download dictionaries if needed
  • quick word check CLI option

demo

Just run owl to get an overview of all spelling issues in the current directory.

Keyboard-driven interface for making fast fixes & ignores.

Usage

Usage: owl [OPTIONS] [PATH]

Arguments:
  [PATH]  File or directory to spellcheck (defaults to current directory)

Options:
  -r, --recursive    Recursively search directories for markdown files
  -w, --word <word>  Check a single word
      --init <init>  Download a dictionary
  -h, --help         Print help
  -V, --version      Print version

project status

This project was written to gain more exposure to Rust & shave a yak.

Use at your own risk, the interface isn't at all stable yet.

Credits

Heavy-lifting done by spellbook, thanks to Helix team.

Dictionaries from wooorm/dictionaries.

Logo from licensed Noun Project resources:

Commit count: 0

cargo fmt