mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-07-09 14:42:44 +02:00
chore(just): add install-targets to justfile
This commit is contained in:
@@ -13,18 +13,17 @@ fmt:
|
|||||||
prettier --write .github/FUNDING.yml
|
prettier --write .github/FUNDING.yml
|
||||||
prettier --write .github/workflows/windows.yaml
|
prettier --write .github/workflows/windows.yaml
|
||||||
|
|
||||||
|
install-targets *targets:
|
||||||
|
"{{ targets }}" -split ' ' | ForEach-Object { just install-target $_ }
|
||||||
|
|
||||||
install-target target:
|
install-target target:
|
||||||
cargo +stable install --path {{ target }} --locked
|
cargo +stable install --path {{ target }} --locked
|
||||||
|
|
||||||
install:
|
install:
|
||||||
just install-target komorebic
|
just install-targets komorebic komorebic-no-console komorebi komorebi-bar komorebi-gui
|
||||||
just install-target komorebic-no-console
|
|
||||||
just install-target komorebi-gui
|
|
||||||
just install-target komorebi-bar
|
|
||||||
just install-target komorebi
|
|
||||||
|
|
||||||
run:
|
run target:
|
||||||
cargo +stable run --bin komorebi --locked
|
cargo +stable run --bin {{ target }} --locked
|
||||||
|
|
||||||
warn $RUST_LOG="warn":
|
warn $RUST_LOG="warn":
|
||||||
just run
|
just run
|
||||||
|
|||||||
Reference in New Issue
Block a user