| Crates.io | hex-tui |
| lib.rs | hex-tui |
| version | 0.4.0 |
| created_at | 2025-08-06 19:21:21.745419+00 |
| updated_at | 2025-09-22 02:31:21.476411+00 |
| description | quick spellcheck TUI |
| homepage | |
| repository | |
| max_upload_size | |
| id | 1784233 |
| size | 1,169,945 |
quick spellcheck TUI 🦀
Just run hex to get an overview of all spelling issues in the current directory.
Keyboard-driven interface for making fast fixes & ignores.

Usage: hex [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
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.