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: Dobb·E – towards home robots with an open-source platform https://ift.tt/Mz27oCTShow HN: Dobb·E – towards home robots with an open-source platform Hi … Read More
Show HN: Neets.ai – Cheap and Robust TTS Platform https://ift.tt/ezlN27fShow HN: Neets.ai – Cheap and Robust TTS Platform We used to rely on E… Read More
Show HN: Historical Movie Map https://ift.tt/hXI1vliShow HN: Historical Movie Map Hi HN - I love movies, history, and code… Read More
Show HN: Star Time Lapse Videos with a Raspberry Pi Camera and AllSky https://ift.tt/wld0ctQShow HN: Star Time Lapse Videos with a Raspberry Pi Camera and AllSky … Read More
Show HN: Collider – the platform for local LLM debug and inference at warp speed https://ift.tt/Yy7mXFHShow HN: Collider – the platform for local LLM debug and inference at … Read More
Show HN: Status on DP – Add Status on Profile Picture Like LinkedIn https://ift.tt/uGOs4AkShow HN: Status on DP – Add Status on Profile Picture Like LinkedIn ht… Read More
Show HN: Turn Emoji into Artwork via AI https://ift.tt/pqMwxFNShow HN: Turn Emoji into Artwork via AI https://ift.tt/qeFDg4h Novembe… Read More
Show HN: Build an open-source computer vision model in seconds using text https://ift.tt/UYCcx2tShow HN: Build an open-source computer vision model in seconds using t… Read More
0 Comments: