mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-10-17 00:31:09 +02:00
32863: completion for mpc insert command
This commit is contained in:
parent
71e094772b
commit
7d5db0d277
1 changed files with 2 additions and 1 deletions
|
@ -25,7 +25,7 @@ _mpc_command() {
|
|||
local mpc_cmds
|
||||
|
||||
mpc_cmds=(
|
||||
add:"add a song to the current playlist"
|
||||
add:"append a song to the end of the current playlist"
|
||||
clear:"clear the current playlist"
|
||||
crop:"remove all songs except for the currently playing song"
|
||||
current:"show the currently playing song"
|
||||
|
@ -35,6 +35,7 @@ _mpc_command() {
|
|||
enable:"enable a output"
|
||||
idle:"wait until an event occurs"
|
||||
idleloop:"loop waiting for events"
|
||||
insert:"insert a song after the currently playing song in the playlist"
|
||||
listall:"list all songs in the music directory"
|
||||
load:"load file as a playlist"
|
||||
ls:"list the contents of specified directory"
|
||||
|
|
Loading…
Reference in a new issue