This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
on run | |
-- just here to get things started... | |
end run | |
on idle | |
tell application "Notes" | |
if exists note "What apps are running?" then | |
delete note "What apps are running?" | |
tell application "Finder" | |
set myRunningApps to name of every process whose visible is true |