Fork me on GitHub
#babashka
<
2022-06-05
>
perpen01:06:39

I just pushed a bb script for a dwm/tmux status bar, https://github.com/perpen/babashka-status-bar Pretty nichey but very useful to me. and so much fun to write - I had done some clojure before, but this experience reminded me I still have a lot to learn... @borkdude thanks a lot for your help this week (and for bb!)

🎉 2
borkdude10:06:52

Babashka CLI v0.2.11 now adds support for dealing with subcommands! https://github.com/babashka/cli#subcommands

🎉 7
cap10morgan19:06:22

Ohhhh… this is awesome. I've been meaning to write something like this. But you beat me to it! I need to port some things to this and caxa.

teodorlu11:06:21

Really interesting API. I like that you reduce the amount of boilerplate to nearly zero while limiting magic.

borkdude12:06:09

Already ported neil to this API :)

teodorlu13:06:18

Yeah, I was wondering whether you had any plans to provide a more structured way to handle CLI args when working on Neil! Happy to see this included by default, that's going to further reduce friction writing decent scripts with babashka.