dfrankland / hyper-tab-icons

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

fix filter for 2 most common title formats #18

Closed henrikruscon closed 7 years ago

henrikruscon commented 7 years ago

Simple fix until #17 to work with 2 most common process title formats ✌️

dfrankland commented 7 years ago

While I agree covering the 2 most common process title formats is a good first step, I am more inclined to use the method in https://github.com/dfrankland/hyper-tab-icons/pull/19. That PR makes it easy to add a user configuration afterwards.

What do you think?

henrikruscon commented 7 years ago

Surely a better option if the regex gets fixed to not match with folders namned the same as processes. It's bound to happen for someone to have a node project in a node folder or similar ✌️