kitty/tools
Kovid Goyal ce593dbb5f
lp.Println() should act live fmt.Println()
also use a dedicated error type for signalining perm denied
2023-07-30 19:49:47 +05:30
..
cli More work on porting transfer kitten 2023-07-30 19:49:39 +05:30
cmd Start work on porting the transfer kitten to Go 2023-07-30 19:49:37 +05:30
config simplify API of utils.Once 2023-05-26 22:42:07 +05:30
crypto Use encryption for bypass 2023-07-30 19:49:39 +05:30
rsync Nicer string repr for operations 2023-07-30 19:49:46 +05:30
themes simplify API of utils.Once 2023-05-26 22:42:07 +05:30
tty Fix debugprintln to forwarded stdio implementation 2023-07-30 19:49:45 +05:30
tui lp.Println() should act live fmt.Println() 2023-07-30 19:49:47 +05:30
unicode_names
utils Make getting function name a utility function 2023-07-30 19:49:46 +05:30
wcswidth Dont wait for cancel response when user denies permission 2023-07-30 19:49:46 +05:30
README.rst

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.