Kategorier
Ett djefla lif

Städa på Lottens skrivbord

Kolla vad jag hittade. Precis vad jag behövde!

on adding folder items to this_folder after receiving added_items
  tell application "Finder"
    repeat with aFile in added_items
      if the name of aFile contains {".jpg"} ¬
       or the name of aFile contains {".gif"} ¬
       or the name of aFile contains {".png"} ¬
       or the name of aFile contains {".pict"} ¬
       or the name of aFile contains {".tiff"} ¬
       or the name of aFile contains {".gif"} ¬
       or the name of aFile contains {".psd"} ¬
       or the name of aFile contains {".bmp"} then
      tell application "Finder"
        try
          move aFile to folder "Mac_name:Users:User_name:Pictures:unfiled:"
          on error err
            display dialog err
         end try
       end tell
       display dialog ¬
       "Image files have been moved to the Unfiled folder in your Pictures folder."
     end if
   end repeat
  end tell
end adding folder items to

Om jag kopplar detta script till Skrivbordsfoldern på Lottens burk kommer alla bilder som hon sparar att ramla ner i Pictures-mappen istället för att bli liggande på Skrivbordet.

Tänk om man hade sådana script för livet därhemma. Alla kängor som sparkas av på hallmattan överförs automatiskt till skohyllan. Alla muggar som ställs i vasken åker automatiskt in i diskmaskinen. Alla handdukar som hamnar på badrumsgolvet åker automatiskt upp på en krok.