mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-04-04 20:37:37 +08:00
15 lines
428 B
Markdown
15 lines
428 B
Markdown
# MOCP player Plugin
|
|
|
|
This plugin adds some functions you can use to manage [mocp player](https://github.com/jonsafari/mocp) in your command line.
|
|
|
|
You can easily pause/unpause, get info, jump forward or reverse, get loud or soft, stop or kill your mocp player.
|
|
|
|
To use, add `mocp` to the list of plugins in your `.zshrc` file:
|
|
|
|
`plugins=(... mocp)`
|
|
|
|
## Requirements
|
|
|
|
Of course, mocp player should be installed in your system.
|
|
|