Last active
July 4, 2023 05:33
-
-
Save iopanio/a4e96aa78ffaacd20d46b7c403365730 to your computer and use it in GitHub Desktop.
clone current playing video file by opening another instance of mpv using keyboard shortcut
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
| Shift+c run "/bin/bash" -c "mpv \"${path}]"" | |
| Shift+j playlist-next | |
| Shift+k playlist-prev |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment