ZIP
WinGet
Just
Casey Rodarmor · 1.27.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.27.0-x86_64-pc-windows-msvc.zip
Signature
Status
Upload installer to verify signature
Installer Selection
WinGet Package
Package ID
Casey.Just
Version
1.27.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.27.0/just-1.27.0-x86_64-pc-windows-msvc.zip
Release Notes
Changed
- Use cache dir for temporary files (#2067)
Added
- Add [doc] attribute to set and suppress documentation comments (#2050 by neunenak)
- Add source_file() and source_directory() functions (#2088)
- Add recipe groups (#1842 by neunenak)
- Add shell() function for running external commands (#2047 by gyreas)
- Add --global-justfile flag (#1846 by neunenak)
- Add shell-expanded strings (#2055)
- Add encode_uri_component function (#2052 by laniakea64)
- Add choose function for generating rand…