Update README.rst
This commit is contained in:
parent
a80bbdf17d
commit
0cccb7b4bc
27
README.rst
27
README.rst
|
@ -1,24 +1,24 @@
|
||||||
Powerline
|
Powerline
|
||||||
=========
|
=========
|
||||||
|
|
||||||
:Author: Kim Silkebækken (kim.silkebaekken+vim@gmail.com)
|
.. image:: https://api.travis-ci.org/powerline/powerline.svg?branch=develop
|
||||||
:Source: https://github.com/powerline/powerline
|
:target: `travis-build-status`_
|
||||||
:Version: beta
|
:alt: Build status
|
||||||
|
.. _travis-build-status: https://travis-ci.org/powerline/powerline
|
||||||
|
|
||||||
**Powerline is a statusline plugin for vim, and provides statuslines and
|
**Powerline is a statusline plugin for vim, and provides statuslines and
|
||||||
prompts for several other applications, including zsh, bash, fish, tmux,
|
prompts for several other applications, including zsh, bash, fish, tmux,
|
||||||
IPython, Awesome, i3 and Qtile.**
|
IPython, Awesome, i3 and Qtile.**
|
||||||
|
|
||||||
* `Support forum`_ (powerline-support@googlegroups.com)
|
+---------+---------------------------------------------------+
|
||||||
* `Development discussion`_ (powerline-dev@googlegroups.com)
|
| Author | Kim Silkebækken (kim.silkebaekken+vim@gmail.com) |
|
||||||
|
+---------+---------------------------------------------------+
|
||||||
|
| Source | https://github.com/powerline/powerline |
|
||||||
|
+---------+---------------------------------------------------+
|
||||||
|
| Version | beta |
|
||||||
|
+---------+---------------------------------------------------+
|
||||||
|
|
||||||
.. image:: https://api.travis-ci.org/powerline/powerline.svg?branch=develop
|
**Powerline does not support python2 anymore and powerline will stop working with python2 in the near future.**
|
||||||
:target: `travis-build-status`_
|
|
||||||
:alt: Build status
|
|
||||||
|
|
||||||
.. _travis-build-status: https://travis-ci.org/powerline/powerline
|
|
||||||
.. _`Support forum`: https://groups.google.com/forum/#!forum/powerline-support
|
|
||||||
.. _`Development discussion`: https://groups.google.com/forum/#!forum/powerline-dev
|
|
||||||
|
|
||||||
Features
|
Features
|
||||||
--------
|
--------
|
||||||
|
@ -29,8 +29,7 @@ Features
|
||||||
config files, and a structured, object-oriented codebase with no mandatory
|
config files, and a structured, object-oriented codebase with no mandatory
|
||||||
third-party dependencies other than a Python interpreter.
|
third-party dependencies other than a Python interpreter.
|
||||||
* **Stable and testable code base.** Using Python has allowed unit testing
|
* **Stable and testable code base.** Using Python has allowed unit testing
|
||||||
of all the project code. The code is tested to work in Python 2.6+ and
|
of all the project code. The code is tested to work in Python 3.6+.
|
||||||
Python 3.
|
|
||||||
* **Support for prompts and statuslines in many applications.** Originally
|
* **Support for prompts and statuslines in many applications.** Originally
|
||||||
created exclusively for vim statuslines, the project has evolved to
|
created exclusively for vim statuslines, the project has evolved to
|
||||||
provide statuslines in tmux and several WMs, and prompts for shells like
|
provide statuslines in tmux and several WMs, and prompts for shells like
|
||||||
|
|
Loading…
Reference in New Issue