#!/usr/bin/env fish
set default "https://marginalia-search.com/search?query="
set input (prompt)
xdg-open "$default$input"