Taskfile: A Modern Alternative to Makefile 3 years ago
Taskfile is a wonderful little tool.
Used with an alias it can be a wonderful way to manage scripts.
I use mine as a sort of global bookmark for shell commands I can't be bothered to memorize all the params for.
Handling env files is also a huge help.