Forrest logo
back to context overview

mocp

List of commands for mocp:

  • mocp:ai:86ce8 Returns the currently playing song in mocp
    $ mocp -Q '%song'
    try on your machine
    explain this command
  • mocp:tldr:46b51 mocp: Clear the play queue while MOC is in the background.
    $ mocp --clear
    try on your machine
    explain this command
  • mocp:tldr:74c2c mocp: Stop the MOC server while it's in the background.
    $ mocp --exit
    try on your machine
    explain this command
  • mocp:tldr:7feb9 mocp: Play or stop the currently queued song while MOC is in the background.
    $ mocp --${select}
    try on your machine
    explain this command
  • mocp:tldr:801ce mocp: Launch the MOC terminal UI in a specific directory.
    $ mocp ${path-to-directory}
    try on your machine
    explain this command
  • mocp:tldr:84c41 mocp: Add a specific song to the play queue while MOC is in the background.
    $ mocp --enqueue ${path-to-audio_file}
    try on your machine
    explain this command
  • mocp:tldr:aa434 mocp: Add songs recursively to the play queue while MOC is in the background.
    $ mocp --append ${path-to-directory}
    try on your machine
    explain this command
  • mocp:tldr:af598 mocp: Start the MOC server in the background, without launching the MOC terminal UI.
    $ mocp --server
    try on your machine
    explain this command
  • mocp:tldr:c774f mocp: Launch the MOC terminal UI.
    $ mocp
    try on your machine
    explain this command
back to context overview