chipsenkbeil/choose

Change Font (Or general Config)

Opened this issue · 3 comments

This is wonderful!
But Could you add personal config to this program? Like the font and the background?
Thank you so much!

@yushangakki, what specifically did you have in mind? Did you want to have a common config file? Or just more CLI options? You can already control the font and selected background color from the CLI options.

a common config file would be great! Also is it possible to change the color scheme? Thanks!

Looks like there's NSJSONSerialization that could be used to go from an NSDictionary to a JSON string and vice versa.

Combine that with file reading in Objective C and we should be able to have a config file containing JSON that can be used to configure options.