from Hacker News

Show HN: rfilerunner: a simple command runner

by goatmobile on 8/9/22, 6:31 AM with 0 comments

Hey HN! This is a little project I made a few months ago and have been using on every project since. Where before I'd use Makefiles to keep all the necessary commands for a project written down, rfilerunner has some more accessible expressiveness (i.e. I can just write bash or Python), built-in file watching and parallel execution, and niceties in making simple project-specific CLIs.