From de3b9634ac15a81f8e99fa7410456792b91401be Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sun, 9 Jan 2022 04:30:32 +0530 Subject: [PATCH] Add links to third party shell integrations --- docs/shell-integration.rst | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/shell-integration.rst b/docs/shell-integration.rst index e13244ef0..0e81598d8 100644 --- a/docs/shell-integration.rst +++ b/docs/shell-integration.rst @@ -240,6 +240,15 @@ is empty and if so to set it to some hard coded location with the shell integration scripts that need to be copied onto the remote system. +Integration with other shells +------------------------------- + +There exist third-party integrations to use these features for various other shells: + +* Jupyter console via a patch (:iss:`4475`) +* `xonsh `__ + + Notes for shell developers -----------------------------