-
-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathfunding.json
More file actions
141 lines (141 loc) · 4.54 KB
/
funding.json
File metadata and controls
141 lines (141 loc) · 4.54 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
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
{
"$schema": "https://fundingjson.org/schema/v1.1.0.json",
"version": "v1.1.0",
"entity": {
"type": "individual",
"role": "maintainer",
"name": "Bharathkumar",
"email": "kumarbharath63@gmail.com",
"phone": "",
"description": "Open-source maintainer building developer tools focused on multi-repo workflows, terminal productivity, and sustainable developer experience. Creator and long-term maintainer of git-scope.",
"webpageUrl": {
"url": "https://github.com/Bharath-code",
"wellKnown": ""
}
},
"projects": [
{
"guid": "git-scope",
"name": "git-scope",
"description": "git-scope is a fast terminal dashboard that provides visibility across multiple local Git repositories. It reduces context switching in polyrepo workflows by giving developers a single, safe overview of repository state.\n\ngit-scope is intentionally read-only, local-first, and privacy-focused. It does not modify repositories, run background services, or collect telemetry. The project prioritizes reliability, predictability, and long-term maintainability over rapid feature expansion.\n\nFeatures include fuzzy search, dirty filtering, workspace switching, contribution graphs, disk usage visualization, and editor integration.\n\nActively maintained with community contributions and stability-focused releases.",
"webpageUrl": {
"url": "https://bharath-code.github.io/git-scope/",
"wellKnown": ""
},
"repositoryUrl": {
"url": "https://github.com/Bharath-code/git-scope",
"wellKnown": ""
},
"licenses": [
"spdx:MIT"
],
"tags": [
"git",
"tui",
"terminal",
"cli",
"developer-tools",
"dev-experience",
"open-source",
"productivity",
"multi-repo",
"polyrepo",
"go"
]
}
],
"funding": {
"channels": [
{
"guid": "github-sponsors",
"type": "payment-provider",
"address": "https://github.com/sponsors/Bharath-code",
"description": "Sponsor via GitHub Sponsors — supports recurring and one-time contributions."
},
{
"guid": "buymeacoffee",
"type": "payment-provider",
"address": "https://buymeacoffee.com/iam_pbk",
"description": "Quick one-time contributions via Buy Me A Coffee."
}
],
"plans": [
{
"guid": "friend",
"status": "active",
"name": "Friend of git-scope",
"description": "Support ongoing maintenance and sustainability of git-scope.",
"amount": 5,
"currency": "USD",
"frequency": "monthly",
"channels": [
"github-sponsors",
"buymeacoffee"
]
},
{
"guid": "backer",
"status": "active",
"name": "Backer",
"description": "Helps support maintenance, documentation, and long-term stability improvements.",
"amount": 20,
"currency": "USD",
"frequency": "monthly",
"channels": [
"github-sponsors",
"buymeacoffee"
]
},
{
"guid": "supporter",
"status": "active",
"name": "Supporter",
"description": "Helps accelerate development, testing infrastructure, and sustainability efforts.",
"amount": 100,
"currency": "USD",
"frequency": "monthly",
"channels": [
"github-sponsors"
]
},
{
"guid": "sponsor",
"status": "active",
"name": "Sponsor",
"description": "Significant contribution supporting long-term project sustainability. Recognition included in project documentation.",
"amount": 250,
"currency": "USD",
"frequency": "monthly",
"channels": [
"github-sponsors"
]
},
{
"guid": "platinum",
"status": "active",
"name": "Platinum Sponsor",
"description": "Premium sponsorship supporting major sustainability efforts and infrastructure. Includes logo recognition.",
"amount": 500,
"currency": "USD",
"frequency": "monthly",
"channels": [
"github-sponsors"
]
},
{
"guid": "one-time",
"status": "active",
"name": "One-Time Contribution",
"description": "Any amount to support the project.",
"amount": 0,
"currency": "USD",
"frequency": "one-time",
"channels": [
"github-sponsors",
"buymeacoffee"
]
}
],
"history": []
}
}