Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jedahan/random_unicode
- Owner: jedahan
- Created: 2014-12-23T21:40:38.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-12-23T22:58:07.000Z (about 10 years ago)
- Last Synced: 2025-01-09T22:58:31.008Z (15 days ago)
- Language: Rust
- Size: 129 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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 )