Results 445 comments of Jay

I thought about it, but couldn't think of what can do with a systray icon, though it was clearly more expressive than a silent background job. That being said, I...

I agree tray icon is a good idea and now with https://github.com/microsoft/windows-rs, it should not be hard to implement.

> along with wsl-ssh-pageant to forward SSH+GPG sockets to a remote machine and perform SSH+GPG operations. Can you explain more on that? Like forward ssh from wsl to remote? Or...

I see. I can give it a try these weekend and see whether it works. What need to be done are to support name pipe and cygwin compatible socket. If...

Waiting for https://github.com/tokio-rs/tokio/pull/3388.

Windows will create a blank terminal window for console program, `gpg-bridge` uses some trick to get around the issue, the side effect is it will not be shown up in...

Glad it helps! I may check it at weekends.

I can read bytes from named pipe now, but I can't make gnupg ssh socket to accept requests. I may need more time on this.

I pushed my changes. The script has been largely updated, including changes to command line arguments to support new ssh forwarding. See README for how to use the tool. I...

Detaching problem is detected and fixed.