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: Firebender, a simple coding agent for Android Engineers https://ift.tt/RrpFNXbShow HN: Firebender, a simple coding agent for Android Engineers Hey H… Read More
Show HN: I built an app to convert ChatGPT Deep Research to PDFs with footnotes https://ift.tt/dIRzMFXShow HN: I built an app to convert ChatGPT Deep Research to PDFs with … Read More
Show HN: LeetGPU – LeetCode for GPU Programming https://ift.tt/TwFz0iYShow HN: LeetGPU – LeetCode for GPU Programming After the incredible r… Read More
Show HN: Schedual https://ift.tt/vH46Ko5Show HN: Schedual No nonsense tasks. https://schedual.app/ March 2, 20… Read More
Show HN: Torii – a framework agnostic authentication library for Rust https://ift.tt/bDid2STShow HN: Torii – a framework agnostic authentication library for Rust … Read More
Show HN: Mmar – open-source, zero-dependancy, cross-platform HTTP tunneling https://ift.tt/DyXzmcTShow HN: Mmar – open-source, zero-dependancy, cross-platform HTTP tunn… Read More
Show HN: Interactive Intro to FM Synthesis https://ift.tt/HQFDNJAShow HN: Interactive Intro to FM Synthesis https://ift.tt/L1dAoh7 Marc… Read More
Show HN: Open-source tool that send UI feedback with context https://ift.tt/UHQAImuShow HN: Open-source tool that send UI feedback with context https://i… Read More
0 Comments: