alt.hn

8/21/2026 at 7:18:09 PM

Show HN: Zcomplete – Shell Typo Correction

https://github.com/omarfakih1/zcomplete

by omarfakih

8/21/2026 at 7:18:09 PM

Mistype a command and zcomplete works out which one you meant from the commands you usually run, then offers to run it with your arguments. Or runs it without asking, if you set it that way.

$ mkd build zcomplete: run mkdir instead of 'mkd'? [Y/n] y

$ cargo tset error: no such command: `tset` zcomplete: run cargo test? [Y/n] y

Works on bash, zsh, and fish. No process on the happy path.

by omarfakih

8/21/2026 at 9:48:14 PM

thanks, will check it out.

by fhn

8/23/2026 at 8:23:45 AM

℅ df # you meant 'dd' ?!

by dddw