Add link to diff kitten in main README

This commit is contained in:
Kovid Goyal 2018-05-23 13:38:44 +05:30
parent 2a5ef628fa
commit f4792a1e3d
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ version 0.10.0 [2018-05-21]
- A diff kitten to show side-by-side diffs with syntax highlighting and support
for images. See `diff README
<https://github.com/kovidgoyal/kitty/tree/master/kittens/diff>`_.
<https://github.com/kovidgoyal/kitty/blob/master/kittens/diff/README.asciidoc>`_.
- Make windows in the various kitty layouts manually resizable. See the
`Layouts section of the README

View File

@ -78,7 +78,7 @@ link:#layouts[layouts] without needing to use an extra program like tmux
* Can be link:remote-control.asciidoc[controlled from scripts or the shell prompt], even over SSH.
* Has a framework for _kittens_, small terminal programs that can be used to extend kitty's functionality.
For example, they are used for link:#unicode-input[Unicode input] and link:#hints[Hints].
For example, they are used for link:#unicode-input[Unicode input], link:#hints[Hints] and link:https://github.com/kovidgoyal/kitty/blob/master/kittens/diff/README.asciidoc[Side-by-side diff].
* Supports link:#startup-sessions[startup sessions] which allow you to specify the window/tab layout,
working directories and programs to run on startup.