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

Powerline for Xonsh shell

Results 10 xontrib-powerline issues
Sort by recently updated
recently updated
newest added

Hi! Just want to let you know that there is very easy way to release the PyPi package of xontrib using Github Actions: 1. Click Actions ![Screenshot_20200916_115026](https://user-images.githubusercontent.com/1708680/93314706-d2535d80-f812-11ea-8ff1-0a68bed2fd24.png) 2. Click Set...

When I run `xontrib load powerline` I get `NameError: name '__xonsh_env__' is not defined`. I'm new to `xonsh` so it might be an issue on my end, but I'm not...

I'm using neovim and [neoterm](https://github.com/kassio/neoterm). The display will collapse. I would like to open PR if I find out the cause. Thanks.

Hi. @santagada Thank you for your great xontrib. Maybe `xsh in master branch` and `xsh in PyPI` are different. Both versions are 0.4.0, but the contents are different. The source...

Hi, After upgrading xonsh this morning (version https://github.com/xonsh/xonsh/commit/aca294b86cce5275ce77761c38ac1cf50cefd3e8), powerline is not working any longer. Here is the trackeback of the error: ```python Traceback (most recent call last): File "/usr/lib/python3.7/site-packages/xonsh/proc.py", line...

Great project! I did discover that a third variable $PL_RPROMPT needs to be set if you want to control the powerline that appears on the far right after a command...

I know that powerline needs special fonts to make everything pretty. Is there a way to just use regular symbols? Installing patched fonts is kinda a pain. I know the...

Create a new method, pl_add_section, to add new sections Examples: On .xonshrc ```python $PL_EXTRA_SEC = { 'user': lambda: [' {user} ', 'WHITE', '#555'] } $PL_PROMPT = 'user>time' xontrib load powerline...

I'm using both Git and Mercurial and getting `fatal: Not a git repository` error when I'm inside Mercurial repos. Looks like the reason is https://github.com/santagada/xontrib-powerline/blob/master/xontrib/powerline.xsh#L67 assuming `curr_branch` always being a...

hi @santagada , figured I should rather PR than trying to explain it in #10 Feel free to edit/comment. Best, Sej