Daylin's Brain Dump

# Nim libraries I want

Here is a list in no particular order of nim libraries that I wish existed or might write one day.

## bbansi

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.

## mdansi

A library (that would depend on bbansi, and markdown) to convert markdown documents to ANSI escape code formatted text.

## usu

A library to parse my custom config language usu.

## nimportsort

A helper cli to take a nim file (or directory of nim files) and sort the import statements.