update justs
This commit is contained in:
parent
b3cfeb82e1
commit
9498bed710
11
justfile
11
justfile
|
@ -11,14 +11,11 @@ restart:
|
||||||
eval:
|
eval:
|
||||||
sd "$" "\n" | sd "\n\n" "\n" | kitten @ send-text -m "title:hx_repl:ludus" --stdin
|
sd "$" "\n" | sd "\n\n" "\n" | kitten @ send-text -m "title:hx_repl:ludus" --stdin
|
||||||
|
|
||||||
# send what's selected to a buffer, and then evaluate what's in the buffer
|
# get documentation for a symbol in janet/clojure
|
||||||
buffer:
|
|
||||||
sd "$" "\n" | sd "\n\n" "\n" > .repl-buffer.janet
|
|
||||||
kitten @ send-text -m "title:hx_repl:ludus" "(import ./.repl-buffer :prefix \"\")"
|
|
||||||
|
|
||||||
doc:
|
doc:
|
||||||
sd "$" "\n" | sd "\n\n" "\n" | xargs -I _ echo "(doc " _ ")" | kitten @ send-text -m "title:hx_repl:ludus" --stdin
|
sd "$" "\n" | sd "\n\n" "\n" | xargs -I _ echo "(doc " _ ")" | kitten @ send-text -m "title:hx_repl:ludus" --stdin
|
||||||
|
|
||||||
|
# publish to npm (did you build things first?)
|
||||||
publish:
|
publish:
|
||||||
git commit -am "publishing!"
|
npm version patch
|
||||||
|
npm publish
|
||||||
|
|
Loading…
Reference in New Issue
Block a user