Skip to content

Instantly share code, notes, and snippets.

@adiabatic
Created September 4, 2014 00:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save adiabatic/f6ad736fdad17adb6747 to your computer and use it in GitHub Desktop.
Save adiabatic/f6ad736fdad17adb6747 to your computer and use it in GitHub Desktop.
tell application "Spillo"
refresh
set bms to selected bookmarks
repeat with bm in bms
if (desc of bm) = (title of bm) then
set desc of bm to ""
end if
end repeat
save
refresh
end tell
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment