Fork me on GitHub
#reveal
<
2021-12-06
>
Jakub Holý (HolyJak)13:12:51

Hi! I would like to switch over to Reveal but still find some things easier in Curisve's REPL. One of them is that it by default handles bash colors for coloring the output while Reveal just prints it as string:

[33mclojure.core/[1;33meval[m  [32m                        core.clj: 3214[m
                                                          [37m...[m  [32m                                      [m
                                              [33muser/[1;33meval224677[m  [32m                       REPL Input     [m
O wonder whether it would be possible to make Reveal also handle it and display it like Cursive does:

vlaaad21:12:01

where do you get these from?

vlaaad21:12:55

is it some stack-trace colorizing library?

Jakub Holý (HolyJak)08:12:51

I am not sure, something in our stack 😅 Will try to find out.

Lukas Domagala11:12:18

i’ve seen the same output in clj-lsp log files, so it’s something they use too