about summary refs log tree commit diff stats
path: root/adapter/format/ansi2html.nim
Commit message (Expand)AuthorAgeFilesLines
* Replace std/selectors with pollbptato2024-09-231-19/+16
* adapter: update code stylebptato2024-04-261-23/+13
* ansi2html: error out on unrecognized switchesbptato2024-03-291-1/+2
* ansi2html: support passing titlesbptato2024-03-291-2/+30
* ansi2html: do not use posixstreambptato2024-03-291-12/+15
* ansi2html: add newline after pre tagbptato2024-03-241-1/+1
* io: derive DynStream from RootObj (not Stream)bptato2024-03-241-0/+1
* ansi2html: add separate switch for "standalone"bptato2024-03-211-1/+7
* loader: rework process modelbptato2024-03-111-1/+1
* loader: clean up regular file loadingbptato2024-02-261-4/+1
* ansi2html: quote & toobptato2024-02-261-0/+1
* Separate ANSI text decoding from main binarybptato2024-02-251-0/+380