From 08931a9aba93f853427c13c76645edde41729e87 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Wed, 9 Oct 2024 09:21:02 +0530 Subject: [PATCH] Add an example of seeing the output of a short lived command --- docs/overview.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/overview.rst b/docs/overview.rst index f85718c97..d33e5f95c 100644 --- a/docs/overview.rst +++ b/docs/overview.rst @@ -146,6 +146,8 @@ option in :file:`kitty.conf`. An example, showing all available commands: launch --env FOO=BAR vim # Set the title for the next window launch --title "Chat with x" irssi --profile x + # Run a short lived command and see its output + launch --hold message-of-the-day # Create a new tab # The part after new_tab is the optional tab title which will be displayed in