Powerline

Powerline is a statusline plugin for vim, and provides statuslines and prompts for several other applications, including zsh, bash, tmux, IPython, Awesome and Qtile.
Alternatives To Powerline
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
Powerline13,733114123 months ago19August 12, 2018223otherPython
Powerline is a statusline plugin for vim, and provides statuslines and prompts for several other applications, including zsh, bash, tmux, IPython, Awesome and Qtile.
Vim Tmux Runner270
7 months ago34mitVim Script
Vim and tmux, sittin' in a tree...
Sendcode187
a year ago45mitPython
Send code and text to macOS and Linux Terminals, iTerm, ConEmu, Cmder, Tmux, Terminus; R (RStudio), Julia, IPython.
Dotfiles79
a day ago1mitPython
My collection of dotfiles
Vim Cellmode64
2 years ago5mitVim script
Vim MATLAB-like cell execution for tmux/ipython
Vimux Pyutils38
9 years ago2VimL
A set of functions for vimux that allow to run code blocks in ipython
Config Public25
2 months ago5mitShell
Linux/WSL config to optimize ergonomics, security, and productivity: vim/neovim, zsh, tmux, i3, emacs, vscode, ipython, jupyter, ranger, fzf, kitty, xkb, selfquant, firejail, systemd, etc
Vimux Ipy11
8 years ago1VimL
To send python code from vim to ipython running within a tmux split (with either visually selected code or with IPython like cells).
Dotfiles3
7 months agoVim Snippet
Misc. dotfiles
Ipster3
5 years ago2mitPython
A hipster theme for the IPython REPL
Alternatives To Powerline
Select To Compare


Alternative Project Comparisons
Readme

Powerline

Build status

Powerline is a statusline plugin for vim, and provides statuslines and prompts for several other applications, including zsh, bash, fish, tmux, IPython, Awesome, i3 and Qtile.

Powerline does not support python2 anymore and powerline will stop working with python2 in the near future.

Features

  • Extensible and feature rich, written in Python. Powerline was completely rewritten in Python to get rid of as much vimscript as possible. This has allowed much better extensibility, leaner and better config files, and a structured, object-oriented codebase with no mandatory third-party dependencies other than a Python interpreter.
  • Stable and testable code base. Using Python has allowed unit testing of all the project code. The code is tested to work in Python 3.6+.
  • Support for prompts and statuslines in many applications. Originally created exclusively for vim statuslines, the project has evolved to provide statuslines in tmux and several WMs, and prompts for shells like bash/zsh and other applications. Its simple to write renderers for any other applications that Powerline doesnt yet support.
  • Configuration and colorschemes written in JSON. JSON is a standardized, simple and easy to use file format that allows for easy user configuration across all of Powerlines supported applications.
  • Fast and lightweight, with daemon support for even better performance. Although the code base spans a couple of thousand lines of code with no goal of less than X lines of code, the main focus is on good performance and as little code as possible while still providing a rich set of features. The new daemon also ensures that only one Python instance is launched for prompts and statuslines, which provides excellent performance.

*But I hate Python / I dont need shell prompts / this is just too much hassle for me / what happened to the original vim-powerline project / *

You should check out some of the Powerline derivatives. The most lightweight and feature-rich alternative is currently the vim-airline project.

Configuration

Basic powerline configuration is done via JSON files located at .config/powerline/. It is a good idea to start by copying the default configuration located at powerline_root/powerline/config_files/ to .config/powerline/. If you installed the powerline from the AUR or via pip, powerline_root should be /usr/lib/python3.6/site-packages/ or something similar, depending on your python version.

If you installed powerline via apt-get 'powerline_root' should be '/usr/share/powerline/'.

This should yield you the following directory structure:

.config/powerline/
 colorschemes
  ...
  wm
|    default.json  // Your configuration goes here
 colors.json
 config.json
 themes
     ...
     wm
         default.json  // Your configuration goes here

The files in the subdirectories of themes are used to specify which segments shall be shown; the files in subdirectories of colorschemes are used to specify which colors (as defined in colors.json) shall be used to display a segment.

Note that your local configuration only overrides the global configuration, it does not replace it, i.e. if you don't configure something locally, the global default will be used instead.

Screenshots

Vim statusline

Mode-dependent highlighting

  • Normal mode
  • Insert mode
  • Visual mode
  • Replace mode

Automatic truncation of segments in small windows

  • Truncation illustration
  • Truncation illustration
  • Truncation illustration

The font in the screenshots is Pragmata Pro by Fabrizio Schiavi.

Popular Ipython Projects
Popular Tmux Projects
Popular Command Line Interface Categories
Related Searches

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
Python
Bash
Vim
Zsh
Tmux
Ipython
Fish Shell
Powerline
Statusline