To do as Rob suggests, perform the following steps: 1. Paste the attached bit of code into an new AppleScript Editor script document 2. Save that script in ~/Library/Application Support/Quicksilver/Actions using a name like Secure Empty Trash 3. Restart Quicksilver 4. Enjoy
Here is the code: *tell* *application* "Finder" *to* *empty* trash *with* security On Thursday, July 3, 2014 7:09:29 AM UTC-4, Rob McBroom wrote: > > On 2 Jul 2014, at 17:52, DrFred wrote: > > I'd like not to have to leave QS/the keyboard after trashing a file/files, > and then empty the trash securely. Currently I choose files and trash them > in QS then mouse to the trash and mouse "Empty securely.Running QS 1.0.0 > (4000) on Snow Leopard. > > If it can be done via AppleScript, it could be added to the Extra Scripts > plug-in (which currently only has the regular “Empty Trash”. In the > meantime, you could create your own AppleScript for this and run it with QS. > > Also note that there’s a preference to *always* empty securely in more > recent versions of OS X. Not sure if it was around in 10.6. That was a long > time ago. ;-) > > -- > Rob McBroom > http://www.skurfer.com/ > -- You received this message because you are subscribed to the Google Groups "Quicksilver" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/blacktree-quicksilver. For more options, visit https://groups.google.com/d/optout.
