This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/sh | |
| # | |
| # Select videos to watch with mpv from the current directory using sxiv. | |
| # | |
| # Caches screenshots for all the videos in the current directory, and then calls | |
| # sxiv on the cache. | |
| # | |
| # requires: ffmpeg | |
| # sxiv | |
| # mpv |