#!/bin/sh file=${XDG_CONFIG_HOME:-$HOME/.config}/mpv/history tac $file | dmenu -l 20 | cut -f1 | xargs mpv