Move the query_terminal implementation to Go

This commit is contained in:
Kovid Goyal
2024-05-08 13:00:40 +05:30
parent f0cac79143
commit 2be91d73dd
9 changed files with 98 additions and 60 deletions

View File

@@ -12,6 +12,7 @@ import (
"kitty/kittens/hints"
"kitty/kittens/hyperlinked_grep"
"kitty/kittens/icat"
"kitty/kittens/query_terminal"
"kitty/kittens/show_key"
"kitty/kittens/ssh"
"kitty/kittens/themes"
@@ -79,6 +80,8 @@ func KittyToolEntryPoints(root *cli.Command) {
show_error.EntryPoint(root)
// choose-fonts
choose_fonts.EntryPoint(root)
// query-terminal
query_terminal.EntryPoint(root)
// __pytest__
pytest.EntryPoint(root)
// __hold_till_enter__