mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-08-27 03:42:49 +00:00
Move the query_terminal implementation to Go
This commit is contained in:
parent
f0cac79143
commit
2be91d73dd
9 changed files with 98 additions and 60 deletions
|
|
@ -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__
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue