Add a script to print the recipes with a specific text
The script command will be:
bat $(rg "text" -li --sort=path)
Where "text" is the string to search from the script invocation.
(Requires the bat
and ripgrep
programs to work)
Edited by Ribbon