rdnetto / powerline-hs

A lightning fast reimplementation of the Powerline prompt generator in Haskell.
Apache License 2.0
117 stars 7 forks source link

Tmux Extension #2

Open jrpotter opened 7 years ago

jrpotter commented 7 years ago

If this had tmux support, I would definitely switch over to using this as opposed to the original powerline. Just throwing that out there in the case that's in the works.

rdnetto commented 7 years ago

Tmux support is definitely on my TODO list, it's just non-trivial because the executable has to configure Tmux directly instead of just being called with some arguments. There's also a bug in Powerline that has to be fixed first, since it hard-codes the name of the executable (in most places it uses a variable).

Fish support has a similar problem, but can probably leverage some of this work.

jrpotter commented 7 years ago

Makes total sense. Thanks for the update- I'll keep following the project regardless!