Show HN: Just.sh – compiler that turns Justfiles into portable shell scripts

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • just.sh

    Compile Justfiles to portable shell scripts

  • just

    🤖 Just a command runner

  • This is fantastic, but I'd say that this solution is somewhat in response to this open issue from 2019:

    https://github.com/casey/just/issues/429

    I really wish just was included as a package in distributions.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • makesure

    Simple task/command runner with declarative goals and dependencies

  • makesure, a similar tool (https://maximullaris.com/makesure-vs-just.html) I'm developing, doesn't require installation in the traditional sense: https://github.com/xonixx/makesure#installation.

    Also, I was considering adding the same feature (generating the equivalent shell script) to my tool, but after doing some analysis decided not to pursue this idea for the following reasons: https://github.com/xonixx/makesure/issues/83#issuecomment-98....

  • Batsh

    A language that compiles to Bash and Windows Batch

  • https://github.com/batsh-dev-team/Batsh

    https://github.com/tdenniston/bish

    (Just fyi. I've been collecting links to similar things because of Reasons).

  • bish

    Bish is a language that compiles to Bash. It's designed to give shell scripting a more comfortable and modern feel.

  • https://github.com/batsh-dev-team/Batsh

    https://github.com/tdenniston/bish

    (Just fyi. I've been collecting links to similar things because of Reasons).

  • templates-cruft

  • simonw got me interested in the idea after I ran into one of his blogposts talking about how ziglang does it, and then studying ruff + maturin helped me reverse engineer how to accomplish this without any python intermediary in a "python package".

    I put together a cruft template (https://github.com/justin-yan/templates-cruft/tree/main/pack...) since I'm packaging a couple projects this way (just, lazydocker). It's honestly a pretty messy weekend project, so caveat emptor, but hopefully it's a helpful starting point if you want to try it.

  • hledger

    Robust, fast, intuitive plain text accounting tool with CLI, TUI and web interfaces.

  • I can offer this (warning, crufty real-world scripts ahead!): these [make](https://github.com/simonmichael/hledger/blob/137d825/Makefil...) [files](https://github.com/simonmichael/hledger/blob/137d825/Makefil...) and this [bash script](https://github.com/simonmichael/hledger/blob/a3c300b/bake) have been replaced by this roughly equivalent [Justfile](https://github.com/simonmichael/hledger/blob/137d825/Justfil...) (some old things were commented out, some new things were added).

    I'm only a few weeks in, and just has its own learning curve, but I'm very pleased overall. Cognitive load is down, usability is up, robustness is up.

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts