SeattleTestbed / seash

Interactive vessel management tool
MIT License
0 stars 10 forks source link

seash should upload multiple files with one command #78

Closed aaaaalbert closed 9 years ago

aaaaalbert commented 10 years ago

It would be great if we could have seash upload multiple files using a single command. Currently, you would go and say

user !> upload file1.r2py
user !> upload file2.r2py
user !> upload datafile

Let's have a single

user !> uploadfiles file1.r2py file2.r2py datafile
aaaaalbert commented 10 years ago

Alternatively, the existing upload command could be repurposed, and (e.g.) upload-as be implemented for the special case of uploading with a different destination file name.

Opinions?

aaaaalbert commented 9 years ago

Implemented as a new seash module, uploaddir, in a097c9559cb2d7f5ec4259062b46487d7b14ff50. Closing!