Open grantseltzer opened 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.
We could exploit move_batch for this.
Note that mv already supports moving an entire folder (see the documentation for move_v2)
mv
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.