Start work on porting diff kitten

This commit is contained in:
Kovid Goyal
2023-03-15 15:32:55 +05:30
parent cb03168957
commit 44ff6bd1dd
5 changed files with 27 additions and 3 deletions

View File

@@ -9,6 +9,7 @@ import (
"kitty/tools/cmd/ask"
"kitty/tools/cmd/at"
"kitty/tools/cmd/clipboard"
"kitty/tools/cmd/diff"
"kitty/tools/cmd/edit_in_kitty"
"kitty/tools/cmd/hints"
"kitty/tools/cmd/hyperlinked_grep"
@@ -46,6 +47,8 @@ func KittyToolEntryPoints(root *cli.Command) {
ask.EntryPoint(root)
// hints
hints.EntryPoint(root)
// hints
diff.EntryPoint(root)
// themes
themes.EntryPoint(root)
// __pytest__