mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-31 20:31:19 -03:00
complete "mpc load"
This commit is contained in:
committed by
Fabian Homborg
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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user