maclaunch icon indicating copy to clipboard operation
maclaunch copied to clipboard

Manage your macOS startup items.

Results 3 maclaunch issues
Sort by recently updated
recently updated
newest added

We currently don't support the short crontab notation of `@reboot /foo.sh` but rely on there being 6 separate string pieces. This needs to be fixed at https://github.com/hazcod/maclaunch/blob/master/maclaunch.sh#L63

![Capture d’écran 41](https://github.com/hazcod/maclaunch/assets/78243244/0f7f908c-6378-4790-8672-ba36a48e144e) I've disabled the item for a certain amount of time but it wont revert when i set the scrpt to maclaunch enable ... even with sudo

We currently still need to support to enable/disable login items in Ventura. This would work by: 1. Adding it in /var/db/com.apple.xpc.launchd/disabled.*.plist with `NAME\n` to disable. 2. Adding it in /var/db/com.apple.xpc.launchd/disabled.*.plist...

enhancement