Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/scopatz/xontrib-kitty

Xonsh hooks for the Kitty terminal emulator
https://github.com/scopatz/xontrib-kitty

shell xonsh xontrib

Last synced: 12 days ago
JSON representation

Xonsh hooks for the Kitty terminal emulator

Awesome Lists containing this project

README

        

# xontrib-kitty
Xonsh hooks for the Kitty terminal emulator.

This xontrib provides extra tools for interacting with the combination of
the xonsh shell and the kitty terminal emulator in the best possible way!

It provides all of the standard aliases, tab completions, and even matplotlib
integrations! This allows you to render plots right in your terminal!

![xonsh-mpl-sin.png](https://raw.githubusercontent.com/scopatz/xontrib-kitty/master/xonsh-mpl-sin.png)

## Installation

To install `xontrib-kitty`, get the source from your favorite package manager.

**conda:**

```bash
$ conda install -c conda-forge xontrib-kitty
```

**pip:**

```bash
$ pip install xontrib-kitty
```

## Setup

To use `xontrib-kitty`, just load it in your current session or in your
`~/.xonshrc` file with the following line:

```bash
xontrib load kitty
```