Saturday 30 January 2016

OSX script - delete file right away


 Using automator to create a service and copy/paste following

for f in "$@"
do
    rm -rf "$f"
done
afplay "/System/Library/Components/CoreAudio.component/Contents/SharedSupport/SystemSounds/finder/empty trash.aif"

then configure keyboard shortcut with key combinations

No comments:

Post a Comment