Scripts/bkmark

6 lines
104 B
Plaintext
Raw Normal View History

2023-11-25 23:11:34 +00:00
#!/bin/bash
SOURCE="/home/tyler/.frequent"
xdotool type $(cat $SOURCE | dmenu -l 50 | cut -d ' ' -f1)