Forrest logo
back to context overview

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 machine
    explain this command
  • kitty:tldr:8ebe4 kitty: Start the theme-chooser builtin.
    $ kitty +kitten themes
    try on your machine
    explain this command
  • kitty:tldr:ac0dc kitty: Display an image in the terminal.
    $ kitty +kitten icat ${path-to-image}
    try on your machine
    explain this command
  • kitty:tldr:cd880 kitty: Open a new terminal.
    $ kitty
    try on your machine
    explain this command
  • kitty:tldr:fb973 kitty: Copy the contents of `stdin` to the clipboard.
    $ echo ${example} | kitty +kitten clipboard
    try on your machine
    explain this command
back to context overview