mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-15 13:04:38 +02:00
Move caching implementation to Python
Less code, more performant since the cache is used from Python. And we can make the Go code a pure image format conversion filter.
This commit is contained in:
@@ -104,8 +104,8 @@ func KittyToolEntryPoints(root *cli.Command) {
|
||||
return confirm_and_run_shebang(args)
|
||||
},
|
||||
})
|
||||
// __render_image__
|
||||
images.RenderEntryPoint(root)
|
||||
// __convert_image__
|
||||
images.ConvertEntryPoint(root)
|
||||
// __generate_man_pages__
|
||||
root.AddSubCommand(&cli.Command{
|
||||
Name: "__generate_man_pages__",
|
||||
|
||||
Reference in New Issue
Block a user