[WIP] render terminal output as a typewriter, i.e. character by character instead of line by line.
.gitignore | ||
config.h | ||
Makefile | ||
README.md | ||
stdout_typewriter.c | ||
todo |
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.