1
0
Fork 0

add ff rofi-based quicklinks

This commit is contained in:
catalin 2021-11-22 11:44:07 +01:00
commit b30e5134b0
No known key found for this signature in database
GPG key ID: A3FBC85698F58970
3 changed files with 24 additions and 1 deletions

4
utils/firefox.sh Executable file
View file

@ -0,0 +1,4 @@
#!/usr/bin/env bash
set -euo pipefail
ROOT=$(dirname "$(readlink -f "$0")")
tail +3 $ROOT/sites.txt | rofi -eh 2 -dmenu | cut -f2 -d'|' | xargs firefox --new-tab