About 2,030,000 results
Open links in new tab
  1. How do I set a task to run every so often? - Stack Overflow

    Sep 25, 2008 · How do I have a script run every, say 30 minutes? I assume there are different ways for different OSs. I'm using OS X.

  2. bash - Running script upon login in mac OS X - Stack Overflow

    With automator solution you can do things like next: so, asking to run a script or quit the app, asking passwords, running other automator workflows at login time, conditionally run applications at login …

  3. How to run a shell script in OS X by double-clicking?

    Feb 26, 2011 · If you don't want to see any output, you can use Automator to create a Mac Application that you can double click, add to the dock, etc. Open Automator application Choose "Application" …

  4. MacOS Automation - Reddit

    MacOS has a rich set of tools for automation, including AppleScript, Automator and the Terminal command-line interface. Got a workflow to share, or need a hand with something tricky? This is the …

  5. How can I add macOS "Tags" to files programmatically?

    Since Mavericks, OS X has had the ability to tag & colour files in Finder. Is there any way to add tags to files through Cocoa APIs or via a shell command?

  6. Launch shell script on login in Mac OS (OS X) - Stack Overflow

    Mar 20, 2015 · Automator [user-SPECIFIC]: File > New, type Application Add a Run Shell Script action, which adds an embedded bash script, and either paste your script code there or add a command that …

  7. Windows equivalent of Automator on Mac OS X : r/windows - Reddit

    May 3, 2020 · I can't understand what Automator is from your comments. Is it some kind of visual programming tool where you use flowcharts instead of code? If so try LabView. If not, please elaborate.

  8. How to create a Mac OS X app with Python? - Stack Overflow

    I haven't tried it with big Python projects, but for my own scripts, the easiest way I found was to use Automator You can interactively create an app project with Run Shell Script action, then paste in …

  9. Executing Shell Scripts from the OS X Dock? - Stack Overflow

    Nov 11, 2008 · 220 You could create a Automator workflow with a single step - "Run Shell Script" Then File > Save As, and change the File Format to "Application". When you open the application, it will …

  10. macos - OS X Automator: Automatically insert text into appearing text ...

    OS X Automator: Automatically insert text into appearing text prompt Asked 9 years, 6 months ago Modified 9 years, 6 months ago Viewed 1k times