Skip to content

WyldePointer/terminalizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Compiling

$ cc -o terminalizer -Wall -pedantic -std=c89 -D _BSD_SOURCE terminalizer.c

Usage

$ ./terminalizer "Your, text here which contains some letters and symbols"

Or if you want it to read the content of your file or output of a command:

$ cat my.txt | xargs -0 "/path/to/terminalizer"

$ uptime | xargs -0 "/path/to/terminalizer"

Optionally you can supply a 2nd argument which is speed. 1 for the fastest and 10 is the slowest possible value.

Enjoy!

About

Printing your texts the terminal way!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages