Skip to content

Commit 960375b

Browse files
committed
chore: Add default justfile action to open chooser on unix-likes
1 parent 12116da commit 960375b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

justfile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@ mod dav1d '.justfiles/dav1d.just'
1010
default:
1111
@echo 'On Windows, run just using:'
1212
@echo 'just --unstable --shell pwsh.exe --shell-arg -c'
13+
@just --choose --unstable
14+
15+
[unix]
16+
default:
17+
@just --choose --unstable
1318

1419
before-push:
1520
# do fmt

0 commit comments

Comments
 (0)