@@ -103,7 +103,8 @@ play() { # play a video after caching its title
queue() {
while test -n "$1"; do
mpv "$(tr '\n' ' ' <"$1")"
mpv "$1"
shift
done
}
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.