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

I'm not sure I did this the best way, maybe you can fix.

When `powerline-shell` command becomes not accessible accidentally, shell will not work but print the error message like `powerline_precmd:1: command not found: powerline-shell` constantly. This PR updates zsh example in README.md...

So I installed powerline-shell via the git way, everything seems to be working normally when I hit powerline-shell and it prints out this junk: ``` powerline-shell --shell bash \[\e[38;5;250m\]\[\e[48;5;240m\] \u...

Paginação da Área de Search Observação: Foi uma área que iniciaram porem por falta de definição não pode ser finalizado ou algo assim. ![WhatsApp Image 2022-03-25 at 09 39 11](https://user-images.githubusercontent.com/74930710/160124668-2fa3735e-0189-40de-8dba-2fb4119734b6.jpeg)

Hi b-ryan, i have some question for you 1. How i configure my powerline prompt 2. How i adding icons to my prompt 3. How i adding new prompt in...

> pip freeze | grep powerline > powerline-shell==0.7.0 The number of jobs always evaluates to -1. The same version of powerline-shell works in Ubuntu 18.04

C.f. issue #381. This PR contain the code to add the `fg` and `bg` to Powerline. It take an RGB color in hexadecimal format. Example `.powerline-shell.json` file: ```json { "segments":...

Hi, I just can't figure it out, I'm still quite a noob regarding CLI When I try installing via git, I get this: ``` git clone https://github.com/b-ryan/powerline-shell cd powerline-shell python...

I am using powerline-shell in [Cygwin](https://cygwin.com) with the [mintty](https://mintty.github.io/) terminal emulator. The problem is that none of the [patched fonts](https://github.com/powerline/fonts) contains all of the symbols used by powerline-shell. Mintty seems...

This is related to #438 . I added two options to truncate git branch names to use with `config.json`. ``` "git": { "master_is_M": true, "branch_max_length": 5 } ``` The first...