dfrankland / hyper-tab-icons

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

A good BASH prompt for Hyper Tab Icons? #30

Closed ChristinWhite closed 7 years ago

ChristinWhite commented 7 years ago

I apologize if this is a bit off topic but I'm hoping it related enough to be useful. Has anyone created a good custom BASH prompt that will automatically set the title based on the task or process in a way that works well for displaying the appropriate Hyper Tab Icons?

dfrankland commented 7 years ago

Check out this Hyper issue: https://github.com/zeit/hyper/issues/1188#issuecomment-267301723

There's also many Stack Exchange threads:

ChristinWhite commented 7 years ago

Thank you so much! I'd seen a couple of those but hadn't fully figured out what was going on the first time I saw them, the Hyper issue gave me the extra context understand what they were doing and how to adapt it with my configuration.

I've been able to get around the command line okay for a while but getting this all setup is the first time I've really dug into shell scripts and BASH customization, it's been a bit of an information overload figuring things out, I really appreciate you pointing me in the right direction!