Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jedahan/random_unicode

i want random unicode characters
https://github.com/jedahan/random_unicode

Last synced: 7 days ago
JSON representation

i want random unicode characters

Awesome Lists containing this project

README

        

What is this I don't even. 30 programs in 30 days?

print all the valid unicode characters:

target/random_unicode

print all the uniq printable unicode characters:

target/random_unicode | uniq

print a random character:

shuf -n 1 <<< $( target/random_unicode | uniq )