powerline-shell icon indicating copy to clipboard operation
powerline-shell copied to clipboard

A beautiful and useful prompt for your shell

Results 119 powerline-shell issues
Sort by recently updated
recently updated
newest added

This is the error that is printed if you press Ctrl-C when you wait for the prompt: ``` File "/opt/conda/bin/powerline-shell", line 8, in sys.exit(main()) File "/opt/conda/lib/python3.9/site-packages/powerline_shell/__init__.py", line 240, in main...

A rare edge case is possible with the uptime segment where the uptime `re.search` can produce a `None` and so the `.group(0)` will break it. This is a quick fix...

Hello Running windows 10 wsl. Installed Hack windows compatible font from nerdfonts.com Set wsl terminal font to "Hack NFM" Installed powerline-shell. I works.....almost. Segment dividers are shown perfectly. But git...

I added some features to the node_version segment to make it more configurable and fit my needs better. ## Configuration Variables If "requires_package" is set to true, then the segment...

After update got this. Is there way to restore flame theme? ![trouble](https://user-images.githubusercontent.com/14309871/200807692-31e35eea-1822-4a21-9859-8894dca5b215.jpg) python --version Python 3.10.7

Following the instructions results in: ```sh $ pip install powerline-shell error: externally-managed-environment ``` There's [a number of workarounds](https://stackoverflow.com/questions/75608323/how-do-i-solve-error-externally-managed-environment-every-time-i-use-pip-3), and the cleanest one seems to be to use `pipx`, so maybe...

Prompt that is longer than terminal size and wraps around, draws the background after prompt incorrectly after prompt reaches bottom of terminal. Environment: - Iterm2 Build 3.0.10 - MacOSX El...

bug

Greetings all, just wanting to have an idea about the project status, whether it is active and accepting PRs. I've sent one, although my question is not about that PR,...