amule-project / amule

'All-platform' P2P client based on eMule
996 stars 218 forks source link

feature request: add a way to send 2 commands for amulecmd? need to send Results and Download <num> #364

Open gotbletu opened 11 months ago

gotbletu commented 11 months ago

Since you cannot send a Download command alone without the Results command before it, it does not work in a script amulecmd --password "$amu_pass" --host "$amu_host" --port "$amu_port" --command "Download 5"

could you add a way to send multiple commands in the same session? e.g amulecmd --password "$amu_pass" --host "$amu_host" --port "$amu_port" --command "Results" --command "Download 5"


ideally i could script it to an fzf and download quickly is the end goal for this purpose if anyone is wondering