Hacker News new | ask | show | jobs
Show HN: Rt – An interactive CLI for task runners (Make, just, and others) (github.com)
1 points by unvalley 129 days ago
`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.