mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-06-09 17:41:36 +00:00
Start work on porting the transfer kitten to Go
This commit is contained in:
parent
02c9205061
commit
7cec9016d3
5 changed files with 68 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue