google / skicka

Command-line utility for working with Google Drive. Join the mailing list at https://groups.google.com/forum/#!forum/skicka-users.
Apache License 2.0
1.3k stars 119 forks source link

adds rm functionality #39

Closed gusennan closed 9 years ago

gusennan commented 9 years ago

Addresses #3

rm: Remove a file or directory at the given Google Drive path. Arguments: [-r, -s] , where files and directories are recursively removed if -r is specified and the google drive trash is skipped if -s is specified. The default behavior is to file if the drive path specified is a directory and -r is not specified, and to send files to the trash instead of permanently deleting them.

gusennan commented 9 years ago

Thanks for looking over the commits; were there other changes you'd like me to make or is it okay now?

mmp commented 9 years ago

Looks great!