Start work on list-fonts kitten

This commit is contained in:
Kovid Goyal
2024-05-02 18:59:54 +05:30
parent 21f824e825
commit 6e55949094
6 changed files with 411 additions and 73 deletions

View File

@@ -20,6 +20,7 @@ import (
"kitty/tools/cmd/at"
"kitty/tools/cmd/benchmark"
"kitty/tools/cmd/edit_in_kitty"
"kitty/tools/cmd/list_fonts"
"kitty/tools/cmd/mouse_demo"
"kitty/tools/cmd/pytest"
"kitty/tools/cmd/run_shell"
@@ -78,6 +79,8 @@ func KittyToolEntryPoints(root *cli.Command) {
show_error.EntryPoint(root)
// __pytest__
pytest.EntryPoint(root)
// __list_fonts__
list_fonts.EntryPoint(root)
// __hold_till_enter__
root.AddSubCommand(&cli.Command{
Name: "__hold_till_enter__",