dfrankland / hyper-tab-icons

💅 Icons in the header tabs for the current running process in Hyper.app.
91 stars 16 forks source link

Add support for processes running in WSL #39

Open rfgamaral opened 6 years ago

rfgamaral commented 6 years ago

Using this plugin with Windows Subsystem for Linux (WSL) only shows the default icon because it can't detect running processes inside WSL. It would be nice to have WSL support :)

P.S: There's currently no easy way to implement this in Hyper because there's a few interoperability issues between Windows and WSL preventing a clean and efficient implementation for this issue. I'm creating this as a placeholder for the future when WSL is improved to a point where implementing this gets easier.