Skip to content

Commit

Permalink
chore: Add default justfile action to open chooser on unix-likes
Browse files Browse the repository at this point in the history
  • Loading branch information
foresterre committed Nov 5, 2024
1 parent e95d0c6 commit 03b4573
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 03b4573

Please sign in to comment.