{"id":3309,"date":"2016-10-22T00:06:09","date_gmt":"2016-10-21T21:06:09","guid":{"rendered":"https:\/\/igotoffer.com\/apple\/?p=3309"},"modified":"2018-02-26T09:03:40","modified_gmt":"2018-02-26T14:03:40","slug":"automator-repetitive-tasks-mac","status":"publish","type":"post","link":"https:\/\/igotoffer.com\/apple\/automator-repetitive-tasks-mac","title":{"rendered":"Automator: Repetitive Tasks on Your Mac"},"content":{"rendered":"<p style=\"text-align: justify\">Performing a repetitive task on a computer is rather tedious. However, it\u2019s not difficult to get your Mac to put in the legwork, and leave you free to do something more interesting. This requires a little effort.<!--more--><\/p>\n<div id=\"toc_container\" class=\"no_bullets\"><p class=\"toc_title\">Contents<\/p><ul class=\"toc_list\"><li><a href=\"#Automator_How_to_Perform_Repetitive_Tasks_on_Your_Mac\"><span class=\"toc_number toc_depth_1\">1<\/span> Automator: How to Perform Repetitive Tasks on Your Mac<\/a><ul><li><a href=\"#How_to_Create_Workflows\"><span class=\"toc_number toc_depth_2\">1.1<\/span> How to Create Workflows<\/a><\/li><li><a href=\"#Adding_Actions_to_the_Automator\"><span class=\"toc_number toc_depth_2\">1.2<\/span> Adding Actions to the Automator<\/a><\/li><li><a href=\"#AppleScript\"><span class=\"toc_number toc_depth_2\">1.3<\/span> AppleScript<\/a><\/li><li><a href=\"#How_to_Write_AppleScripts\"><span class=\"toc_number toc_depth_2\">1.4<\/span> How to Write AppleScripts<\/a><\/li><\/ul><\/li><li><a href=\"#Links\"><span class=\"toc_number toc_depth_1\">2<\/span> Links<\/a><\/li><\/ul><\/div>\n<h2 style=\"text-align: center\"><span id=\"Automator_How_to_Perform_Repetitive_Tasks_on_Your_Mac\"><span style=\"font-size: 18pt\"><strong>Automator: How to Perform Repetitive Tasks on Your Mac<\/strong><\/span><\/span><\/h2>\n<p style=\"text-align: justify\">You can find\u00a0<em>Automator\u00a0in\u00a0Applications<\/em>. This feature will let you program your Mac without any technical know-how. The idea is that you assemble a time-saving\u00a0Workflow\u00a0by combining various off-the-shelf <em>Actions<\/em>, which are individual tasks such as finding unread emails, converting file formats, importing files into applications, etc.<\/p>\n<h3 style=\"text-align: center\"><span id=\"How_to_Create_Workflows\"><span style=\"font-size: 14pt\"><strong>How to Create Workflows<\/strong><\/span><\/span><\/h3>\n<p style=\"text-align: justify\">Workflows\u00a0can perform some pretty complicated things, such as publish podcasts or choose and store full-size images from an online gallery of thumbnails by adding them to your\u00a0iPhone Library, and so on.<\/p>\n<p style=\"text-align: justify\">Automator comes with a large collection of\u00a0Actions, arranged down the left side according to the application they relate to. To start a\u00a0Workflow, you should drag an action into the right-hand pane, and tinker with its settings, if necessary. Then, you can add another action. Make sure this <em>Action<\/em> makes sense as a follow-up to the first, as if it doesn\u2019t, you\u2019ll see red text where the two <em>Actions<\/em> should link together.<\/p>\n<p style=\"text-align: justify\">After you\u2019ve strung a few <em>Actions<\/em> together, hit the<em>\u00a0Run\u00a0<\/em>button to see if your Workflow functions as planned. It can fail on the first try, but in this case, you should rethink the Workflow from start to finish, make some tweaks, and try again. Once everything\u2019s working correctly, hit\u00a0<em>Save As<\/em>\u2026\u00a0in the\u00a0File\u00a0menu and save a\u00a0Workflow\u00a0file. Next, click<em>\u00a0File \u2013 Save As<\/em>\u2026\u00a0and export your Workflow file as a standalone application. This way, you can run it without opening\u00a0Automator. You can also give your newly created app its own icon and drag it onto the <em>Dock<\/em>.<\/p>\n<h3 style=\"text-align: center\"><span id=\"Adding_Actions_to_the_Automator\"><span style=\"font-size: 14pt\"><strong>Adding Actions to the Automator<\/strong><\/span><\/span><\/h3>\n<p style=\"text-align: justify\">Note that you\u2019re not limited to the\u00a0Actions\u00a0that come with the\u00a0Automator. You can find lots of extra\u00a0Actions\u00a0available to download and import. You can even design your own<em>\u00a0Action<\/em>, though you\u2019ll first need to learn more about<em>\u00a0AppleScript<\/em>.<\/p>\n<h3 style=\"text-align: center\"><span id=\"AppleScript\"><span style=\"font-size: 14pt\"><strong>AppleScript<\/strong><\/span><\/span><\/h3>\n<p style=\"text-align: justify\">To a certain extent, Automator is a friendly interface for\u00a0<em>AppleScript<\/em>, the Mac scripting language. <em>AppleScript<\/em> is essentially a series of commands that can be opened, edited, or exported as a mini-application.<\/p>\n<p style=\"text-align: justify\">Open\u00a0<em>AppleScript Utility<\/em>\u00a0from\u00a0Applications \u2013 <em>AppleScript<\/em>,\u00a0and check the box to activate the <em>AppleScript<\/em> menu to see the sample scripts that came with OS X. A new icon will appear up on your menu bar, near the clock. This icon will reveal scores of scripts when clicked. You can download thousands of other apps from the internet, as well.<\/p>\n<h3 style=\"text-align: center\"><span id=\"How_to_Write_AppleScripts\"><span style=\"font-size: 14pt\"><strong>How to Write AppleScripts<\/strong><\/span><\/span><\/h3>\n<p style=\"text-align: justify\">AppleScript Studio\u00a0is part of Xcode, an OS X programming toolkit.<\/p>\n<p style=\"text-align: justify\">If you want to try your hand at programming, and create your own\u00a0<em>Automator Actions<\/em>, learning\u00a0<em>AppleScripts<\/em>\u00a0is a good place to start. Compared to most programming languages,\u00a0<em>AppleScript\u00a0<\/em>is very user-friendly, with code that even the uninitiated can make some sense of. However,\u00a0<em>AppleScript<\/em>\u00a0is a powerful source, especially if you master\u00a0<em>AppleScript Studio<\/em>,\u00a0which is a development environment for building fancy graphical interfaces onto your scripts. To begin, download a basic tutorial and experiment with\u00a0AppleScript Editor, which is located in\u00a0<em>Applications \u2013 Utilities.<\/em><\/p>\n<h2 style=\"text-align: center\"><span id=\"Links\"><span style=\"font-size: 18pt\"><strong>Links<\/strong><\/span><\/span><\/h2>\n<ul>\n<li style=\"text-align: justify\">Trade in your old Apple device for top cash\u00a0: We at iGotOffer buy your old consumer electronics for the highest price online. <a href=\"https:\/\/igotoffer.com\" target=\"_blank\" rel=\"noopener\">Sell old electronics online<\/a> now and save money for a new device.<\/li>\n<\/ul>\n","protected":false},"excerpt":{"rendered":"<p>Performing a repetitive task on a computer is rather tedious. However, it\u2019s not difficult to get your Mac to put in the legwork, and leave you free to do something more interesting. This requires a little effort.<\/p>\n","protected":false},"author":2,"featured_media":3310,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":[],"categories":[80],"tags":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v19.0 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Automator: Repetitive Tasks on Your Mac | iGotOffer<\/title>\n<meta name=\"description\" content=\"Automator: Performing a repetitive task on a computer is rather tedious. It&#039;s not difficult though to get the Mac to put in the legwork and leave you time\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/igotoffer.com\/apple\/automator-repetitive-tasks-mac\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Automator: Repetitive Tasks on Your Mac | iGotOffer\" \/>\n<meta property=\"og:description\" content=\"Automator: Performing a repetitive task on a computer is rather tedious. It&#039;s not difficult though to get the Mac to put in the legwork and leave you time\" \/>\n<meta property=\"og:url\" content=\"https:\/\/igotoffer.com\/apple\/automator-repetitive-tasks-mac\" \/>\n<meta property=\"og:site_name\" content=\"About Apple | iGotOffer\" \/>\n<meta property=\"article:published_time\" content=\"2016-10-21T21:06:09+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2018-02-26T14:03:40+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/igotoffer.com\/apple\/wp-content\/uploads\/2016\/10\/applescript_logo.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"254\" \/>\n\t<meta property=\"og:image:height\" content=\"252\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"twitter:card\" content=\"summary\" \/>\n<meta name=\"twitter:creator\" content=\"@iGotOffer\" \/>\n<meta name=\"twitter:site\" content=\"@iGotOffer\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"GeorgeB\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebSite\",\"@id\":\"https:\/\/igotoffer.com\/apple\/#website\",\"url\":\"https:\/\/igotoffer.com\/apple\/\",\"name\":\"About Apple | iGotOffer\",\"description\":\"Everything about Apple Products\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/igotoffer.com\/apple\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/igotoffer.com\/apple\/automator-repetitive-tasks-mac#primaryimage\",\"url\":\"https:\/\/igotoffer.com\/apple\/wp-content\/uploads\/2016\/10\/applescript_logo.jpg\",\"contentUrl\":\"https:\/\/igotoffer.com\/apple\/wp-content\/uploads\/2016\/10\/applescript_logo.jpg\",\"width\":254,\"height\":252,\"caption\":\"AppleScript Logo\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/igotoffer.com\/apple\/automator-repetitive-tasks-mac#webpage\",\"url\":\"https:\/\/igotoffer.com\/apple\/automator-repetitive-tasks-mac\",\"name\":\"Automator: Repetitive Tasks on Your Mac | iGotOffer\",\"isPartOf\":{\"@id\":\"https:\/\/igotoffer.com\/apple\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/igotoffer.com\/apple\/automator-repetitive-tasks-mac#primaryimage\"},\"datePublished\":\"2016-10-21T21:06:09+00:00\",\"dateModified\":\"2018-02-26T14:03:40+00:00\",\"author\":{\"@id\":\"https:\/\/igotoffer.com\/apple\/#\/schema\/person\/38905d68024b33165ddae5714dd8e5e1\"},\"description\":\"Automator: Performing a repetitive task on a computer is rather tedious. It's not difficult though to get the Mac to put in the legwork and leave you time\",\"breadcrumb\":{\"@id\":\"https:\/\/igotoffer.com\/apple\/automator-repetitive-tasks-mac#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/igotoffer.com\/apple\/automator-repetitive-tasks-mac\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/igotoffer.com\/apple\/automator-repetitive-tasks-mac#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/igotoffer.com\/apple\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"iSpace\",\"item\":\"https:\/\/igotoffer.com\/apple\/category\/ispace\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Automator: Repetitive Tasks on Your Mac\"}]},{\"@type\":\"Person\",\"@id\":\"https:\/\/igotoffer.com\/apple\/#\/schema\/person\/38905d68024b33165ddae5714dd8e5e1\",\"name\":\"GeorgeB\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/igotoffer.com\/apple\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/d5c24f6e4d33aff5b355578d74b58c1e?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/d5c24f6e4d33aff5b355578d74b58c1e?s=96&d=mm&r=g\",\"caption\":\"GeorgeB\"},\"sameAs\":[\"https:\/\/iGotOffer.com\",\"https:\/\/twitter.com\/iGotOffer\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Automator: Repetitive Tasks on Your Mac | iGotOffer","description":"Automator: Performing a repetitive task on a computer is rather tedious. It's not difficult though to get the Mac to put in the legwork and leave you time","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/igotoffer.com\/apple\/automator-repetitive-tasks-mac","og_locale":"en_US","og_type":"article","og_title":"Automator: Repetitive Tasks on Your Mac | iGotOffer","og_description":"Automator: Performing a repetitive task on a computer is rather tedious. It's not difficult though to get the Mac to put in the legwork and leave you time","og_url":"https:\/\/igotoffer.com\/apple\/automator-repetitive-tasks-mac","og_site_name":"About Apple | iGotOffer","article_published_time":"2016-10-21T21:06:09+00:00","article_modified_time":"2018-02-26T14:03:40+00:00","og_image":[{"width":254,"height":252,"url":"https:\/\/igotoffer.com\/apple\/wp-content\/uploads\/2016\/10\/applescript_logo.jpg","type":"image\/jpeg"}],"twitter_card":"summary","twitter_creator":"@iGotOffer","twitter_site":"@iGotOffer","twitter_misc":{"Written by":"GeorgeB","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebSite","@id":"https:\/\/igotoffer.com\/apple\/#website","url":"https:\/\/igotoffer.com\/apple\/","name":"About Apple | iGotOffer","description":"Everything about Apple Products","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/igotoffer.com\/apple\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/igotoffer.com\/apple\/automator-repetitive-tasks-mac#primaryimage","url":"https:\/\/igotoffer.com\/apple\/wp-content\/uploads\/2016\/10\/applescript_logo.jpg","contentUrl":"https:\/\/igotoffer.com\/apple\/wp-content\/uploads\/2016\/10\/applescript_logo.jpg","width":254,"height":252,"caption":"AppleScript Logo"},{"@type":"WebPage","@id":"https:\/\/igotoffer.com\/apple\/automator-repetitive-tasks-mac#webpage","url":"https:\/\/igotoffer.com\/apple\/automator-repetitive-tasks-mac","name":"Automator: Repetitive Tasks on Your Mac | iGotOffer","isPartOf":{"@id":"https:\/\/igotoffer.com\/apple\/#website"},"primaryImageOfPage":{"@id":"https:\/\/igotoffer.com\/apple\/automator-repetitive-tasks-mac#primaryimage"},"datePublished":"2016-10-21T21:06:09+00:00","dateModified":"2018-02-26T14:03:40+00:00","author":{"@id":"https:\/\/igotoffer.com\/apple\/#\/schema\/person\/38905d68024b33165ddae5714dd8e5e1"},"description":"Automator: Performing a repetitive task on a computer is rather tedious. It's not difficult though to get the Mac to put in the legwork and leave you time","breadcrumb":{"@id":"https:\/\/igotoffer.com\/apple\/automator-repetitive-tasks-mac#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/igotoffer.com\/apple\/automator-repetitive-tasks-mac"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/igotoffer.com\/apple\/automator-repetitive-tasks-mac#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/igotoffer.com\/apple\/"},{"@type":"ListItem","position":2,"name":"iSpace","item":"https:\/\/igotoffer.com\/apple\/category\/ispace"},{"@type":"ListItem","position":3,"name":"Automator: Repetitive Tasks on Your Mac"}]},{"@type":"Person","@id":"https:\/\/igotoffer.com\/apple\/#\/schema\/person\/38905d68024b33165ddae5714dd8e5e1","name":"GeorgeB","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/igotoffer.com\/apple\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/d5c24f6e4d33aff5b355578d74b58c1e?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/d5c24f6e4d33aff5b355578d74b58c1e?s=96&d=mm&r=g","caption":"GeorgeB"},"sameAs":["https:\/\/iGotOffer.com","https:\/\/twitter.com\/iGotOffer"]}]}},"_links":{"self":[{"href":"https:\/\/igotoffer.com\/apple\/wp-json\/wp\/v2\/posts\/3309"}],"collection":[{"href":"https:\/\/igotoffer.com\/apple\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/igotoffer.com\/apple\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/igotoffer.com\/apple\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/igotoffer.com\/apple\/wp-json\/wp\/v2\/comments?post=3309"}],"version-history":[{"count":7,"href":"https:\/\/igotoffer.com\/apple\/wp-json\/wp\/v2\/posts\/3309\/revisions"}],"predecessor-version":[{"id":11891,"href":"https:\/\/igotoffer.com\/apple\/wp-json\/wp\/v2\/posts\/3309\/revisions\/11891"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/igotoffer.com\/apple\/wp-json\/wp\/v2\/media\/3310"}],"wp:attachment":[{"href":"https:\/\/igotoffer.com\/apple\/wp-json\/wp\/v2\/media?parent=3309"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/igotoffer.com\/apple\/wp-json\/wp\/v2\/categories?post=3309"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/igotoffer.com\/apple\/wp-json\/wp\/v2\/tags?post=3309"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}