just

just 1.58.0

Handy way to save and run project-specific commands

https://github.com/casey/just
Creative Commons Zero v1.0 Universal
main program: justprograms: just
Platforms (38)
m68k-linuxmipsel-linuxarmv7l-netbsdarmv5tel-linuxaarch64-darwinriscv64-netbsdriscv64-linuxi686-windows
View source on NixOS/nixpkgs →

Install

Copy into your configuration

NixOS (configuration.nix)
environment.systemPackages = with pkgs; [
  just
];
Ad-hoc shell
nix-shell -p just
Flake (nix run)
nix run nixpkgs#just