💾 Archived View for ait.place › dot › bin › mpvlast.txt captured on 2022-07-16 at 13:49:54.

View Raw

More Information

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

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