henrikruscon / hyper-statusline

Status Line Plugin for Hyper
MIT License
387 stars 79 forks source link

fixing things for people with the username `cwd` #39

Closed chrisdrackett closed 7 years ago

chrisdrackett commented 7 years ago

closes #37

henrikruscon commented 7 years ago

Neat! What's the support like for awk compared to grep? Been pretty busy haven't had time to look into it ✌️

chrisdrackett commented 7 years ago

no idea, a friend of mine helped me out with it. I did submit a similar fix for create-react-app that was accepted: https://github.com/facebookincubator/create-react-app/pull/1696

henrikruscon commented 7 years ago

Sorry for the delay. I want to merge this but in my research awk is much slower than grep so I'm looking to see if there's any alternatives.

Slowing down hyper-statusline only to support the rare case of someone using cwd as username is not the easiest choice ✌️