Cider CLI (cider-cli.go
) is a command-line tool to interact with the Cider music player through its RPC endpoints. This script allows you to control playback, manage the library, and fetch information about the currently playing song.
- Go 1.16 or higher
- Cider music player running with RPC enabled
-
Clone the repository or download the script:
git clone <repository_url> cd <repository_directory>
-
Ensure Go is installed and set up on your machine
-
To use the script
go run cidercli.go <command> [arguments]
-
Command list can be found Here