If you live in the terminal, kitty is made for you! Cross-platform, fast, feature-rich, GPU based. https://sw.kovidgoyal.net/kitty/
Find a file
Nathan Monfils ff1c8ab917 kitten desktop-ui portal.go: Compat with XDG spec
1. Make sure we coalesce XDG_DATA_HOME as per the spec
  On my machine /etc/profile.d/flatpak.sh sets
  XDG_DATA_DIRS=$HOME/.local/share/flatpak/exports/share:/var/lib/flatpak/exports/share:/usr/local/share:/usr/share
  but XDG_DATA_HOME is unset.

2. Update directory creation logic to find-or-create
   `enable_portal`'s current behavior is to first find a writable directory and
   write the portal definition to it, then fall back to creating a directory
   in the first available configuration directory.
   This is incorrect in the case where one of the locations in
   XDG_DATA_DIRS already has a directory, we should still prioritize
   XDG_DATA_HOME.
2025-08-04 16:41:58 +02:00
.github Remove deprecated option from CodeQL setup 2025-04-20 15:51:29 +05:30
3rdparty
bypy Bump bundled Wayland version 2025-05-15 09:09:16 +05:30
docs spelling 2025-07-29 10:04:21 +05:30
gen remove leftover debug prints 2025-07-20 21:45:36 +05:30
glad
glfw Specify the color space on Wayland surfaces 2025-07-31 19:18:09 +05:30
kittens kitten desktop-ui portal.go: Compat with XDG spec 2025-08-04 16:41:58 +02:00
kitty Make creation of window_id_map generic 2025-08-04 16:28:06 +05:30
kitty_tests Fix incorrect handling of VS16 when it causes char to wrap to next line and is part of a draw command with more characters following it 2025-07-26 09:25:01 +05:30
logo
shell-integration Escape user input in zsh integration's _ksi_preexec 2025-06-23 18:44:52 -04:00
terminfo Allow backspace to wrap cursor to previous line 2025-07-23 08:56:54 +05:30
tools Use SIMD to replace C0 control codes in Go code 2025-07-21 08:54:22 +05:30
.editorconfig Fix indentation in codeql yml file 2025-04-14 10:21:10 +05:30
.gitattributes Allow backspace to wrap cursor to previous line 2025-07-23 08:56:54 +05:30
.gitignore Nicer way to include grapheme test data in Go tests 2025-03-27 03:20:27 +05:30
__main__.py
benchmark.py Make mypy 1.16 happy 2025-05-30 10:06:38 +05:30
Brewfile See if dropping pkgconf fixes CI build 2024-11-23 19:48:05 +05:30
build-terminfo
CHANGELOG.rst
CONTRIBUTING.md
count-lines-of-code Update the list of nerd font names when updating other unicode data as well 2025-05-21 13:19:27 +05:30
dev.sh
embeds.go Get basic full string width tests running 2025-04-11 10:45:39 +05:30
go.mod Bump github.com/bmatcuk/doublestar/v4 in the all-go-deps group 2025-07-28 04:02:16 +00:00
go.sum Bump github.com/bmatcuk/doublestar/v4 in the all-go-deps group 2025-07-28 04:02:16 +00:00
INSTALL.md
key_encoding.json
LICENSE
Makefile
publish.py Detect hung builders 2025-03-05 09:07:20 +05:30
pyproject.toml Make mypy 1.16 happy 2025-05-30 10:06:38 +05:30
README.asciidoc
rsync-and-build.sh Slightly improve rsync script 2025-05-09 15:33:22 +05:30
SECURITY.md
session.vim
setup.py Cleanup previous PR 2025-06-30 12:09:13 +05:30
shell.nix fix: add missing pkgs and manually add font for nix shell 2025-05-10 14:42:46 +02:00
staticcheck.conf
test.py
update-on-ox

= kitty - the fast, feature-rich, cross-platform, GPU based terminal

See https://sw.kovidgoyal.net/kitty/[the kitty website].

image:https://github.com/kovidgoyal/kitty/workflows/CI/badge.svg["Build status", link="https://github.com/kovidgoyal/kitty/actions?query=workflow%3ACI"]

https://sw.kovidgoyal.net/kitty/faq/[Frequently Asked Questions]

To ask other questions about kitty usage, use either the https://github.com/kovidgoyal/kitty/discussions/[discussions on GitHub] or the
https://www.reddit.com/r/KittyTerminal[Reddit community]

Packaging status in various repositories:

image:https://repology.org/badge/vertical-allrepos/kitty-terminal.svg?columns=3&header=kitty["Packaging status", link="https://repology.org/project/kitty-terminal/versions"]