2012-11-26 09:17:28 +01:00
|
|
|
Powerline
|
|
|
|
=========
|
|
|
|
|
|
|
|
:Author: Kim Silkebækken (kim.silkebaekken+vim@gmail.com)
|
|
|
|
:Source: https://github.com/Lokaltog/powerline
|
2012-12-17 15:24:42 +01:00
|
|
|
:Version: beta
|
2012-11-26 09:17:28 +01:00
|
|
|
|
2013-01-17 08:29:04 +01:00
|
|
|
This is the upcoming version of Powerline, implemented in Python. The
|
|
|
|
project is currently in a stable beta and almost ready for release.
|
2012-11-26 09:17:28 +01:00
|
|
|
|
2013-02-10 14:04:07 +01:00
|
|
|
* Consult the `documentation
|
|
|
|
<https://powerline.readthedocs.org/en/latest/>`_ for more information and
|
|
|
|
installation instructions.
|
2013-01-17 08:29:04 +01:00
|
|
|
* Check out `powerline-fonts <https://github.com/Lokaltog/powerline-fonts>`_
|
|
|
|
for pre-patched versions of popular coding fonts.
|
2012-12-18 16:05:55 +01:00
|
|
|
|
|
|
|
Screenshots
|
|
|
|
-----------
|
|
|
|
|
2013-01-17 08:29:04 +01:00
|
|
|
Vim statusline
|
|
|
|
^^^^^^^^^^^^^^
|
|
|
|
|
2012-12-18 16:05:55 +01:00
|
|
|
**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
|
2012-12-19 14:46:14 +01:00
|
|
|
|
2013-01-17 08:29:04 +01:00
|
|
|
----
|
|
|
|
|
2012-12-19 14:46:14 +01:00
|
|
|
The font in the screenshots is `Pragmata Pro`_ by Fabrizio Schiavi.
|
|
|
|
|
|
|
|
.. _`Pragmata Pro`: http://www.fsd.it/fonts/pragmatapro.htm
|