emersion / mako

A lightweight Wayland notification daemon
https://wayland.emersion.fr/mako
MIT License
2.17k stars 137 forks source link

JQ alternatives #520

Open Kommynct opened 3 months ago

Kommynct commented 3 months ago

I prefer jaq over jq due to its performance increase, and would rather not have to install jq just for makoctl to work properly, I currently symlinked jq to jaq and makoctl works perfectly, but, it'd be nice if you could just choose your jq binary in the config file.

emersion commented 3 months ago

I wouldn't want to parse the config file in the shell script.

Probably the best would be to rewrite makoctl in C, it's getting a bit out-of-hand.

Kommynct commented 3 months ago

Perhaps a --jq flag?

suzumenobu commented 1 month ago

If you don't mind I'd like to rewrite it in C