Show HN: Just, a command runner written in Rust Just lets you save and run commands from files with a terse, readable syntax similar to Make: build: cc *.c -o main # test everything test-all: build ./test --all # run a specific test test TEST: build ./test --test It is cross-platform, written in Rust, and actively maintained on GitHub: https://ift.tt/379dcfd Just has a bunch of nice features: - Can be invoked from any subdirectory - Arguments can be passed from the command line - Static error checking that catches syntax errors and typos - Excellent error messages with source context - The ability to list recipes from the command line - Recipes can be written in any language - Works on Linux, macOS, and Windows - And much more! Just doesn't replace Make, or any other build system, but it does replace reverse-searching your command history, telling colleagues the weird flags they need to pass to do the thing, and forgetting how to run old projects. February 14, 2021 at 06:04AM
Show HN: Just, a command runner written in Rust https://ift.tt/3pePR2d
Related Articles
Show HN: Gogit – Just enough Git (in Go) to push itself to GitHub https://ift.tt/uMCso76Show HN: Gogit – Just enough Git (in Go) to push itself to GitHub http… Read More
Show HN: San Francisco Compute – 512 H100s at <$2/hr for research and startups https://news.ycombinator.com/item?id=36933603Show HN: San Francisco Compute – 512 H100s at <$2/hr for research a… Read More
Show HN: Scribe – android dictaphone with speech recognition on device https://ift.tt/T2SgPFHShow HN: Scribe – android dictaphone with speech recognition on device… Read More
Show HN: Vite React Boilerplate – A Production Ready, Scalable Starter Template https://ift.tt/GAJgsqpShow HN: Vite React Boilerplate – A Production Ready, Scalable Starter… Read More
Show HN: Pyflo – a free, interactive guide to learning Python https://ift.tt/dZX6MASShow HN: Pyflo – a free, interactive guide to learning Python TL;DR: h… Read More
Show HN: Impel – an always-on, prompt-free AI companion for your Mac https://ift.tt/e6oXBKyShow HN: Impel – an always-on, prompt-free AI companion for your Mac h… Read More
Show HN: Llama2.ipynb https://ift.tt/eD9Cz1TShow HN: Llama2.ipynb https://ift.tt/4vLYzVW July 30, 2023 at 03:07AM … Read More
Show HN: Formula8.ai – A formula-based approach to AI prompts https://ift.tt/JtIAyfWShow HN: Formula8.ai – A formula-based approach to AI prompts We just … Read More
0 Comments: