Skip to content

brackendawson/notfoundle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

notfoundle

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.

Installation

You need Go and $GOPATH/bin (or ~/go/bin) in your PATH.

go install github.com/brackendawson/notfoundle@latest

Zsh

echo 'command_not_found_handler() { notfoundle "$1" }' >>~/.zshrc

fish shell

echo -e "function fish_command_not_found\n    notfoundle \$argv[1]\nend" >> ~/.config/fish/functions/default/not_found.fish

About

A command not found handler inspired by wordle

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages