mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-09-21 12:17:14 +00:00
broadcast kitten: Go TUI implementation and registration
This commit is contained in:
parent
59438927a9
commit
aa8bf26b02
5 changed files with 352 additions and 0 deletions
|
|
@ -6,6 +6,7 @@ import (
|
|||
"fmt"
|
||||
|
||||
"github.com/kovidgoyal/kitty/kittens/ask"
|
||||
"github.com/kovidgoyal/kitty/kittens/broadcast"
|
||||
"github.com/kovidgoyal/kitty/kittens/choose_files"
|
||||
"github.com/kovidgoyal/kitty/kittens/choose_fonts"
|
||||
"github.com/kovidgoyal/kitty/kittens/clipboard"
|
||||
|
|
@ -69,6 +70,8 @@ func KittyToolEntryPoints(root *cli.Command) {
|
|||
quick_access_terminal.EntryPoint(root)
|
||||
// resize_window
|
||||
resize_window.EntryPoint(root)
|
||||
// broadcast
|
||||
broadcast.EntryPoint(root)
|
||||
// unicode_input
|
||||
unicode_input.EntryPoint(root)
|
||||
// show_key
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue