From 03b4573bb4e6aee14a9edd977d2d281df718d055 Mon Sep 17 00:00:00 2001 From: Martijn Date: Wed, 29 May 2024 17:56:48 +0200 Subject: [PATCH] chore: Add default justfile action to open chooser on unix-likes --- justfile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/justfile b/justfile index 25d1a55b9..0de35f928 100644 --- a/justfile +++ b/justfile @@ -10,6 +10,11 @@ mod dav1d '.justfiles/dav1d.just' default: @echo 'On Windows, run just using:' @echo 'just --unstable --shell pwsh.exe --shell-arg -c' + @just --choose --unstable + +[unix] +default: + @just --choose --unstable before-push: # do fmt