Try with kitten
This commit is contained in:
parent
14780bf6b8
commit
83bfc01275
9
justfile
9
justfile
|
@ -1,6 +1,9 @@
|
||||||
# start a repl
|
# start a repl
|
||||||
repl:
|
|
||||||
clj -X:repl
|
|
||||||
|
|
||||||
build:
|
build:
|
||||||
shadow-cljs release module
|
shadow-cljs release module
|
||||||
|
|
||||||
|
repl:
|
||||||
|
kitten @ launch --type=os-window --allow-remote-control --cwd=current --title=hx_repl:ludus lein repl
|
||||||
|
|
||||||
|
send:
|
||||||
|
kitten @ send-text -m "title:hx_repl:ludus" --stdin
|
||||||
|
|
Loading…
Reference in New Issue
Block a user