Start work on porting the transfer kitten to Go

This commit is contained in:
Kovid Goyal 2023-04-27 15:40:26 +05:30
parent 02c9205061
commit 7cec9016d3
No known key found for this signature in database
GPG key ID: 06BC317B515ACE7C
5 changed files with 68 additions and 1 deletions

View file

@ -14,6 +14,7 @@ import (
"kitty/kittens/show_key"
"kitty/kittens/ssh"
"kitty/kittens/themes"
"kitty/kittens/transfer"
"kitty/kittens/unicode_input"
"kitty/tools/cli"
"kitty/tools/cmd/at"
@ -43,6 +44,8 @@ func KittyToolEntryPoints(root *cli.Command) {
icat.EntryPoint(root)
// ssh
ssh.EntryPoint(root)
// transfer
transfer.EntryPoint(root)
// unicode_input
unicode_input.EntryPoint(root)
// show_key