claudedwithlove
explore/wrkmon-go

wrkmon-go

Cherished

A terminal-based YouTube audio player written in Go using Bubble Tea, enabling users to search for videos, build playback queues, and stream audio directly from the command line. It replaces the original Python implementation with a faster, more efficient rewrite that integrates mpv and yt-dlp to provide responsive keyboard-driven playback controls. The project includes automated installers for Linux, macOS, and Windows, with native dependency management for each platform.

·0··submitted April 16, 2026
View on GitHub
Clauded With Love Rating
7.3 / 10

wrkmon-go is a terminal-based YouTube audio player written in Go using Bubble Tea, providing keyboard-driven playback controls and queue management. It's a performance-focused rewrite of a Python version, featuring comprehensive installers for Linux, macOS, and Windows with automatic dependency management.

Code Quality6.5
Usefulness8.0
Claude Usage7.5
Documentation8.5
Originality6.0
Highlights
  • Comprehensive cross-platform installation with automated dependency management including mpv and yt-dlp provisioning
  • Rich keyboard shortcuts and slash command interface providing intuitive terminal-based media control
  • Well-structured documentation with clear installation paths, usage examples, and uninstall procedures
To Improve
  • Add automated tests and CI/CD pipeline to ensure reliability across platforms and dependency versions
  • Implement configuration file support for persistent settings like default theme, volume levels, and custom key bindings
Language