dropbox / dbxcli

A command line client for Dropbox built using the Go SDK
Other
1.06k stars 99 forks source link

Concurrent execution for commands with multiple arguments #51

Open grantseltzer opened 8 years ago

grantseltzer commented 8 years ago

As mentioned by @diwakergupta in a comment on #49, performance can be greatly enhanced by levering Go's builtin routine mechanisms. Candidates for this include rm, mv, and cp