Remove the python diff kitten

This commit is contained in:
Kovid Goyal
2023-03-27 11:46:22 +05:30
parent fb9d95038d
commit d30091034a
20 changed files with 216 additions and 2907 deletions

View File

@@ -40,7 +40,6 @@ Run-time dependencies:
* ``fontconfig`` (not needed on macOS)
* ``libcanberra`` (not needed on macOS)
* ``ImageMagick`` (optional, needed to display uncommon image formats in the terminal)
* ``pygments`` (optional, needed for syntax highlighting in ``kitty +kitten diff``)
Build-time dependencies:

View File

@@ -31,11 +31,7 @@ Major Features
Installation
---------------
Simply :ref:`install kitty <quickstart>`. You also need to have either the `git
<https://git-scm.com/>`__ program or the :program:`diff` program installed.
Additionally, for syntax highlighting to work, `pygments
<https://pygments.org/>`__ must be installed (note that pygments is included in
the official kitty binary builds).
Simply :ref:`install kitty <quickstart>`.
Usage