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 aaaf7f9d8b
Fix incremental compilation
The macOS specific `package()` code changes the directory. This didn't cause any problems before 9135387cfa since `compile_commands.json` was written to the filesystem before `package()` was called. This is not the case anymore, which results in `compile_commands.json` being written into the `kitty.app` bundle. I fixed the problem by using a context manager to change the direcctory back after `kitty.app` was created.
2019-06-25 02:55:13 +02:00
.circleci Build kitty.app on CI 2019-06-24 18:17:26 +05:30
docs Get rid of the various different launchers 2019-06-24 17:21:30 +05:30
glad Remove workaround for #654 as it has been upstreamed 2018-07-19 05:11:03 +05:30
glfw Reduce the difference of glfw/cocoa_* to upstream 2019-06-21 15:53:26 +02:00
kittens Ensure that ensure_space() does not leave a NULL pointer 2019-06-24 16:00:45 +05:30
kitty Get rid of the various different launchers 2019-06-24 17:21:30 +05:30
kitty_tests Fix test_url_at 2019-06-05 18:32:23 +02:00
logo Use python3 shebang for all python scripts 2019-05-20 14:44:24 +02:00
terminfo Replace the "78" terminfo directory with a symlink 2019-03-02 03:04:20 +01:00
.gitattributes
.gitignore Get rid of the various different launchers 2019-06-24 17:21:30 +05:30
.ignore
__main__.py Use python3 shebang for all python scripts 2019-05-20 14:44:24 +02:00
Brewfile Test doc building on macOS 2019-06-24 18:09:06 +05:30
build-terminfo Add file header to build-terminfo 2019-05-19 15:41:46 +02:00
CHANGELOG.rst
CONTRIBUTING.md Fix broken links 2018-09-22 20:22:15 +02:00
count-lines-of-code Use "#!/usr/bin/env bash" shebang instead of "#!/bin/bash" 2019-06-08 12:57:46 +02:00
gen-apc-parsers.py Remove double assignment 2019-06-05 17:12:21 +02:00
gen-wcwidth.py DRYer 2019-03-06 13:53:09 +05:30
graphics-protocol.asciidoc
INSTALL.md
key_encoding.asciidoc redirect to kitty website 2018-06-23 10:30:34 +05:30
key_encoding.json
launcher.c Get rid of the various different launchers 2019-06-24 17:21:30 +05:30
LICENSE Convert HTTP URLs to HTTPS URLs where possible 2019-04-24 01:27:24 +02:00
Makefile Add extra logging to debug the event loop 2019-04-24 16:16:40 +05:30
protocol-extensions.asciidoc
publish.py Remove unused code 2019-06-06 18:03:48 +02:00
README.asciidoc Remove Travis 2019-01-27 09:45:36 +05:30
remote-control.asciidoc
session.vim Fix tabs being used for spaces in some source code files 2019-02-03 19:59:02 +05:30
setup.cfg
setup.py Fix incremental compilation 2019-06-25 02:55:13 +02:00
test.py
update-on-ox
update-on-ubuntu Use "with suppress()" to suppress python exceptions 2019-06-03 12:27:43 +02:00

= kitty - the fast, featureful, GPU based, terminal emulator

See https://sw.kovidgoyal.net/kitty

image:https://circleci.com/gh/kovidgoyal/kitty.svg?style=svg["Build status", link="https://circleci.com/gh/kovidgoyal/kitty"]