💾 Archived View for ait.place › dot › bin › .local › bin › mpvlast.txt captured on 2022-04-28 at 18:10:39.

View Raw

More Information

-=-=-=-=-=-=-

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