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
2019-07-30 15:07:12 +05:30
2019-07-07 21:10:15 +02:00
2019-06-28 13:48:09 +05:30
2019-10-23 18:21:34 +05:30
2018-05-09 11:32:22 +05:30
2019-06-28 13:48:09 +05:30
2018-05-30 12:46:00 +05:30
2018-09-22 20:22:15 +02:00
2019-06-05 17:12:21 +02:00
...
2018-06-02 11:29:07 +05:30
2019-08-09 03:27:22 +02:00
2019-12-12 10:05:11 +05:30
2019-11-26 17:23:21 +01:00
2017-02-08 09:59:36 +05:30
2019-12-08 22:37:47 +05:30
2017-01-09 11:10:41 +05:30

= 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"]
Description
kitty with bold_is_bright patch
Readme 48 MiB
Languages
Python 43.6%
C 28.3%
Go 20%
Objective-C 6%
Shell 1.5%
Other 0.5%