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