Skip to content

v0.1.20

Latest

Choose a tag to compare

@github-actions github-actions released this 08 Jul 15:06
1699c58

Highlights

  • New runex config <show|type|where> subcommands (#15) — see which config file runex is actually reading (where, with --json), print its contents (type), or open it with the OS-associated application (show).
  • runex export now accepts binary paths containing spaces — installs under C:\Program Files\... or a home directory with a space no longer fail with exit 1.
  • runex add can no longer write a config the next load rejects — oversize --when lists, the 10,001st rule, and appends onto a missing or version-less file now fail up front and leave the file untouched.
  • runex --config <path> init <shell> generates the integration cache from <path> instead of silently using the default config.

Install

Channel Command
crates.io cargo install runex
AUR paru -S runex-bin
Homebrew tap brew install shortarrow/runex/runex
winget winget install ShortArrow.runex

(AUR / Homebrew / winget can lag the GitHub release by hours;
cargo install runex always picks up the new version immediately.)

Full changelog

See CHANGELOG.md.