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
Luflosi 0788032003
macOS: fix spotlight search in help menu not working on some machines
The spotlight search in the "Help" menu of the menu bar did not appear when the system language is set to a language other than English. macOS magically adds the search box when the text in that menu matches the translation of "Help" in the system language. On my German system for example replacing "Help" with "Hilfe" will make the search box appear again. This is however not a good solution for kitty as it would require implementing localization support for all languages. Removing `CFBundleAllowMixedLocalizations=True` from `setup.py` also brings back the search box but that may break the locale again. The line was added in  8818b5d8df to fix an issue related to https://github.com/kovidgoyal/kitty/issues/1233.
Luckily I found a seemingly undocumented function that helps us out here, which does not rely the text comparison magic.
2021-05-02 22:21:09 +02:00
.github Install libx11-xcb-dev on CI 2021-03-10 08:20:35 +05:30
bypy Build kitty as a universal binary 2021-05-01 14:58:06 +05:30
docs Add a changelog entry for universal binaries 2021-05-02 07:35:59 +05:30
glad Replace glad with glad2 2019-07-07 21:10:15 +02:00
glfw Linux: Fix keyboard layout change keys defined via compose rules not being ignored 2021-05-01 08:09:26 +05:30
kittens A new show_key kitten 2021-04-29 13:10:20 +05:30
kitty macOS: fix spotlight search in help menu not working on some machines 2021-05-02 22:21:09 +02:00
kitty_tests A new protocol extension to unscroll the screen 2021-04-23 15:44:38 +05:30
logo chore(logo): add missing attribution 2021-04-29 09:11:20 +02:00
terminfo Update actual terminfo files from last PR 2020-12-29 10:03:56 +05:30
.editorconfig Fixed a typo and added some missing files. 2020-05-20 20:10:37 +00:00
.gitattributes Code to encode key events 2021-01-16 20:52:12 +05:30
.gitignore Start work on using bypy to build the binaries 2020-06-04 13:51:50 +05:30
.ignore
__main__.py Show a message about how to exit --hold 2021-03-10 14:26:11 +05:30
Brewfile github actions CI updated to python 3.9 2020-10-14 19:13:46 +05:30
build-terminfo Add file header to build-terminfo 2019-05-19 15:41:46 +02:00
CHANGELOG.rst Add the CHANGELOG to the docs 2018-05-30 12:46:00 +05:30
CONTRIBUTING.md Remove trailing whitespace 2020-07-09 01:57:39 +02:00
count-lines-of-code Dont exclude glfw.c from LoC as it no longer is largely auto-generated 2021-03-01 10:59:57 +05:30
gen-apc-parsers.py Graphics protocol: Add a control to allow clients to specify that the cursor should not move when displaying an image 2021-03-22 22:16:40 +05:30
gen-key-constants.py Add support for the keypad Begin key 2021-04-11 07:58:27 +05:30
gen-wcwidth.py Unicode input: Make diamond a synonym for gem 2021-04-02 12:53:58 +05:30
INSTALL.md Make links clickable in INSTALL.md 2020-02-20 11:10:49 +01:00
key_encoding.json
launcher.c Use the gcc cleanup attribute in launcher 2021-02-19 18:34:12 +05:30
LICENSE Convert HTTP URLs to HTTPS URLs where possible 2019-04-24 01:27:24 +02:00
Makefile Remove unnecessary indentation 2019-08-09 03:27:22 +02:00
mypy-editor-integration Fix mypy editor integration for changes in syntastic 2020-05-04 13:19:03 +05:30
nerd-fonts-glyphs.txt Unicode input kitten: Add symbols from NERD font 2020-09-22 19:47:39 +05:30
publish.py When releasing also upload GPG signatures 2021-04-29 08:08:35 +05:30
README.asciidoc Re-organize README a bit 2021-04-22 20:32:34 +05:30
SECURITY.md ... 2021-03-17 14:45:23 +05:30
session.vim ... 2021-04-18 10:46:06 +05:30
setup.cfg Minor strictness increases 2020-03-14 14:59:31 +05:30
setup.py Build kitty as a universal binary 2021-05-01 14:58:06 +05:30
shell.nix Add shell.nix 2020-10-31 01:44:33 +01:00
test.py Fix test suite getting type checked accidentally 2021-02-19 15:19:04 +05:30
update-on-ox Allow updaing on ox with signed/notarized app easily 2020-08-19 20:08:34 +05:30
update-on-ubuntu Use bypy in update-on-ubuntu 2020-06-06 09:23:36 +05:30

= 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.html[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.svg[https://repology.org/project/kitty/versions]