• 0.1.1 8970bd2895

    0.1.1 Pre-release

    endeavorance released this 2025-05-22 19:22:28 +00:00 | 2 commits to main since this release

    Install

    Binary release

    Download the pre-built binary release for your platform and move it into your local bin folder:

    mv rundir-linux-x64 /usr/local/bin/rundir
    

    Global bun install

    First configure your bunfig.toml to point to endeavorance repositories:

    # Bunfig.toml
    [install.scopes]
    endeavorance = "https://git.astral.camp/api/packages/endeavorance/npm/"
    

    Then install globally:

    bun install -g @endeavorance/rundir
    

    Changes

    • Fixes a bug in rundir ls which broke when no dir was present rather than scanning up the tree
    Downloads