A command not found handler for arch linux based systems that is light as air
- ripgrep
- pacman (duh)
- pkgfile
First, download and install commandfinder.
Commandfinder is preinstalled and preconfigured on instantOS, so there is no
need to mess with it there.
git clone https://github.com/instantOS/commandfinder
cd commandfinder
sudo make install
In order to use commandfinder it is required to tell the shell to use it to handle command-not-found events.
Put the following at the end of your ~/.zshrc
command_not_found_handler() {commandfinder $@}
Put the following at the end of your ~/.bashrc
command_not_found_handle() {commandfinder $@}
monthly regenerate cache