Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/codingmustache/zshmusic
An Apple Music CLI tool to control your apple Music through the terminal.
https://github.com/codingmustache/zshmusic
applescript bash cli zsh
Last synced: about 17 hours ago
JSON representation
An Apple Music CLI tool to control your apple Music through the terminal.
- Host: GitHub
- URL: https://github.com/codingmustache/zshmusic
- Owner: codingMustache
- License: mit
- Created: 2023-10-08T18:41:16.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-02T00:52:48.000Z (4 months ago)
- Last Synced: 2024-12-18T07:56:41.953Z (8 days ago)
- Topics: applescript, bash, cli, zsh
- Language: Shell
- Homepage:
- Size: 17.6 KB
- Stars: 59
- Watchers: 17
- Forks: 25
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# zshMusic
A cli tool to use apple music through your command line on MacOS. Feel free to make a branch and make any kind of modifications and make a PR to it, tbh I'll most likely merge it, or don't. This will remain unlicensed so do whatever you want with it.## How to install
Download or clone down the repo & add this line to your .zshrc file
```bash
source ~/add-to-your-.zshrc/zshMusic/zshmusic.zsh
```## How to use
| COMMAND | CMD | DESCRIPTION | USAGE |
|----------|-----|----------------------------|----------------------|
| -open | -o | Launches Music | `music -o` |
| -vol | -v | Changes volume | `music -v 10` |
| -artist | -a | Plays artist from library | `music -a metallica` |
| -stop | -s | Pauses Music | `music -s` |
| -play | -p | Plays Music | `music -p` |
| -next | -n | Skips song | `music -n` |
| -current | -c | Shows current track | `music -c` |