bin/rofisearch
2023-09-07 02:06:24 -05:00

6 lines
179 B
Bash
Executable File

#!/usr/bin/env bash
set -euo pipefail
rofi -dmenu -p "Search" -theme-str 'window { width: 40em; height: 4em; }' | xargs -I{} xdg-open "https://srx.hyperreal.coffee/search?q={}"