💾 Archived View for ait.place › dot › bin › mpvlast.txt captured on 2023-05-24 at 18:08:13.

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