• 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
  • 0.1.0 cc19888102

    0.1.0 Pre-release

    endeavorance released this 2025-05-10 15:30:54 +00:00 | 3 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

    • Removed edit command
    • Added option for ls to print a script path
    • Creating a script outputs the new script path
    • Support for RUNDIR_TEMPLATE env var to set a file path as a template for new scripts
    • Improved error reporting
    Downloads
  • 0.0.1 2fcdb11783

    0.0.1 Pre-release

    endeavorance released this 2024-11-13 20:52:13 +00:00 | 8 commits to main since this release

    Initial alpha release

    Downloads