ssh kitten: Allow using python instead of the shell on the server

This commit is contained in:
Kovid Goyal
2021-01-31 09:04:46 +05:30
parent ee198ca863
commit e9e8ef7210
3 changed files with 68 additions and 9 deletions

View File

@@ -13,6 +13,9 @@ To update |kitty|, :doc:`follow the instructions <binary>`.
- diff kitten: Implement recursive diff over SSH (:iss:`3268`)
- ssh kitten: Allow using python instead of the shell on the server, useful if
the shell used is a non-POSIX compliant one, such as fish (:iss:`3277`)
- Add support for the color settings stack that XTerm copied from us without
acknowledgement and decided to use incompatible escape codes for.