Skip to main content

Questions tagged [script]

A collection of commands that may be from a CLI Shell, or programming language such as AppleScript, which are executed in order with limited iteration, usually as a way of automating actions or events.

0 votes
2 answers
74 views

#!/bin/bash # Download Installomator curl -fsSL https://raw.githubusercontent.com/Installomator/Installomator/main/Installomator.sh -o /usr/local/bin/Installomator chmod +x /usr/local/bin/...
Anonym's user avatar
  • 9
0 votes
0 answers
73 views

I've just upgraded to Tahoe 26.2 (25C56) and noticed it made the locate daemon disabled. $ cat /System/Library/LaunchDaemons/com.apple.locate.plist <?xml version="1.0" encoding="UTF-...
atomic-pork-chop's user avatar
0 votes
2 answers
151 views

I'm trying to make a shortcut to delete some files with the help of Scriptable app in iOS26. I want to search inside a specific folder (iCloud Drive > Images) for JPEGs & if found delete all of ...
Bumba's user avatar
  • 101
0 votes
1 answer
387 views

I have a small internal storage of 500GB on my Mac (macOS Sequoia 15.6), and Messages often takes up a large portion of it. I would like to be able to delete my Messages data locally in such a way ...
grahamcracker1234's user avatar
0 votes
0 answers
40 views

When using CTRL-Cmd-Q or clicking a user from the fast user switcher dropdown menu, is there a way to speed up or eliminate the animation the occurs (it's a rotating box) as the action complete to the ...
atod's user avatar
  • 117
0 votes
0 answers
61 views

I'm looking to run a script when 'bridge100' interface is added with an IP. How is this accomplished? I see this post to add the following, however I'm not sure how one can understand that 'bridge100'...
atod's user avatar
  • 117
0 votes
1 answer
323 views

Leveraging AppleScript, we can run a shell command that requires sudo by asking for elevated permissions, which in turn shows a prompt to the user. For example: do shell script "/usr/bin/say ...
user137369's user avatar
  • 1,676
1 vote
0 answers
137 views

How can I prevent the Mac v13.7.3 DHCP server from sending traffic to network interfaces? I.e. how can I manage this? I'm trying to invoke dnsmasq and another application is using port 67 socket. I ...
atod's user avatar
  • 117
0 votes
0 answers
86 views

Is there a script hook that's invoked when connecting to a network after or during /etc/resolv.conf being updated (usually with DNS entries from DHCP server)? I'm running a bind name server on ...
atod's user avatar
  • 117
0 votes
1 answer
319 views

Context: MacOS Ventura 13.6.7 A Python virtual environment successful invokes from the command terminal: source my3211/bin/activate My pyActivate.sh script: echo "source my3211/bin/activate"...
gatorback's user avatar
  • 3,459
1 vote
0 answers
39 views

I've created a Javascript filed as Submit form JXA in ~/Library/Scripts/Applications/Numbers. Submit form JXA appears as a menu item in the Scripts menu when Numbers is front window. Clicking this ...
iainH's user avatar
  • 471
0 votes
0 answers
241 views

I have installed Jomo on my Mac, located at /Applications/Jomo.app, and I want it to start automatically when I log into my account. I want to create a script to make it run once I log in, without ...
Javier Barea's user avatar
1 vote
1 answer
275 views

Right up until a week ago, my simple Applescript that had to simply click on a specific coordinate on screen just stopped working. Here is the Applescript: tell application "System Events" ...
Anshu Chang's user avatar
0 votes
1 answer
227 views

May I please get assistance with a Microsoft Intune compliance script for macOS. If (app) is not installed set, device as non compliant. This is the srcipt I tried but its isn't working. I want to ...
Linux Guy's user avatar
2 votes
1 answer
1k views

I know I can use ping or nc, but macOS itself must be storing the state of internet connection somewhere right? For example, when you connect to Wifi, with no internet, macOS gives an indication (in ...
sfxedit's user avatar
  • 1,952

15 30 50 per page
1
2 3 4 5
53