I'm very impressed about Taskfile project https://taskfile.dev/ - perhaps the era of complex Makefiles, NPM scripts and Bash shenanigans is coming to an end.
(I know it isn't, but I'd wish nothing more.)
I realized what the Taskfile project is missing... an interactive task picker/runner!
As a lazy shellist, I made this Fish shell function for it. Enjoy.
https://gist.github.com/nikoheikkila/f8f6d707102e186b790bc3efb5bd70c2
Oh yes, I forgot to mention it requires fzf – the fuzzy finder for command-line. If you live in the terminal but are not yet using it, you're missing out on a great deal of productivity.
@nikoheikkila it is beautiful indeed!
@nikoheikkila You might also be interested in Just:
It's a command runner that is inspired by make (and is written in Rust 🦀).
(And you _don't_ have to write yaml )
@janriemer For every tool written in Go, there's always another written in Rust trying to top it. I'm sure there is a law for that. 🌚🌝
It's written in Go so extra love for that. 🔥💚