Fork me on GitHub
#babashka
<
2022-08-13
>
teodorlu12:08:22

Hi again! Are you guys using rlwrap around babashka? Something else? I find myself opening small Clojure REPLs quite often with bb, but I'm missing readline-like line editing. I'm considering doing something like alias bbi=rlwrap bb.

teodorlu12:08:46

gonna try the bbi alias for a while and see how it works. I didn't want to alias over bb because I don't want to mess with normal script running, not sure if that may cause problems.

rads15:08:23

@U3X7174KS: Yep, using rlwrap is the recommended solution from the docs: https://book.babashka.org/#_repl Small tip: I recently discovered you can use rlwrap -pblue bb to get a colored prompt for bb (see man rlwrap for other colors) 🙂

👍 3