Start work on the notify kitten

This commit is contained in:
Kovid Goyal
2024-07-28 20:41:01 +05:30
parent eca487d15f
commit 5c1af0fcb1
5 changed files with 52 additions and 2 deletions

View File

@@ -12,6 +12,7 @@ import (
"kitty/kittens/hints"
"kitty/kittens/hyperlinked_grep"
"kitty/kittens/icat"
"kitty/kittens/notify"
"kitty/kittens/query_terminal"
"kitty/kittens/show_key"
"kitty/kittens/ssh"
@@ -70,8 +71,10 @@ func KittyToolEntryPoints(root *cli.Command) {
ask.EntryPoint(root)
// hints
hints.EntryPoint(root)
// hints
// diff
diff.EntryPoint(root)
// notify
notify.EntryPoint(root)
// themes
themes.EntryPoint(root)
themes.ParseEntryPoint(root)