powerline-rs

powerline-rs is a rewrite of powerline-shell, inspired by powerline-go.

Why?

Speed! I would argue that even the debug version of powerline-rs at least feels faster than powerline-go. The Rust language is perfect for fast applications, since copying large objects isn't implicit.

How to install

Easiest way to install is with the Arch Linux AUR.
If you don't use Arch Linux, you could do it with cargo:
cargo install powerline-rs

What's new?

Well, the default modules have changed to not include the username and hostname. I feel like most people already know that. But you can always enable it, of course!

What's optimized?

What's removed?

Most of the service-specific modules are deleted. I am very lazy.
Pull requests are welcome, though.

Also, the jobs module won't work with --shell bare.