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 118 forks source link

Tidy output & include more example regex #97

Closed clonemeagain closed 8 years ago

clonemeagain commented 8 years ago

I'm a heavy user, and these are my patches, thought I would request a pull so others can benefit.

The filter examples are important, it took me far too long to understand the syntax, coming from pcre-land. I figure others might struggle etc.

The verbose log changes, are because once the filters are working great, you don't want to see the notice for every file that you specifically said, "Don't upload".. However, being able to find the messages again by turning on the -verbose flag makes sense (to me). Also, I was seeing loads of symlink messages, which weren't errors to me, so I also hide them.

Anyway, cheers for an awesome tool!

mmp commented 8 years ago

Thanks!