Metadata-Version: 2.1
Name: xontrib-powerline-binding
Version: 0.3.0
Summary: Powerline binding for xonsh
Home-page: https://github.com/dyuri/xontrib-powerline-binding
Author: Gyuri Horák
Author-email: dyuri@horak.hu
License: MIT
Description: # Xontrib-powerline-binding
        
        [Powerline](https://github.com/powerline/powerline) binding for [xonsh](https://xon.sh), so you can use your existing `powerline` prompt in `xonsh`.
        
        ## Install
        
        Install using pip
        
        ```
        pip install xontrib-powerline-binding
        ```
        
        Add to your `.xonshrc`:
        
        ```
        xontrib load powerline_binding
        ```
        
        ## Usage
        
        Uses `powerline` to setup you `$PROMPT` and `$RIGHT_PROMPT`.
        
        ### Configuration
        
        Add `xonsh` (and optionally `xonshtoolbar`) section to your `powerline` `config.json`:
        
        ```
        {
          "ext": {
            "xonsh": {
              "theme": "mytheme"
            },
            "xonshtoolbar": {
              "theme": "mytheme"
            }
          }
        }
        ```
        
        Then create `themes/xonsh/mytheme.json` (and `themes/xonshtoolbar/mytheme.json`) with your theme configuration (see [Powerline documentation](https://powerline.readthedocs.io/en/master/configuration/reference.html#themes)).
        You can find example configuration in the `example` folder.
        
        ## Extra segments
        
        Currently includes the following xonsh specific powerline segments:
        
        ### `powerline_xonsh.exec_time`
        
        Execution time of the last command.
        
        Highlight group used: `exec_time`
        
Platform: any
Classifier: Environment :: Console
Classifier: Intended Audience :: End Users/Desktop
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Desktop Environment
Classifier: Topic :: System :: Shells
Classifier: Topic :: System :: System Shells
Description-Content-Type: text/markdown
