Skip to content

Instantly share code, notes, and snippets.

@mmguero
Created October 8, 2025 04:15
Show Gist options
  • Save mmguero/67449c0afe528224b40ccc2422bd03a4 to your computer and use it in GitHub Desktop.
Save mmguero/67449c0afe528224b40ccc2422bd03a4 to your computer and use it in GitHub Desktop.
shuffle-watch.sh
find . -mindepth 1 -maxdepth 1 -type f -name "*.mp4" -print0 | shuf -z -n1 | xargs -r -0 -I XXX bash -c 'echo "XXX" ; mpv --autofit=1080x100% "XXX" ; mv -v "XXX" ./watched'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment