Powerline is a statusline plugin for vim, and provides statuslines and prompts for several other applications, including zsh, bash, tmux, IPython, Awesome and Qtile.
Go to file
ZyX 5b43960e0e Recreate git.Repository() on each call
It appears that pygit2 has similar to mercurial’s issue with statuses
(they are not updated) and needs to be regenerated on each call as well.
Implies to index statuses only though, that is why I used to think
pygit2 does not have this problem.
2013-01-07 08:18:21 +01:00
docs Move plugin loading with :source into separate file 2013-01-02 08:38:28 +01:00
examples Remove unnecessary init file 2012-12-17 15:01:56 +01:00
package Fix issues with the Arch Linux PKGBUILD 2013-01-02 09:09:05 +01:00
powerline Recreate git.Repository() on each call 2013-01-07 08:18:21 +01:00
.gitignore Add .gitignore 2012-12-13 15:43:49 +01:00
MANIFEST.in Move plugins to powerline directory 2012-12-17 14:58:13 +01:00
README.rst Update docs and README 2012-12-19 14:46:14 +01:00
setup.py Update documentation and version 2012-12-17 15:24:42 +01:00

README.rst

Powerline
=========

:Author: Kim Silkebækken (kim.silkebaekken+vim@gmail.com)
:Source: https://github.com/Lokaltog/powerline
:Version: beta

This is the next version of Powerline, implemented in Python. The project is 
currently in beta, and most of the functionality in the old vimscript 
project is already implemented.

Check out the `documentation <http://lokaltog.github.com/powerline/>`_ for 
more information and installation instructions.

Screenshots
-----------

**Mode-dependent highlighting**

* .. image:: https://raw.github.com/Lokaltog/powerline/develop/docs/source/_static/img/pl-mode-normal.png
     :alt: Normal mode
* .. image:: https://raw.github.com/Lokaltog/powerline/develop/docs/source/_static/img/pl-mode-insert.png
     :alt: Insert mode
* .. image:: https://raw.github.com/Lokaltog/powerline/develop/docs/source/_static/img/pl-mode-visual.png
     :alt: Visual mode
* .. image:: https://raw.github.com/Lokaltog/powerline/develop/docs/source/_static/img/pl-mode-replace.png
     :alt: Replace mode

**Automatic truncation of segments in small windows**

* .. image:: https://raw.github.com/Lokaltog/powerline/develop/docs/source/_static/img/pl-truncate1.png
     :alt: Truncation illustration
* .. image:: https://raw.github.com/Lokaltog/powerline/develop/docs/source/_static/img/pl-truncate2.png
     :alt: Truncation illustration
* .. image:: https://raw.github.com/Lokaltog/powerline/develop/docs/source/_static/img/pl-truncate3.png
     :alt: Truncation illustration

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

.. _`Pragmata Pro`: http://www.fsd.it/fonts/pragmatapro.htm