From d29fd9f38c41b2633790dbd1cf25b0a0f4215b29 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Sat, 27 May 2023 16:59:26 -0700 Subject: [PATCH] Update README.md --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index e6d02b669..ffa734403 100644 --- a/README.md +++ b/README.md @@ -87,6 +87,20 @@ if something isn't working. Eventually, we'll have a better mecanism for showing errors to the user. +### Shell Integration + +Ghostty supports some features that require shell integration. I am aiming +to support many of the features that +[Kitty supports for shell integration](https://sw.kovidgoyal.net/kitty/shell-integration/). + +Today, the most important quality-of-life feature is that Ghostty will +not confirm window close if it detects that the cursor is sitting at a prompt +input (i.e. no subprocess is running). + +To enable this functionality, I recommend sourcing Kitty's shell integration +files directly for your shell configuration when running Ghostty. For +example, for fish, [source this file](https://github.com/kovidgoyal/kitty/blob/master/shell-integration/fish/vendor_conf.d/kitty-shell-integration.fish). + ## Roadmap and Status The high-level ambitious plan for the project, in order: