Simple command not found handler for Arch Linux.
- pkgfile
- paru
- Copy the
arch-command-not-foundfile to a directory of your choice (I'll refer the script under that path as$ACMDNF_PATH) - Append the following line to your
~/.bashrc:. $ACMDNF_PATH - Restart bash or run the following command to reconfigure bash:
source ~/.bashrc
-
Add support for other shells.
-
Make it available on the Arch User Repository.