dbxcli icon indicating copy to clipboard operation
dbxcli copied to clipboard

Regex matching for arguments

Open grantseltzer opened this issue 9 years ago • 1 comments

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.

grantseltzer avatar Sep 05 '16 18:09 grantseltzer

We could exploit move_batch for this.

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

diwakergupta avatar Jul 26 '17 20:07 diwakergupta