Work on code to run shells from a kitten with shell integration

This commit is contained in:
Kovid Goyal
2023-06-25 19:27:43 +05:30
parent 51aaea03bf
commit 092e0fba2c
7 changed files with 331 additions and 19 deletions

View File

@@ -19,6 +19,7 @@ import (
"kitty/tools/cmd/at"
"kitty/tools/cmd/edit_in_kitty"
"kitty/tools/cmd/pytest"
"kitty/tools/cmd/run_shell"
"kitty/tools/cmd/update_self"
"kitty/tools/tui"
)
@@ -55,6 +56,8 @@ func KittyToolEntryPoints(root *cli.Command) {
// themes
themes.EntryPoint(root)
themes.ParseEntryPoint(root)
// run-shell
run_shell.EntryPoint(root)
// __pytest__
pytest.EntryPoint(root)
// __hold_till_enter__