Allow running the choose fonts kitten via a mapping easily
This commit is contained in:
parent
b8e6d6b058
commit
2dc478f7df
1 changed files with 6 additions and 0 deletions
|
|
@ -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)
|
||||
Loading…
Reference in a new issue