mirror of
https://github.com/kovidgoyal/kitty
synced 2026-06-06 01:05:48 +02:00
Add completion for kitty-tool
This commit is contained in:
@@ -148,6 +148,8 @@ def completion(self: TestCompletion, tdir: str):
|
||||
add('kitty @launch --cwd ', has_words('current', 'oldest', 'last_reported'))
|
||||
add('kitty @launch --logo ', all_words('exe-not3.png'))
|
||||
add('kitty @launch --logo ~', all_words('~/exe-not3.png'))
|
||||
add('kitty-tool ', has_words('@', '@ls'))
|
||||
add('kitty-tool @launch --ty', has_words('--type'))
|
||||
|
||||
add('kitty + ', has_words('launch', 'kitten'))
|
||||
add('kitty + kitten ', has_words('icat', 'diff'))
|
||||
|
||||
Reference in New Issue
Block a user