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
+16-4Lines changed: 16 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -160,11 +160,25 @@ The mouse support also has been programmed. You can scroll the chatbox and the s
160
160
"emoji": true,
161
161
"markdown": true,
162
162
"pictures": true,
163
-
"browser": ""
163
+
"browser": "",
164
+
"notification": ""
164
165
}
165
166
}
166
167
```
167
-
*`browser`: Config your preferable browser to open the link, when ever you focus on chat box text which contains external link (http/https), press enter key, the link will be opened. Valid [value](https://docs.python.org/2/library/webbrowser.html#webbrowser.get). Example you can config `"browser": "chrome"`
168
+
*`browser`: Config your preferable browser to open the link, when ever you focus on chat box text which contains external link (http/https), press enter key, the link will be opened. Valid [value](https://docs.python.org/2/library/webbrowser.html#webbrowser.get). Example you can config `"browser": "chrome"`
169
+
*`notification`: How do you want to receive notification. `all` receive all; `none` disable notification, `mentioned` Only mentioned and direct message
170
+
171
+
#### Notification
172
+
173
+
Supported:
174
+
* Linux
175
+
* Macos >= 10.10
176
+
177
+
To test your notification availability, trigger below command, if you can see notification you can use this feature
178
+
179
+
```bash
180
+
python sclack/notification.py
181
+
```
168
182
169
183
## Tested Terminals
170
184
@@ -206,7 +220,5 @@ Contributions are very welcome, and there is a lot of work to do! You can...
206
220

207
221

208
222

209
-

210
-

211
223
212
224
<palign="center">Made with :rage: by <ahref="https://github.com/haskellcamargo">@haskellcamargo</a></p>
0 commit comments