If you live in the terminal, kitty is made for you! Cross-platform, fast, feature-rich, GPU based.
Find a file
Luflosi b3806f4533
Fix OSError when failing to create config directory on read-only file system
When calling the completion code, kitty tries to access the config directory and create it if it does not exist. If kitty has no permission to create it, a temporary directory will be created instead. This will fail on a read-only file system because that raises an `OSError` and not a `PermissionError`.
In practice this happens when building kitty on macOS Catalina using Nix because `HOME` is set to `/homeless-shelter` for purity and `/` is a read-only filesystem.
2019-12-17 23:42:31 +01: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 Add a new option active_tab_title_template to specify a different template for active tab titles 2019-12-17 20:39:46 +05:30
glad Replace glad with glad2 2019-07-07 21:10:15 +02:00
glfw NSGL: Fix disabling of Retina resolution 2019-12-15 20:54:21 +05:30
kittens No need to add index to titles when using hits kitten to choose tab/os_window 2019-11-28 10:11:14 +05:30
kitty Fix OSError when failing to create config directory on read-only file system 2019-12-17 23:42:31 +01:00
kitty_tests Coalesce neighboring symbol maps for better lookup performance 2019-11-12 20:05:48 +05:30
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
.gitattributes Mark kitty/parse-graphics-command.h as being generated 2019-10-15 18:16:28 +02:00
.gitignore Explicitly mark directories as such in .gitignore 2019-07-31 15:27:06 -05:00
.ignore
__main__.py Fix #2087 2019-10-23 18:21:34 +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 Make count-lines-of-code a little nicer 2019-10-17 15:19:13 +05:30
gen-apc-parsers.py Remove double assignment 2019-06-05 17:12:21 +02:00
gen-wcwidth.py Add a function to check if a codepoint is a symbol 2019-10-01 18:57:06 +05:30
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
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 a token for github 2019-12-12 10:05:11 +05:30
README.asciidoc Change URL to avoid redirect 2019-11-26 17:23:21 +01:00
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
setup.py Fix #2187 2019-12-08 22:37:47 +05:30
test.py
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"]