Things Script Batch-Taggen
Heute gibt es ein Mini-AppleScript für Things, dass einer Auswahl von Todos Tags hinzufügt. tell application “Things” set myTags to text returned of (display dialog “Enter some tags you want to add to your todos (comma sep)” default answer “”) … Weiterlesen