music-cli

Crates.iomusic-cli
lib.rsmusic-cli
version0.1.0
sourcesrc
created_at2024-01-28 17:07:33.04246
updated_at2024-01-28 17:07:33.04246
descriptionAn installable command line application for managing the Apple Music app written in Rust.
homepage
repository
max_upload_size
id1117742
size2,989
Dmitry Shvetsov (dmshvetsov)

documentation

README

Music command line utility

An installable command line application for managing the Apple Music app written in Rust.

NOTE: the current state of the project is "proof of concept". Think of it as a simplest implementation of a utility to control Apple Music. It may or may not be improved in the future. Your contribution to the project is welcome.

Requirements

  • MacOs operating system system (tested with 12.6.3 version)
  • Apple Music app (tested with 1.2.5.7 version)
  • Any modern command line terminal

Installation

$ cargo install music-cli

Usage

Available commands:

$ music play

$ music pause

$ music next

$ music previous

Inspired by

Commit count: 0

cargo fmt