From e1d49b5eb077550b686fed73ac9ea4fba3c95741 Mon Sep 17 00:00:00 2001 From: Bart Reardon Date: Tue, 1 Aug 2023 15:53:49 +1000 Subject: [PATCH 01/11] Updated README.md with current info. Also moved some content around and linked classic outset to the copy contained in this repo --- README.md | 83 ++++++++++++++++++++++--------------------------------- 1 file changed, 33 insertions(+), 50 deletions(-) diff --git a/README.md b/README.md index b9d77c4..845c3dc 100644 --- a/README.md +++ b/README.md @@ -5,75 +5,58 @@ Outset Outset is a utility application which automatically processes scripts and packages during the boot sequence, user logins, or on demand. -Requirements ------------- -+ macOS 10.15+ - -Legacy python version can be found here: https://github.com/chilcote/outset/ +[Check out the wiki](https://github.com/macadmins/outset/wiki) for more information on how to use Outset or find out [how it works](https://github.com/chilcote/outset/wiki/FAQ). -Usage ------ - - OVERVIEW: This script automatically processes packages, profiles, and/or scripts at boot, on demand, and/or login. +## Requirements ++ macOS 10.15+ - USAGE: outset +## Usage OPTIONS: - --boot Used by launchd for scheduled runs at boot - --login Used by launchd for scheduled runs at login - --login-privileged Used by launchd for scheduled privileged runs at login - --on-demand Process scripts on demand - --login-every Manually process scripts in login-every - --login-once Manually process scripts in login-once - --cleanup Used by launchd to clean up on-demand dir - --add-ignored-user - Add one or more users to ignored list - --remove-ignored-user - Remove one or more users from ignored list - --add-overide