Clean Up Your Desktop the Quicksilver Way

On any given day, my desktop is filled with screenshots and images I’ve saved while writing tips. Often my desktop looks like the following:

Picture 53.png

There are a couple of methods to get around saving images to the desktop–including saving them to the clipboard–but I actually really like this method.

I have my bottom right corner of my screen set to show the desktop, so while writing a post I mouse over–grab whichever image I need and jump back into Ecto. The whole process takes about 2 seconds–it makes me extremely productive while writing tips.

But when things get cluttered, I spend extra time searching for an image. Not to mention it looks ugly having so many icons on the desktop.

This is where a quick bash script paired with Quicksilver comes to the rescue.

Note: This will overwrite any old files inside ~/Documents/Backup.

#!/bin/bash

mkdir ~/Documents/Backup
mv ~/Desktop/* ~/Documents/Backup

This creates a directory inside your Documents folder named Backup and moves all the files from your desktop to that folder. I’m sure there’s some error checking that could help this script, but I wanted to keep this as simple as possible.

Save this script somewhere you can access it like your home directory called clean-desktop.sh.

Launch quicksilver and type the name of your script. You may have to press Command+R to rescan your catalog.

Picture 1.png

Press enter and voila. Now you’re only a few keystrokes away from cleaning up your desktop.

Picture 1.png

Alternatively you could use the Quicksilver Terminal plugin to run this command directly from terminal, but I like having a script with an easy name.

Similar Posts:

I Like This Tip!


6 Responses to “Clean Up Your Desktop the Quicksilver Way”

  1. Or just use the Downloads folder instead of your desktop.

  2. 4Avatars
    Alex Hwang
    Why do you always write tips so early?

  3. David, I already explained why I use this method.

    Not to mention screenshots aren't downloads and would needlessly clutter my Downloads folder.

    The method I use makes me super productive while writing tips, every other method I've tried (including using the clipboard and using a folder) slow me down.

    Alex, I write the tips the night before and schedule them for 7am. This is when most people start coming online in the morning.

  4. 4Avatars
    lisa
    i am not sure if this has been covered, but i would love some tips on making Widgets with XCode.

    thanks and great job, i love your tips

  5. 4Avatars
    Alex Hwang
    You don't make widgets with xCode.
    You make them with Dashcode.

  6. Thanks for sharing this tip. I think it's super-duper!

    Here's an idea/question to which you or someone else hopefully might have an suggestion/answer to:
    Usually, whenever I need clean my Desktop I create a new folder, name it 'YYMMDD_Desktop Stuff' (with the current year, month and day instead of the YYMMDD) and then I move it to my Documents Folder.

    Is there a way the folder-naming scheme i just described could be automated in this shell script?

    Thanks!

Post a comment to "Clean Up Your Desktop the Quicksilver Way"



MacTips Newsletter


Twitter MacTips

  • Stay up to date with the latest Mac tips, tricks and news by following us on twitter: MacintoshTips.

AppleGazette Headlines

Most Popular Tips (30 Days)

Most Commented (30 Days)

Good Tips

Recent Discussions

MacTips Poll

What level of tips would you like to see?

View Results

Loading ... Loading ...

Friends of MacTips

Subscribe to MacTips

Site Links