-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.json
More file actions
97 lines (97 loc) · 3.81 KB
/
Copy pathindex.json
File metadata and controls
97 lines (97 loc) · 3.81 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
{
"schemaVersion": 1,
"generatedAt": "2026-07-24T10:43:25.350Z",
"repo": "beyondcode/notcho-extensions",
"extensions": [
{
"slug": "ci",
"title": "CI",
"description": "Push → the notch watches your CI run and taps you with the result.",
"author": "Marcel Pociot",
"categories": [
"Developer Tools"
],
"keywords": [
"git",
"github",
"actions",
"checks"
],
"type": "file",
"entry": "ci.tsx",
"iconURL": "https://raw.githubusercontent.com/beyondcode/notcho-extensions/1f79c3f2587e89310bd0d4576b743a04e857068f/extensions/ci/icon.png",
"screenshots": [
"https://raw.githubusercontent.com/beyondcode/notcho-extensions/1f79c3f2587e89310bd0d4576b743a04e857068f/extensions/ci/metadata/ci-1.png"
],
"readmeURL": "https://raw.githubusercontent.com/beyondcode/notcho-extensions/1f79c3f2587e89310bd0d4576b743a04e857068f/extensions/ci/README.md",
"sourceURL": "https://github.com/beyondcode/notcho-extensions/tree/main/extensions/ci",
"files": [
{
"path": "ci.tsx",
"url": "https://raw.githubusercontent.com/beyondcode/notcho-extensions/1f79c3f2587e89310bd0d4576b743a04e857068f/extensions/ci/plugin/ci.tsx"
}
],
"sha": "1f79c3f2587e89310bd0d4576b743a04e857068f",
"updatedAt": "2026-07-23T22:01:42+02:00"
},
{
"slug": "meetings",
"title": "Meetings",
"description": "Your next meeting in the notch, with a Join strip right before it starts.",
"author": "Marcel Pociot",
"categories": [
"Productivity"
],
"keywords": [
"calendar",
"meetings",
"zoom",
"join"
],
"type": "file",
"entry": "meetings.tsx",
"iconURL": "https://raw.githubusercontent.com/beyondcode/notcho-extensions/1f79c3f2587e89310bd0d4576b743a04e857068f/extensions/meetings/icon.png",
"screenshots": [
"https://raw.githubusercontent.com/beyondcode/notcho-extensions/1f79c3f2587e89310bd0d4576b743a04e857068f/extensions/meetings/metadata/meetings-1.png"
],
"readmeURL": "https://raw.githubusercontent.com/beyondcode/notcho-extensions/1f79c3f2587e89310bd0d4576b743a04e857068f/extensions/meetings/README.md",
"sourceURL": "https://github.com/beyondcode/notcho-extensions/tree/main/extensions/meetings",
"files": [
{
"path": "meetings.tsx",
"url": "https://raw.githubusercontent.com/beyondcode/notcho-extensions/1f79c3f2587e89310bd0d4576b743a04e857068f/extensions/meetings/plugin/meetings.tsx"
}
],
"sha": "1f79c3f2587e89310bd0d4576b743a04e857068f",
"updatedAt": "2026-07-23T22:01:42+02:00"
},
{
"slug": "pomodoro",
"title": "Pomodoro",
"description": "Focus timer in the notch — a JSX plugin with live state.",
"author": "Marcel Pociot",
"categories": [
"Productivity"
],
"keywords": [
"focus",
"timer"
],
"type": "file",
"entry": "pomodoro.tsx",
"iconURL": "https://raw.githubusercontent.com/beyondcode/notcho-extensions/1f79c3f2587e89310bd0d4576b743a04e857068f/extensions/pomodoro/icon.png",
"screenshots": [
"https://raw.githubusercontent.com/beyondcode/notcho-extensions/1f79c3f2587e89310bd0d4576b743a04e857068f/extensions/pomodoro/metadata/pomodoro-1.png"
],
"sourceURL": "https://github.com/beyondcode/notcho-extensions/tree/main/extensions/pomodoro",
"files": [
{
"path": "pomodoro.tsx",
"url": "https://raw.githubusercontent.com/beyondcode/notcho-extensions/1f79c3f2587e89310bd0d4576b743a04e857068f/extensions/pomodoro/plugin/pomodoro.tsx"
}
],
"sha": "1f79c3f2587e89310bd0d4576b743a04e857068f",
"updatedAt": "2026-07-23T22:01:42+02:00"
}
]
}