rbtray icon indicating copy to clipboard operation
rbtray copied to clipboard

[Feature-Request] Command line utilities

Open pwall2222 opened this issue 3 years ago • 1 comments

Like: -When doing rbtray.exe --restoreall it restores all the windows.

  • when doing rbtray.exe --sendtotray -bypid <PID> it sends the window by that PID to the tray.
  • When doing rbtray.exe --sendtotray -byname <name> it sends the window by that name to the tray.
  • When doing rbtray.exe --restore <name> it restores that window.

I know there can be some problems with this since there can be multiple windows in the same process and other things. But I would like something like that so I can use something like ahk to restore the windows or just the plain terminal.

pwall2222 avatar Aug 23 '20 19:08 pwall2222

Hi @pwall2222,

Thanks for the requests.

I think the restore all option could be pretty straightforward though, especially since there was a recent pull request #77 to add a menu item and hotkey for "restore all" functionality.

As you pointed out, identifying individual windows is a bit tricky, so options that require that are not trivial to implement. I'd welcome a pull request for those if you're up to it.

Thanks, Ben

benbuck avatar Jul 06 '22 07:07 benbuck