Start work on panel kitten wrapper in Go

Needed because we need to use a special exe on macOS.
This commit is contained in:
Kovid Goyal
2025-04-28 16:07:09 +05:30
parent cd75baccf2
commit 9854068a59
3 changed files with 64 additions and 1 deletions

View File

@@ -13,6 +13,7 @@ import (
"kitty/kittens/hyperlinked_grep"
"kitty/kittens/icat"
"kitty/kittens/notify"
"kitty/kittens/panel"
"kitty/kittens/query_terminal"
"kitty/kittens/show_key"
"kitty/kittens/ssh"
@@ -53,6 +54,8 @@ func KittyToolEntryPoints(root *cli.Command) {
ssh.EntryPoint(root)
// transfer
transfer.EntryPoint(root)
// panel
panel.EntryPoint(root)
// unicode_input
unicode_input.EntryPoint(root)
// show_key