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

GitLab: https://gitlab.com/jD91mZM2/powerline-rs

Results 11 powerline-rs issues
Sort by recently updated
recently updated
newest added

``` $ ./target/release/powerline-rs --shell bare --modules 'ps,ssh,time,cwd,perms,git,gitstage,root,virtualenv' --cwd-max-dir-size 40 --time_format '%H:%M' 0 ``` Before: After: Just for reference, the bug was introduced in #15. cc @lazamar

Bumps [git2](https://github.com/rust-lang/git2-rs) from 0.10.1 to 0.16.1. Commits a233483 Update to libgit2 1.5.1 bce1555 Merge pull request #909 from ehuss/ssh-keys 222fbf3 Bump versions fa41943 Change the certificate_check callback to support passthrough....

dependencies

It might be a stretch but things would be way smoother.

Bumps [smallvec](https://github.com/servo/rust-smallvec) from 0.6.10 to 0.6.14. Release notes Sourced from smallvec's releases. v0.6.14 Fix a possible buffer overflow in insert_many (#252, #254). v0.6.13 Use the maybe-unit crate in place of...

dependencies

# Background I have a `.zshrc` with the below, so I'm pretty sure I'm using this repository to generate the below prompt. ```bash pwr="$(powerline-rs --modules time,ssh,cwd,perms,git,gitstage,nix-shell,root,virtualenv --theme ~/.config/powerline-rs/themes/gruvbox.theme --shell zsh...

I've been happily using the --rtl option we implemented almost a year ago - would you consider bumping to a new minor version to settle this ? I could then...

When a folder name is too long, CWD cuts it to cwd_max_dir_size and adds an ellipsis (...). This new option (--cwd-no-ellipsis) removes this ellipsis.

I'm using powerline-rs on my macOS Big Sur. I installed it via nix from the latest zip file. However, when I try to customize it, nothing works. It behaves in...

Hello ! I spent some time writing a [`themer`](https://github.com/mjswensen/themer) template for powerline-rs, there it is : https://gitlab.com/lafleurdeboum/themer-powerline-rs It's available as an npm package. Workflow : ``` sh mkdir themer &&...

powerline-go shows "impure" or "pure" when inside a nix-shell.