Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dmshvetsov/music-cli
https://github.com/dmshvetsov/music-cli
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/dmshvetsov/music-cli
- Owner: dmshvetsov
- Created: 2024-01-28T17:22:15.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-01-28T17:22:32.000Z (9 months ago)
- Last Synced: 2024-04-01T15:19:18.879Z (7 months ago)
- Language: Rust
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
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-cli play
$ music-cli pause
$ music-cli next
$ music-cli previous
## Inspired by
- [zshMusic](https://github.com/codingMustache/zshMusic)
- [DylanCa/apple-music](https://github.com/codingMustache/zshMusic)
- MacOs ability to execute scripts with [osascript](https://ss64.com/mac/osascript.html)