You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -42,6 +42,8 @@ It does **not** alter the contents in any way or moves the file, so it should wo
42
42
43
43
The name you provide can either be specific to that service or function as a filter to work on multiple services simultaneously.
44
44
45
+
It can also use the environment variable `ML_SYSTEM=no` to skip anything system-related item.
46
+
45
47
## Installation
46
48
47
49
Installation can be done straight from [my Homebrew tap](https://github.com/hazcod/homebrew-hazcod) via `brew install hazcod/homebrew-hazcod/maclaunch` or just copy `maclaunch.sh` to your filesystem.
@@ -54,6 +56,8 @@ To list all your services: `maclaunch list`
54
56
55
57
To list all enabled services: `maclaunch list enabled`
56
58
59
+
To list all enabled services, ignoring internal ones: `ML_SYSTEM=no maclaunch list enabled`
60
+
57
61
To list all disabled services: `maclaunch list disabled`
58
62
59
63
To list all your services including system services: `maclaunch list system`
0 commit comments