appleMusic-cli-player is a command-line interface (CLI) tool designed to control music playback on Apple Music. Built using Go and the Cobra CLI library, it allows you to manage your music without leaving the terminal. With commands for playing, pausing, skipping tracks, and more, this tool offers seamless control over your Apple Music experience.
-
List of Commands:
music [command]
completion- Generate the autocompletion script for the specified shellcurrent- Display currently playing song informationhelp- Get help about any commandnext- Skip to the next track in Apple Musicopen- Open Apple Musicpause- Pause music playbackplay- Play the current song in Apple Musicplaylists- Choose a playlist to playshuffle- Toggle shuffle mode in Apple Musicvolume- Set the volume for Apple Music
-
Flags:
-h, --help Help for music -t, --toggle Help message for toggle
Use music [command] --help for more information about a specific command.
-
Clone the repository
git clone https://github.com/ta-02/appleMusic-cli-player.git
-
Navigate to the project directory
cd appleMusic-cli-player -
Build the project
go build
-
Run the CLI
./music
