mklement0 / fileicon

macOS CLI for managing custom icons for files and folders

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Base64 Images

ChrisButterworth opened this issue · comments

Could base64 encoded images be used?

fileicon supports the image formats natively supported by Cocoa; base64-encoded data is therefore not supported.

However, you can use the base64 utility to decode your data and use something like the following:

base64 -D base64-image-file.txt > image-file
fileicon set some-folder image-file