-
-
Save amien8/3e1c4071a6480621c1a1 to your computer and use it in GitHub Desktop.
UnicodeChecker + Spotlight + command line
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Assuming you have UnicodeChecker’s Spotlight support installed on your Mac, | |
# you can use mdfind to find unicode characters on your machine. | |
# A bit of command line wrangling later you may find the character names. | |
mdfind roman numeral uccharacter | xargs -I FILENAME -L 1 sh -c 'plutil -convert xml1 -o - "FILENAME" | xpath "//string[preceding-sibling::key/text()=\"name\"]/text()"; echo ""' 2>/dev/null |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment