index.rst 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. kitty
  2. ==========================================================
  3. *The fast, feature-rich, GPU based terminal emulator*
  4. .. toctree::
  5. :hidden:
  6. quickstart
  7. overview
  8. faq
  9. support
  10. performance
  11. changelog
  12. integrations
  13. protocol-extensions
  14. press-mentions
  15. .. tab:: Fast
  16. * Uses GPU and SIMD vector CPU instructions for :doc:`best in class <performance>`
  17. * Uses threaded rendering for :iss:`absolutely minimal latency <2701#issuecomment-636497270>`
  18. * Performance tradeoffs can be :ref:`tuned <conf-kitty-performance>`
  19. .. tab:: Capable
  20. * Graphics, with :doc:`images and animations <graphics-protocol>`
  21. * Ligatures, emoji with :opt:`per glyph font substitution <symbol_map>` and :doc:`variable fonts and font features </kittens/choose-fonts>`
  22. * :term:`Hyperlinks<hyperlinks>`, with :doc:`configurable actions <open_actions>`
  23. .. tab:: Scriptable
  24. * Control from :doc:`scripts or the shell <remote-control>`
  25. * Extend with :ref:`kittens <kittens>` using the Python language
  26. * Use :ref:`startup sessions <sessions>` to specify working environments
  27. .. tab:: Composable
  28. * Programmable tabs, :ref:`splits <splits_layout>` and multiple :doc:`layouts <layouts>` to manage windows
  29. * Browse the :ref:`entire history <scrollback>` or the :sc:`output from the last command <show_last_command_output>`
  30. comfortably in pagers and editors
  31. * Edit or download :doc:`remote files <kittens/remote_file>` in an existing SSH session
  32. .. tab:: Cross-platform
  33. * Linux
  34. * macOS
  35. * Various BSDs
  36. .. tab:: Innovative
  37. Pioneered various extensions to move the entire terminal ecosystem forward
  38. * :doc:`graphics-protocol`
  39. * :doc:`keyboard-protocol`
  40. * Lots more in :doc:`protocol-extensions`
  41. To get started see :doc:`quickstart`.
  42. .. only:: dirhtml
  43. .. include:: intro_vid.rst