💾 Archived View for gmi.noulin.net › gitRepositories › emi › file › README.md.gmi captured on 2023-07-10 at 14:59:39. Gemini links have been rewritten to link to archived content
⬅️ Previous capture (2023-01-29)
-=-=-=-=-=-=-
README.md (1013B)
1 # Sheepy 2 This is a sheepy package for [sheepy](https://spartatek.se/r/sheepy/file/README.md.html) and using [libsheepy](https://spartatek.se/r/libsheepy/file/README.md.html) 3 4 # emi 5 6 emi converts emoji short names to UTF8 code points. 7 8 Currently, the emoji list supported is [UNICODE v11](https://unicode.org/emoji/charts/full-emoji-list.html). 9 10 This tool is inspired by [emojify](https://github.com/mrowa44/emojify). 11 12 # Usage 13 14 Install with spm: `spm -g install emi` 15 16 ``` 17 emi -h 18 [+] emi: help 19 emi "string :grinning_face_with_big_eyes:" To convert emoji short names to symbols 20 emi string :grinning_face_with_big_eyes: Also to convert emoji names 21 emi filename To convert a file 22 emi -list List of emoji names, the source list is UNICODE v11 at https://unicode.org/emoji/charts/full-emoji-list.html 23 emi -h This help 24 🐑 25 ``` 26 27 For example: 28 ``` 29 emi string :grinning_face_with_big_eyes: 30 ``` 31 32 output: 33 > string :grinning: