Start work on porting the ask kitten

This commit is contained in:
Kovid Goyal
2023-03-07 08:50:12 +05:30
parent 672ecde68b
commit 0aa55fb755
5 changed files with 485 additions and 1 deletions

View File

@@ -6,6 +6,7 @@ import (
"fmt"
"kitty/tools/cli"
"kitty/tools/cmd/ask"
"kitty/tools/cmd/at"
"kitty/tools/cmd/clipboard"
"kitty/tools/cmd/edit_in_kitty"
@@ -39,6 +40,8 @@ func KittyToolEntryPoints(root *cli.Command) {
unicode_input.EntryPoint(root)
// hyperlinked_grep
hyperlinked_grep.EntryPoint(root)
// ask
ask.EntryPoint(root)
// __pytest__
pytest.EntryPoint(root)
// __hold_till_enter__