I was feeling sad so I decided to queer my #rstats startup message, and now I don't feel so sad

Code to print the rainbow stripe, if anyone wants it:

c("#e50000", "#ff8d00", "#ffee00", "#028121", "#004cff", "#770088") |>
purrr::map(crayon::make_style) |>
purrr::walk(~ cat(.x(paste0(rep("\u2583", 6), collapse = ""))))

Just for fun, a short blog post on this:

https://blog.djnavarro.net/ansi-tricks/

A little ANSI trickery – Notes from a data witch

Fun and games with asciicast and cli. There’s really not much to this one except a little bit of personal entertainment

Notes from a data witch
@djnavarro I plan to read this again when I am actually awake (11pm here).