intro_vid.rst 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. .. raw:: html
  2. <div id="intro-video-container" class="video-with-timestamps">
  3. <video controls width="640" height="360" poster="_static/poster.png">
  4. <source src="https://download.calibre-ebook.com/videos/kitty.mp4" type="video/mp4">
  5. <source src="https://download.calibre-ebook.com/videos/kitty.webm" type="video/webm">
  6. </video>
  7. .. rst-class:: caption caption-text
  8. Watch kitty in action!
  9. Timestamps for the above video:
  10. 00:00
  11. Intro
  12. 00:39
  13. Pager: View command output in same window: :kbd:`Ctrl+Shift+g`
  14. 01:43
  15. Pager: View command output in a separate window
  16. 02:14
  17. Pager: Uses shell integration in kitty
  18. 02:27
  19. Tab text: The output of cwd and last cmd
  20. 03:03
  21. Open files from ls output with mouse: :kbd:`Ctrl+Shift+Right-click`
  22. 04:04
  23. Open files from ls output with keyboard: :kbd:`Ctrl+Shift+P>y`
  24. 04:26
  25. Open files on click: ``ls --hyperlink=auto``
  26. 05:03
  27. Open files on click: Filetype settings in open-actions.conf
  28. 05:45
  29. hyperlinked-grep kitten: Open grep output in editor
  30. 07:18
  31. Remote-file kitten: View remote files locally
  32. 08:31
  33. Remote-file kitten: Edit remote files locally
  34. 10:01
  35. icat kitten: View images directly
  36. 10:36
  37. icat kitten: Download & display image/gif from internet
  38. 11:03
  39. Kitty Graphics Protocol: Live image preview in ranger
  40. 11:25
  41. icat kitten: Display image from remote server
  42. 12:04
  43. unicode-input kitten: Emojis in terminal
  44. 12:54
  45. Windows: Intro
  46. 13:36
  47. Windows: Switch focus: :kbd:`Ctrl+Shift+win_nr`
  48. 13:48
  49. Windows: Visual selection: :kbd:`Ctrl+Shift+F7`
  50. 13:58
  51. Windows: Simultaneous input
  52. 14:15
  53. Interactive Kitty Shell: :kbd:`Ctrl+Shift+Esc`
  54. 14:36
  55. Broadcast text: ``launch --allow-remote-control kitten broadcast``
  56. 15:18
  57. Kitty Remote Control Protocol
  58. 15:52
  59. Interactive Kitty Shell: Help
  60. 16:34
  61. Choose theme interactively: ``kitten themes -h``
  62. 17:23
  63. Choose theme by name: ``kitten themes [options] [theme_name]``
  64. .. raw:: html
  65. </div>