Skip to content

Instantly share code, notes, and snippets.

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 zurdors/aeadd4594ac44280b97cc76e60165dd6 to your computer and use it in GitHub Desktop.
Save zurdors/aeadd4594ac44280b97cc76e60165dd6 to your computer and use it in GitHub Desktop.
Agrega un conjunto de etiquetas predeterminadas a múltiples tareas seleccionadas sin eliminar las etiquetas asignadas anteriormente.
tell application "Things3"
repeat with selectedToDo in selected to dos
set tagNames to tag names of selectedToDo
set tag names of selectedToDo to "!Baja 🆚, > Digital, > Online, 💻 Macbook, # Yo 👨, .Web browser," & tagNames
end repeat
end tell
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment