macos-startup
v0.0.1
Published
Get list of macOS startup items.
Downloads
2
Readme
macos-startup-items
Get list of macOS startup items.
Under macos, some software will automatically start after installation. The purpose of this software is to obtain the list of macos startup items.
If you want to disable auto-start, just rename the corresponding plist file to a non-plist suffix and restart your mac.
If you want to see which app a plist file corresponds to, you can use the cat command to see.
Some plist files may not be parsed correctly.
plist files that start with com.apple will be ignored.
Prerequisites
Installation
npm i -g startup_items
Usage
startup_items
License
Distributed under the MIT License.