From 6c9d2d075b5c9b5500309b180aeed4a614b05133 Mon Sep 17 00:00:00 2001 From: Stefan Imhoff Date: Sun, 18 Aug 2024 13:24:54 +0200 Subject: [PATCH] chore(homebrew): add mpv video player --- homebrew/mac-mini | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/homebrew/mac-mini b/homebrew/mac-mini index 578b922..e9a43b8 100644 --- a/homebrew/mac-mini +++ b/homebrew/mac-mini @@ -171,6 +171,10 @@ brew "mas" brew "meson" # CLI tool for saving complete web pages as a single HTML file brew "monolith" +# Feature-rich command-line audio/video downloader +brew "yt-dlp" +# Media player based on MPlayer and mplayer2 +brew "mpv" # Open source relational database management system brew "mysql" # Parser generator tool and incremental parsing library @@ -271,8 +275,6 @@ brew "yarn" brew "yazi" # Process YAML, JSON, XML, CSV and properties documents from the CLI brew "yq" -# Feature-rich command-line audio/video downloader -brew "yt-dlp" # Shell extension to navigate your filesystem faster brew "zoxide" # UNIX shell (command interpreter)