ZIP
WinGet
Just
Casey Rodarmor · 1.51.0 · x64
Before deploying, verify this file with VirusTotal ↗
Silent Commands
Distributed as a ZIP archive — extract the contents and run the executable directly. No installer is included.
File Identity
Filename
just-1.51.0-x86_64-pc-windows-msvc.zip
Signature
Status
Upload installer to verify signature
Installer Selection
WinGet Package
Package ID
Casey.Just
Version
1.51.0
Description
Just a command runner
License
CC0-1.0
↗
Homepage
https://github.com/casey/just
Installer URL
https://github.com/casey/just/releases/download/1.51.0/just-1.51.0-x86_64-pc-windows-msvc.zip
Release Notes
Added
- Add no-cd setting (#2981 by hans-d)
Changed
- Allow [env] attribute to take expressions (#3329 by casey)
- Allow using expressions with [working-directory] (#3326 by casey)
- Read justfile from standard input with --justfile - (#3325 by casey)
- Make parent_directory() of bare filename return . (#3313 by casey)
- Make [env] override module-level exports (#3312 by casey)
Fixed
- Fail on deep recursion instead of overflowing stack (#3319 by casey)
- Invoke chooser selections separately (#3…