Hacker News new | ask | show | jobs
by dimator 1076 days ago
I've been using 'just' for running a set of commands that I can't be bothered to remember.

It makes it easier to come back to a project after a few weeks, because you don't have to remember the N commands you were using to iterate/test, you only have to remember the 'just' invocation.

For some reason, it feels like a more natural fit for this than 'make'