mirror of
https://github.com/kovidgoyal/kitty.git
synced 2024-11-13 12:09:35 +03:00
macOS: List kitty in the open with menu of an arbitrary file
Allow opening files without extension name following the rules in launch actions configuration.
This commit is contained in:
parent
cc84ee9734
commit
9be57de4a9
6
setup.py
6
setup.py
@ -1021,12 +1021,12 @@ def macos_info_plist() -> bytes:
|
||||
'CFBundleTypeRole': 'Viewer',
|
||||
'LSHandlerRank': 'Alternate',
|
||||
},
|
||||
# Allows dragging arbitrary files to kitty, but does not include kitty in the open with list.
|
||||
# Allows dragging arbitrary files to kitty Dock icon, and list kitty in the Open With context menu.
|
||||
{
|
||||
'CFBundleTypeName': 'All files',
|
||||
'LSItemContentTypes': ['public.content', 'public.data'],
|
||||
'CFBundleTypeRole': 'None',
|
||||
'LSHandlerRank': 'None',
|
||||
'CFBundleTypeRole': 'Editor',
|
||||
'LSHandlerRank': 'Alternate',
|
||||
},
|
||||
]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user