Update README.rst
This commit is contained in:
parent
a80bbdf17d
commit
0cccb7b4bc
27
README.rst
27
README.rst
|
@ -1,24 +1,24 @@
|
|||
Powerline
|
||||
=========
|
||||
|
||||
: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
|
||||
:target: `travis-build-status`_
|
||||
:alt: Build status
|
||||
.. _travis-build-status: https://travis-ci.org/powerline/powerline
|
||||
|
||||
**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.**
|
||||
|
||||
* `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
|
||||
: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
|
||||
**Powerline does not support python2 anymore and powerline will stop working with python2 in the near future.**
|
||||
|
||||
Features
|
||||
--------
|
||||
|
@ -29,8 +29,7 @@ Features
|
|||
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 2.6+ and
|
||||
Python 3.
|
||||
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
|
||||
|
|
Loading…
Reference in New Issue