-
Notifications
You must be signed in to change notification settings - Fork 426
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add -no-prompt flag to drive delete #448
Comments
Hello @fabianhjr! Thanks for reporting this issue and welcome to drive. So I have always been reluctant to add a For starters if you want to do this before this issue is decided, you can do so by $ function yYes { while [ 1 ]; do echo "yes";done; }
$ yYes | drive delete */*/G*.JPG or lookup Unix utility "yes" |
Hello @odeke-em C: Thanks for the suggestion I will definetly give that a try though I noticed I understand the rational behind not having this feature; and now that |
Yeah the server side version could easily be put in a .trash folder in the future. However, am still hesitant about enabling |
Well, yeah, that's why I opened the ticket with "There should be an option to be able to shot onself in the foot. \o/" Though having the |
Alright alright. So what would the purpose of |
Explaining why it isn't a feature and what can the user do if he/she On Wed, Oct 28, 2015 at 2:05 AM, Emmanuel Odeke [email protected]
|
Good reasoning, thanks! PR coming up in a second. |
PR here #450 |
Let me know and I'll merge it into master whenever you are ready. |
Yeah, sure. If someone is crazy enough to do |
Addressed by #450. Thank you for opening and advocating this! |
No, thank to you for maintaining this awesome tool. C: Came real handy to declutter stuff. |
Thanks for the kind words! |
There should be an option to be able to shot onself in the foot. \o/
(Want to purge some Google Drive Photos using
drive delete -no-prompt */*/G*.JPG
in Google Photos Directory with fish the Friendly Shell)The text was updated successfully, but these errors were encountered: