File tree 4 files changed +7
-3
lines changed
4 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -58,12 +58,15 @@ Must include either a channel name (#channel-name) or username (@user.name)
58
58
```
59
59
60
60
- Start a call, with optional name
61
+ We have not been able to test slack calls in the latest version due to it being a premium Slack feature
62
+
61
63
```
62
64
# Most scripts are not backwards compatible with v1
63
65
start call
64
66
start call "Company update" in channel "general"
65
67
start call "Company update" in channel "general" in workspace "My Company"
66
68
```
69
+
67
70
- Set a status
68
71
```
69
72
set status "on lunch"
@@ -72,9 +75,10 @@ clear status # clears status
72
75
73
76
```
74
77
IN BETA: Timed statuses - Known issue if mouse pointer is positioned over status dialog box
78
+
79
+ Only 24 hour clock seems to be working on my version. This could be my slack settings. Feel free to test 8:31pm in the example below
75
80
```
76
- set status "on lunch" until "8:30 pm"
77
- set status "on lunch" with icon ":knife_fork_plate:" until "20:30"
81
+ set status "on lunch" with icon ":knife_fork_plate:" until "20:31"
78
82
```
79
83
80
84
- Set do not disturb
Original file line number Diff line number Diff line change 7
7
<key >CFBundleName </key >
8
8
<string >Slack </string >
9
9
<key >CFBundleShortVersionString </key >
10
- <string >2.0.0.rc1 </string >
10
+ <string >2.0.1 </string >
11
11
<key >OSAScriptingDefinition </key >
12
12
<string >Slack </string >
13
13
<key >WindowState </key >
You can’t perform that action at this time.
0 commit comments