A command not found handler like wordle:
% probet
Did you mean: ⬜🟨🟨🟨🟨🟩
It's not deterministic so don't try to solve them or you will lose your mind.
You need Go and ~/go/bin
in your PATH.
go install github.com/brackendawson/notfoundle@latest
echo 'command_not_found_handler() { notfoundle "$1" }' >>~/.zshrc
echo -e "function fish_command_not_found\n notfoundle \$argv[1]\nend" >> ~/.config/fish/functions/default/not_found.fish