2023-11-17 00:16:31 +00:00
|
|
|
# start a repl
|
2023-12-10 01:30:43 +00:00
|
|
|
build:
|
2023-12-24 22:08:02 +00:00
|
|
|
shadow-cljs release module
|
2023-12-31 23:37:09 +00:00
|
|
|
|
|
|
|
repl:
|
2024-01-08 01:09:01 +00:00
|
|
|
kitten @ launch --type=os-window --allow-remote-control --cwd=current --title=hx_repl:ludus janet -s
|
|
|
|
|
|
|
|
repeater:
|
|
|
|
kitten @ launch --type=os-window --allow-remote-control --cwd=current --title=hx_repl:ludus bat
|
|
|
|
|
|
|
|
eval:
|
|
|
|
sd "$" "\n" | sd "(\n)+" "\n" | kitten @ send-text -m "title:hx_repl:ludus" --stdin
|
|
|
|
|
|
|
|
buffer:
|
|
|
|
sd "$" "\n" > .repl-buffer
|
|
|
|
kitten @ send-text -m "title:hx_repl:ludus" --from-file .repl-buffer
|
2023-12-31 23:37:09 +00:00
|
|
|
|