We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55962c5 commit 8825ae4Copy full SHA for 8825ae4
1 file changed
README.md
@@ -3,7 +3,7 @@ Github Notifications
3
4
This plugin show github notifications count in statusbar
5
6
-# Generating Access Token
+## Generating Access Token
7
8
* Account Settings -> [Personal access tokens](https://github.com/settings/tokens)
9
* "Generate new token" under "Personal access tokens"
@@ -23,6 +23,15 @@ Paste the token in the settings section under the token option.
23
24
```
25
26
+## Commands
27
+
28
+```javascript
29
+{
30
+ "caption": "Open Github Notifications",
31
+ "command": "open_github_notifications"
32
+}
33
+```
34
35
## Screenshot
36
37

0 commit comments