mirror of
https://github.com/kovidgoyal/kitty
synced 2026-06-06 01:05:48 +02:00
Allow running the choose fonts kitten via a mapping easily
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
import os
|
||||
|
||||
|
||||
def main(args: 'list[str]') -> None:
|
||||
# allow running this kitten via map key kitten choose-fonts
|
||||
os.execlp('kitten', 'kitten', *args)
|
||||
|
||||
Reference in New Issue
Block a user