Cross-platform, fast, feature-rich, GPU based terminal
Go to file
Toon Nolten 2575349ec2 Add expected regex syntax to hints kitten docs
The hints kitten's help documentation did not mention what syntax to use
for the regular expressions. I knew much of kitty was implemented in
python so I guessed correctly but not everyone might know this.

I also fixed some double-spaced sentences because most of them are
single-spaced.
2019-08-17 21:27:53 +02:00
.circleci Add a separate CI job for linux-package 2019-07-08 07:44:01 +05:30
.github Create FUNDING.yml 2019-07-30 15:07:12 +05:30
docs Only disable liga and dlig for nimbus mono 2019-08-10 08:22:36 +05:30
glad Replace glad with glad2 2019-07-07 21:10:15 +02:00
glfw Don't add Apple Frameworks twice 2019-08-11 02:26:12 +02:00
kittens Add expected regex syntax to hints kitten docs 2019-08-17 21:27:53 +02:00
kitty Workaround for window managers like xmonad that in some circumstances set window size to zero. Fixes #1910 2019-08-17 18:04:08 +05:30
kitty_tests Use context managers to open files 2019-08-01 13:21:26 -05:00
logo Add the generated macOS icons to git 2019-06-28 13:48:09 +05:30
terminfo Replace the "78" terminfo directory with a symlink 2019-03-02 03:04:20 +01:00
__main__.py Use python3 shebang for all python scripts 2019-05-20 14:44:24 +02:00
.gitattributes Mark names.h as being generated 2018-02-12 10:19:29 +05:30
.gitignore Explicitly mark directories as such in .gitignore 2019-07-31 15:27:06 -05:00
.ignore Don't search in names.h 2018-05-09 11:32:22 +05:30
Brewfile Add the generated macOS icons to git 2019-06-28 13:48:09 +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 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 Use context managers to open files 2019-08-01 13:21:26 -05:00
graphics-protocol.asciidoc Redirect old asciidoc pages to new website 2018-05-30 12:52:59 +05:30
INSTALL.md ... 2018-06-02 11:29:07 +05:30
key_encoding.asciidoc redirect to kitty website 2018-06-23 10:30:34 +05:30
key_encoding.json Add JSON definition of key encoding 2018-02-07 14:39:11 +05:30
launcher.c Better fix for kitty not getting key events when launched via a symlink on macOS 2019-07-18 16:00:16 +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
protocol-extensions.asciidoc Redirect old asciidoc pages to new website 2018-05-30 12:52:59 +05:30
publish.py Use context managers to open files 2019-08-01 13:21:26 -05:00
README.asciidoc Remove Travis 2019-01-27 09:45:36 +05:30
remote-control.asciidoc Redirect old asciidoc pages to new website 2018-05-30 12:52:59 +05:30
session.vim Fix tabs being used for spaces in some source code files 2019-02-03 19:59:02 +05:30
setup.cfg Configure yapf/isort 2017-02-08 09:59:36 +05:30
setup.py Use context managers to open files 2019-08-01 13:21:26 -05:00
test.py Remove unused code and pep8 2017-01-09 11:10:41 +05:30
update-on-ox Use context managers to open files 2019-08-01 13:21:26 -05:00
update-on-ubuntu Use context managers to open files 2019-08-01 13:21:26 -05: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"]