mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-09 21:55:29 +02:00
Add a keyboard shortcut to open the kitty shell
This commit is contained in:
@@ -143,6 +143,8 @@ def run_cmd(global_opts, cmd, func, opts, items):
|
||||
def real_main(global_opts):
|
||||
readline.read_init_file()
|
||||
print_help_for_seq.allow_pager = False
|
||||
print('Welcome to the kitty shell!')
|
||||
print('Use {} for assistance or {} to quit'.format(green('help'), green('exit')))
|
||||
|
||||
while True:
|
||||
try:
|
||||
|
||||
Reference in New Issue
Block a user