Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/scopatz/xontrib-kitty
- Owner: scopatz
- License: bsd-2-clause
- Created: 2019-06-24T22:19:54.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-10-31T16:38:55.000Z (about 5 years ago)
- Last Synced: 2024-10-12T15:58:18.443Z (27 days ago)
- Topics: shell, xonsh, xontrib
- Language: Python
- Homepage:
- Size: 142 KB
- Stars: 29
- Watchers: 2
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.rst
- License: LICENSE
Awesome Lists containing this project
- awesome-xontribs - kitty - Xonsh hooks for the Kitty terminal emulator. (Integrations / Prompt tweaks)
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
```