mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-25 17:52:02 +02:00
...
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
import os
|
||||
|
||||
from kitty.constants import kitten_exe
|
||||
|
||||
|
||||
def main(args: 'list[str]') -> None:
|
||||
# allow running this kitten via map key kitten choose-fonts
|
||||
os.execlp('kitten', 'kitten', *args)
|
||||
os.execlp(kitten_exe(), 'kitten', *args)
|
||||
|
||||
Reference in New Issue
Block a user