
kitty
List of commands for kitty:
-
kitty:tldr:00da0 kitty: Open a terminal with the specified title for the window.$ kitty --title "${title}"try on your machineexplain this command
-
kitty:tldr:8ebe4 kitty: Start the theme-chooser builtin.$ kitty +kitten themestry on your machineexplain this command
-
kitty:tldr:ac0dc kitty: Display an image in the terminal.$ kitty +kitten icat ${path-to-image}try on your machineexplain this command
-
kitty:tldr:fb973 kitty: Copy the contents of `stdin` to the clipboard.$ echo ${example} | kitty +kitten clipboardtry on your machineexplain this command