mirror of
https://github.com/kovidgoyal/kitty
synced 2026-06-08 14:18:26 +02:00
Add an example of seeing the output of a short lived command
This commit is contained in:
@@ -146,6 +146,8 @@ option in :file:`kitty.conf`. An example, showing all available commands:
|
|||||||
launch --env FOO=BAR vim
|
launch --env FOO=BAR vim
|
||||||
# Set the title for the next window
|
# Set the title for the next window
|
||||||
launch --title "Chat with x" irssi --profile x
|
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
|
# Create a new tab
|
||||||
# The part after new_tab is the optional tab title which will be displayed in
|
# The part after new_tab is the optional tab title which will be displayed in
|
||||||
|
|||||||
Reference in New Issue
Block a user