Here is a list in no particular order of nim
libraries that I wish existed or might write one day.
A simple library to convert bbcode
markup to ANSI
escape code formatted text.
Coming from python
I’m spoiled by the rich
library that makes this easy.
I’ve started work (see repo) on this library that has been employed in nearly any nim
-based CLI I write.
A library (that would depend on bbansi
, and markdown
) to convert markdown documents
to ANSI
escape code formatted text.
A library to parse my custom config language usu
.
A helper cli to take a nim file (or directory of nim files) and sort the import statements.