benpye / wsl-ssh-pageant

A Pageant -> TCP bridge for use with WSL, allowing for Pageant to be used as an ssh-ageant within the WSL environment.
BSD 2-Clause "Simplified" License
612 stars 40 forks source link

Implement systray integration #25

Closed mpotthoff closed 5 years ago

mpotthoff commented 5 years ago

I'm using this a lot and actually had the same problems as others in #16. So I just implemented systray support myself. I'm open for any improvements you might have. I could also hide it behind a --systray flag if you want.

benpye commented 5 years ago

I should really turn off that AppVeyor build now 🙂

If you could put this behind a --systray flag that would be great.

benpye commented 5 years ago

Another comment, is checking in the icon.go the correct way to go here - I haven't tried but is there a way to tie this together with go generate so we just keep the source icon file?

mpotthoff commented 5 years ago

Okay so I added a systray flag and switched to go generate. Oh and I also added some documentation on how to build ;) Anything else that you would like to see changed?

benpye commented 5 years ago

Merged 👍