dropbox / dbxcli

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

Regex matching for arguments #50

Open grantseltzer opened 8 years ago

grantseltzer commented 8 years ago

I haven't put any thought into how this can be done, but I'd like to have the ability to do things like this:

dbxcli mv *.jpeg MyPictures

Go has regex matching in the standard library, the issue however becomes breaking out of bash's pattern matching.

diwakergupta commented 7 years ago

We could exploit move_batch for this.

Note that mv already supports moving an entire folder (see the documentation for move_v2)