Пакет kitty: Информация

  • Default inline alert: Версия в репозитории: 0.32.2-alt2

Исходный пакет: kitty
Версия: 0.25.1-alt1
Собран:  30 мая 2022 г. 17:57 в задании #300693
Категория: Терминалы
Сообщить об ошибке в пакете
Домашняя страница: https://sw.kovidgoyal.net/kitty/

Лицензия: GPL-3.0
О пакете: Cross-platform, fast, feature-rich, GPU based terminal
Описание: 
- Offloads rendering to the GPU for lower system load and buttery
  smooth scrolling. Uses threaded rendering to minimize input latency.

- Supports all modern terminal features: graphics (images), unicode,
  true-color, OpenType ligatures, mouse protocol, hyperlinks, focus
  tracking, bracketed paste and several new terminal protocol
  extensions.

- Supports tiling multiple terminal windows side by side in different
  layouts without needing to use an extra program like tmux

- Can be controlled from scripts or the shell prompt, even over SSH.

- Has a framework for Kittens, small terminal programs that can be
  used to extend kitty's functionality. For example, they are used for
  Unicode input, Hints and Side-by-side diff.

- Supports startup sessions which allow you to specify the window/tab
  layout, working directories and programs to run on startup.

- Cross-platform: kitty works on Linux and macOS, but because it uses
  only OpenGL for rendering, it should be trivial to port to other
  Unix-like platforms.

- Allows you to open the scrollback buffer in a separate window using
  arbitrary programs of your choice. This is useful for browsing the
  history comfortably in a pager or editor.

- Has multiple copy/paste buffers, like vim.

Список rpm-пакетов, предоставляемых данным srpm-пакетом:
kitty (x86_64, ppc64le, i586, armh, aarch64)
kitty-debuginfo (x86_64, ppc64le, i586, armh, aarch64)
kitty-shell-integration (noarch)
kitty-terminfo (noarch)

Сопровождающий: Egor Ignatov

Список участников:
Egor Ignatov

    1. /dev/pts
    2. /proc
    3. python3-module-setuptools
    4. python3-module-sphinx-copybutton
    5. python3-module-sphinx-inline-tabs
    6. python3-module-sphinx-sphinx-build-symlink
    7. python3-module-sphinxext-opengraph
    8. fontconfig-devel
    9. fonts-ttf-gnu-freefont-mono
    10. ncurses
    11. libGL-devel
    12. libpng-devel
    13. libXcursor-devel
    14. libXi-devel
    15. libXinerama-devel
    16. libXrandr-devel
    17. libharfbuzz-devel
    18. rpm-build-python3
    19. libdbus-devel
    20. libwayland-client-devel
    21. libwayland-cursor-devel
    22. librsync-devel
    23. libxkbcommon-x11-devel
    24. liblcms2-devel
    25. wayland-protocols

Последнее изменение


26 мая 2022 г. Egor Ignatov 0.25.1-alt1
- new version 0.25.1
28 апреля 2022 г. Egor Ignatov 0.25.0-alt3
- add libstartup-notification dependency (closes: #42606)
- add ImageMagick-tools dependency (closes: #42607)
- add libcanberra dependency
13 апреля 2022 г. Egor Ignatov 0.25.0-alt2
- spec: move shell-integration to another package as upstream suggests