Quantcast
Channel: Take Command / TCC
Viewing all articles
Browse latest Browse all 1680

1431 emoji environment variables for your echo'ing convenience

$
0
0
I spent embarrassingly long programmatically generating these in python.

In the end, you get a file (emoji.env) that you can read with "set /r emoji.env" in about 0.7 seconds to grant access to emojis via enivornment variable.

This lets you echo emojis via environment variables, like so:

1689021401719.png


The file looks like this:
Code:
EMOJI_BICYCLE=%@CHAR[55357]%@CHAR[57010]
EMOJI_BIKINI=%@CHAR[55357]%@CHAR[56409]
EMOJI_BILLED_CAP=%@CHAR[55358]%@CHAR[56802]
EMOJI_BIOHAZARD=%@CHAR[9763]%@CHAR[65039]...

Read more

Viewing all articles
Browse latest Browse all 1680

Trending Articles