#!/bin/sh -e grep -Eo '\bhttps?://\S+\b' | uniq | ifne rofi -dmenu -i -p "Open URL" -auto-select | xargs xdg-open