kitty/tools
Kovid Goyal 537cabca71
kitty +open: Ask for permission before executing script files that are not marked as executable
This prevents accidental execution of script files via MIME type
association from programs that unconditionally "open"
attachments/downloaded files via MIME type associations.
2023-05-07 08:11:39 +05:30
..
cli Fix rendering of :doc: links with explicit titles in help text in the terminal 2023-04-26 16:46:20 +05:30
cmd kitty +open: Ask for permission before executing script files that are not marked as executable 2023-05-07 08:11:39 +05:30
config Ignore leading and trailing space around values when parsing config lines 2023-04-06 10:45:34 +05:30
crypto Switch to using Go stdlib for ECDH crypto 2023-02-03 09:50:42 +05:30
themes ... 2023-05-04 10:36:02 +05:30
tty More work on porting ssh kitten 2023-02-26 11:26:28 +05:30
tui DRYer 2023-04-28 20:30:15 +05:30
unicode_names Update to Nerd Fonts 2.3.3 2023-03-04 23:23:52 +08:00
utils Make Samefile interface a bit nicer for working with paths 2023-04-17 08:35:50 +05:30
wcswidth Also parse negative numbers in CSI 2023-03-29 15:12:22 +05:30
README.rst Update folder README 2023-03-27 13:20:10 +05:30

This folder contains library and utility code for the various "kittens". Small
terminal programs compiled statically for doing things like kitty remote
control, icat etc. These are often re-implementations of earlier kittens that
were written in Python.