chore(homebrew): add mpv video player

This commit is contained in:
Stefan Imhoff
2024-08-18 13:24:54 +02:00
parent da9f1a5cda
commit 6c9d2d075b

View File

@@ -171,6 +171,10 @@ brew "mas"
brew "meson" brew "meson"
# CLI tool for saving complete web pages as a single HTML file # CLI tool for saving complete web pages as a single HTML file
brew "monolith" 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 # Open source relational database management system
brew "mysql" brew "mysql"
# Parser generator tool and incremental parsing library # Parser generator tool and incremental parsing library
@@ -271,8 +275,6 @@ brew "yarn"
brew "yazi" brew "yazi"
# Process YAML, JSON, XML, CSV and properties documents from the CLI # Process YAML, JSON, XML, CSV and properties documents from the CLI
brew "yq" brew "yq"
# Feature-rich command-line audio/video downloader
brew "yt-dlp"
# Shell extension to navigate your filesystem faster # Shell extension to navigate your filesystem faster
brew "zoxide" brew "zoxide"
# UNIX shell (command interpreter) # UNIX shell (command interpreter)