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

INI configuration file support #26

Open lars18th opened 5 years ago

lars18th commented 5 years ago

Hi,

After the integration of the SysTray support (#25), this tool has improved the usability.

So, I feel it's time to think on integrate support to a configuration file. When launching the tool without parameters it does nothing. And from the user point of view, perhaps a simple INI will be interesting.

What you think?

lars18th commented 5 years ago

Hi @mpotthoff ,

Perhaps you like to use this simple lib to implement it: https://github.com/vaughan0/go-ini .

Regards.