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!
To install xontrib-kitty
, get the source from your favorite package manager.
conda:
$ conda install -c conda-forge xontrib-kitty
pip:
$ pip install xontrib-kitty
To use xontrib-kitty
, just load it in your current session or in your
~/.xonshrc
file with the following line:
xontrib load kitty