mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-21 07:55:10 +02:00
...
This commit is contained in:
@@ -52,9 +52,6 @@ def parse(lines: Iterable[str]) -> Iterator[OpenAction]:
|
||||
key = key.lower()
|
||||
if key == 'action':
|
||||
raw_actions.append(rest)
|
||||
# with to_cmdline_implementation.filter_env_vars('URL', 'FILE_PATH', 'FILE', 'FRAGMENT'):
|
||||
# for x in parse_key_actions(rest):
|
||||
# actions.append(x)
|
||||
elif key in ('mime', 'ext', 'protocol', 'file', 'path', 'url', 'fragment_matches'):
|
||||
if key != 'url':
|
||||
rest = rest.lower()
|
||||
|
||||
Reference in New Issue
Block a user