Scripts/bkmark
2023-11-25 18:11:34 -05:00

6 lines
104 B
Bash
Executable File

#!/bin/bash
SOURCE="/home/tyler/.frequent"
xdotool type $(cat $SOURCE | dmenu -l 50 | cut -d ' ' -f1)