All Projects → powerline → Powerline

powerline / Powerline

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

Programming Languages

python
139335 projects - #7 most used programming language
shell
77523 projects
Vim Script
2826 projects

Projects that are alternatives of or similar to Powerline

Silver
A cross-shell customizable powerline-like prompt with icons
Stars: ✭ 238 (-98.17%)
Mutual labels:  zsh, fish, prompt, powerline
dotfiles
My collection of dotfiles
Stars: ✭ 77 (-99.41%)
Mutual labels:  tmux, fish, ipython
Gitmux
💻 Git in your tmux status bar
Stars: ✭ 180 (-98.61%)
Mutual labels:  zsh, tmux, fish
Dotfiles
If there is a shell, there is a way!
Stars: ✭ 112 (-99.14%)
Mutual labels:  zsh, tmux, fish
fishline
A powerline prompt framework for the fish-shell built in fish-shell.
Stars: ✭ 66 (-99.49%)
Mutual labels:  fish, prompt, powerline
Powerline Go
A beautiful and useful low-latency prompt for your shell, written in go
Stars: ✭ 2,299 (-82.3%)
Mutual labels:  zsh, fish, powerline
config
Fig's integrations with bash, zsh, fish, ssh, and tmux. Also contains Fig's installation and update scripts. Finally, this repo is the root of the .fig folder that is installed on your computer when you download Fig!
Stars: ✭ 44 (-99.66%)
Mutual labels:  zsh, tmux, fish
Powerline Extra Symbols
▶️ Extra glyphs for your powerline separators
Stars: ✭ 778 (-94.01%)
Mutual labels:  prompt, powerline, statusline
Powerline Shell
A beautiful and useful prompt for your shell
Stars: ✭ 5,743 (-55.79%)
Mutual labels:  zsh, fish, powerline
Liquidprompt
A full-featured & carefully designed adaptive prompt for Bash & Zsh
Stars: ✭ 4,134 (-68.17%)
Mutual labels:  zsh, prompt, powerline
config-public
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
Stars: ✭ 14 (-99.89%)
Mutual labels:  zsh, tmux, ipython
Mac Bootstrap
💻 Provision a new Mac for web development with dotfiles + Fish/Zsh, Neovim, and Tmux
Stars: ✭ 96 (-99.26%)
Mutual labels:  zsh, tmux, fish
Angel Ps1
Your fancy shell prompt fed by your guardian angel
Stars: ✭ 60 (-99.54%)
Mutual labels:  zsh, prompt, powerline
Fzf
🌸 A command-line fuzzy finder
Stars: ✭ 40,965 (+215.38%)
Mutual labels:  zsh, tmux, fish
Xxh
🚀 Bring your favorite shell wherever you go through the ssh.
Stars: ✭ 2,559 (-80.3%)
Mutual labels:  zsh, fish
Dotfiles
Dotfiles
Stars: ✭ 117 (-99.1%)
Mutual labels:  zsh, tmux
Polyglot
Color, ASCII-only Git prompt for zsh, bash, ksh93, mksh, pdksh, dash, and busybox ash
Stars: ✭ 118 (-99.09%)
Mutual labels:  zsh, prompt
Up
Quickly navigate to a parent directory via tab-completion.
Stars: ✭ 126 (-99.03%)
Mutual labels:  zsh, fish
Pure
Pretty, minimal and fast ZSH prompt
Stars: ✭ 10,891 (-16.15%)
Mutual labels:  zsh, prompt
Dotfiles
My dotfiles
Stars: ✭ 127 (-99.02%)
Mutual labels:  zsh, tmux

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.

Author Kim Silkebækken ([email protected])
Source https://github.com/powerline/powerline
Version beta

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. It’s simple to write renderers for any other applications that Powerline doesn’t 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 Powerline’s 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 don’t 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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].