Example #1
0
def handle_result(args: List[str], data: Result, target_window_id: int,
                  boss: BossType) -> None:
    if data:
        from kitty.fast_data_types import get_options
        cmd = command_for_open(get_options().open_url_with)
        open_cmd(cmd, data)
Example #2
0
def handle_result(args: List[str], data: Result, target_window_id: int,
                  boss: BossType) -> None:
    if data:
        cmd = command_for_open(boss.opts.open_url_with)
        open_cmd(cmd, data)