mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-22 13:37:27 +08:00
complete "mpc load"
This commit is contained in:
parent
f8a46c027d
commit
284b7d8eb0
|
@ -86,7 +86,7 @@ complete -c mpc -n "not __fish_seen_subcommand_from $subcommands" -a current -d
|
|||
# Using '(mpc search filename (commandline -ct))' _might_ be faster for larger libraries
|
||||
complete -c mpc -n "__fish_seen_subcommand_from add insert" -a "(mpc listall)"
|
||||
|
||||
complete -c mpc -n "__fish_seen_subcommand_from playlist" -a "(mpc lsplaylists)"
|
||||
complete -c mpc -n "__fish_seen_subcommand_from playlist load" -a "(mpc lsplaylists)"
|
||||
complete -c mpc -n "__fish_seen_subcommand_from consume random repeat single" -a "on off"
|
||||
complete -c mpc -n "__fish_seen_subcommand_from replaygain" -a "off track album"
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user