Skip to content

Command

raziman edited this page Feb 18, 2021 · 1 revision

Command

Command is a function with type signature of func(). Commands are defined internally inside Gomu. Most of the functionality are executed through command. You can reuse this command to your config script in order to extend functionality of your script.

Defined Commands

  • create_playlist
  • delete_playlist
  • delete_file
  • youtube_search
  • download_audio
  • add_queue
  • close_node
  • bulk_add
  • refresh
  • rename
  • playlist_search
  • reload_config
  • move_down
  • move_up
  • delete_item
  • clear_queue
  • play_selected
  • toggle_loop
  • shuffle_loop
  • queue_search
  • quit
  • toggle_pause
  • volume_up
  • volume_down
  • skip
  • toggle_help
  • command_search
  • rewind
  • forward
  • rewind_fast
  • forward_fast
  • yank
  • paste
  • repl
Clone this wiki locally