💾 Archived View for ait.place › dot › bin › mpvlast.txt captured on 2023-01-29 at 03:35:36.

View Raw

More Information

⬅️ Previous capture (2022-07-16)

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

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