bin/rofisearch

6 lines
186 B
Plaintext
Raw Normal View History

2023-08-10 10:23:05 +02:00
#!/usr/bin/env bash
set -euo pipefail
2023-09-15 05:08:34 +02:00
rofi -dmenu -p "Search" -theme-str 'window { width: 40em; height: 4em; }' | xargs -I{} xdg-open "https://librey.hyperreal.coffee/search.php?q={}"