Show HN: Rt – An interactive CLI for task runners (Make, just, and others)
github.com`rt` is a small CLI that lets us run tasks interactively, even when each project uses a different task runner (Makefile, Justfile, Taskfile, cargo-make, etc.).
This saves us from remembering the right command every time. I don't like writing shell script anyway, and couldn’t really find an existing tool that does this.
No comments yet.