[WIP] render terminal output as a typewriter, i.e. character by character instead of line by line.
Find a file
2020-09-01 14:53:17 +02:00
.gitignore Add executable name to .gitignore 2020-06-07 11:26:29 +02:00
config.h Change comments 2020-06-10 15:51:28 +02:00
Makefile First version with thread 2020-06-06 14:35:52 +02:00
README.md Remove how it works 2020-06-10 13:54:39 +02:00
stdout_typewriter.c Remove read_chars 2020-06-07 13:12:48 +02:00
todo Add todo 2020-09-01 14:53:17 +02:00

stdout_typewriter

A simple plugin to display stdout (and optionnally stderr) to render as a typewriter, i.e. to output character by character instead of line by line.