Tip of the Day. In Attune (and automation in general), it's great to see what is happening.
If you need to sleep for a period (which should be rare, you should poll the thing you're waiting for instead), do this...
```
β― for num in {60..1}
β do
β echo "Resuming in $num seconds"
β sleep 1
β done
Resuming in 60 seconds
Resuming in 59 seconds
Resuming in 58 seconds
Resuming in 57 seconds
Resuming in 56 seconds
Resuming in 55 seconds
Resuming in 54 seconds
...
```
https://t.co/U1KuIUKLk7 v25.2.0 Released: Project Links can now link to other Project Links, enabling hierarchical organization. Major bug fixes for step movement, parameter validation, and Enterprise Edition. π
@brentonbones This is a huge problem. Air cooled laptops and desktops need either, 1. easy lint removal, or 2) auto cleaning like running tyhe fans on high in reverse or something.
Changing a file that a step points to used to be pretty tough, Attune didn't tell you what linked to the file, and if it did, You'd have to go find the step your self. Check out how easy this is in Attune v24.*.*
"Best Match" is a simple new feature in Attune v24 Plans
This simple new feature matches the parameter name with the start of the value. This is already a convention in many deployments. The development time is going to pay off massively for the time it will save our users.
The parameter inspector for scripts is finally here.
In Attune v24 our main goal was to implement "Create in place", and the last area needing development is in the script boxes.
We now have a "Script Reference Inspector", to create and view parameters.
@iamutba@ChristianLempa Or better, "Which aspects of macOS are better than their windows or linux counterparts" - because simply "better" for the whole thing is reductive, and it's only better if the aspects you use are the better aspects. If I spent all day installing Linux packages, Linux would win.
@ChristianLempa That's a long list. - It "just works" - The hardware will run for a decade - It's fast - You get free OS upgrades - You can copy and paste between your iPad and iPhone - SMS messages arrive in macOS messages - You can drag and drop anything - It has the best trackpad gestures...
The parameter inspector for scripts is finally here.
In Attune v24 our main goal was to implement "Create in place", and the last area needing development is in the script boxes.
We now have a "Script Reference Inspector", to create and view parameters.