Skip to content

Instantly share code, notes, and snippets.

@tanb
Created August 3, 2014 08:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tanb/02808db1e86b820f4fb3 to your computer and use it in GitHub Desktop.
Save tanb/02808db1e86b820f4fb3 to your computer and use it in GitHub Desktop.
xattr to display sjis on quicklook
$ xattr -p com.apple.TextEncoding ~/Desktop/myfile.txt
xattr: /Users/tanb/Desktop/myfile.txt: No such xattr: com.apple.TextEncoding
$ xattr -p com.apple.TextEncoding ~/Desktop/myfile.txt
SHIFT_JIS;2561
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment