lime-green / unison-gitignore

A gitignore-aware wrapper around Unison
MIT License
9 stars 1 forks source link

Suggested Enhancement: Allow GTK option #11

Open mikegilchrist opened 9 months ago

mikegilchrist commented 9 months ago

I've tried passing the argument -ui graphic to get the gtk version of unison, but it doesn't work for me. As a work around I've modified my local code, replacing new_cmd = ["unison"] + cmd with new_cmd = ["unison-gtk"] + cmd, but suspect it could be incorporated into the code in a way similar to how unison uses unison-gtk for the GUI, i.e. unison-gitignore-gtk