Skip to content

Commit 61de1d9

Browse files
authored
Revise maintainer info and project descriptions in funding.json
Updated funding.json to reflect changes in maintainer details and project descriptions.
1 parent 7325426 commit 61de1d9

1 file changed

Lines changed: 138 additions & 122 deletions

File tree

funding.json

Lines changed: 138 additions & 122 deletions
Original file line numberDiff line numberDiff line change
@@ -1,125 +1,141 @@
11
{
2-
"$schema": "https://fundingjson.org/schema/v1.1.0.json",
3-
"version": "v1.1.0",
4-
"entity": {
5-
"type": "individual",
6-
"role": "maintainer",
7-
"name": "Bharath",
8-
"email": "kumarbharath63@gmail.com",
9-
"phone": "",
10-
"description": "Full-stack engineer building developer tools that solve real problems. Creator of git-scope and other open-source utilities focused on developer productivity and multi-repo workflows.",
11-
"webpageUrl": {
12-
"url": "https://github.com/Bharath-code",
13-
"wellKnown": ""
14-
}
15-
},
16-
"projects": [
17-
{
18-
"guid": "git-scope",
19-
"name": "git-scope",
20-
"description": "A fast TUI dashboard to view the git status of all your repositories in one place. Stop the cd → git status loop. git-scope solves the \"Multi-Repo Blindness\" problem by providing a command center view across dozens of repositories.\n\nFeatures include fuzzy search, dirty filtering, workspace switching, contribution graphs, disk usage visualization, and editor integration. Designed to be read-only, local-first, and blazing fast (<10ms startup).",
21-
"webpageUrl": {
22-
"url": "https://bharath-code.github.io/git-scope/",
23-
"wellKnown": ""
24-
},
25-
"repositoryUrl": {
26-
"url": "https://github.com/Bharath-code/git-scope",
27-
"wellKnown": ""
28-
},
29-
"licenses": [
30-
"spdx:MIT"
31-
],
32-
"tags": [
33-
"git",
34-
"tui",
35-
"terminal",
36-
"developer-tools",
37-
"productivity",
38-
"go",
39-
"cli",
40-
"multi-repo"
41-
]
42-
}
2+
"$schema": "https://fundingjson.org/schema/v1.1.0.json",
3+
"version": "v1.1.0",
4+
"entity": {
5+
"type": "individual",
6+
"role": "maintainer",
7+
"name": "Bharathkumar",
8+
"email": "kumarbharath63@gmail.com",
9+
"phone": "",
10+
"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.",
11+
"webpageUrl": {
12+
"url": "https://github.com/Bharath-code",
13+
"wellKnown": ""
14+
}
15+
},
16+
"projects": [
17+
{
18+
"guid": "git-scope",
19+
"name": "git-scope",
20+
"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.",
21+
"webpageUrl": {
22+
"url": "https://bharath-code.github.io/git-scope/",
23+
"wellKnown": ""
24+
},
25+
"repositoryUrl": {
26+
"url": "https://github.com/Bharath-code/git-scope",
27+
"wellKnown": ""
28+
},
29+
"licenses": [
30+
"spdx:MIT"
31+
],
32+
"tags": [
33+
"git",
34+
"tui",
35+
"terminal",
36+
"cli",
37+
"developer-tools",
38+
"dev-experience",
39+
"open-source",
40+
"productivity",
41+
"multi-repo",
42+
"polyrepo",
43+
"go"
44+
]
45+
}
46+
],
47+
"funding": {
48+
"channels": [
49+
{
50+
"guid": "github-sponsors",
51+
"type": "payment-provider",
52+
"address": "https://github.com/sponsors/Bharath-code",
53+
"description": "Sponsor via GitHub Sponsors — supports recurring and one-time contributions."
54+
},
55+
{
56+
"guid": "buymeacoffee",
57+
"type": "payment-provider",
58+
"address": "https://buymeacoffee.com/iam_pbk",
59+
"description": "Quick one-time contributions via Buy Me A Coffee."
60+
}
4361
],
44-
"funding": {
62+
"plans": [
63+
{
64+
"guid": "friend",
65+
"status": "active",
66+
"name": "Friend of git-scope",
67+
"description": "Support ongoing maintenance and sustainability of git-scope.",
68+
"amount": 5,
69+
"currency": "USD",
70+
"frequency": "monthly",
4571
"channels": [
46-
{
47-
"guid": "github-sponsors",
48-
"type": "payment-provider",
49-
"address": "https://github.com/sponsors/Bharath-code",
50-
"description": "Sponsor via GitHub Sponsors — supports recurring and one-time contributions."
51-
},
52-
{
53-
"guid": "buymeacoffee",
54-
"type": "payment-provider",
55-
"address": "https://buymeacoffee.com/iam_pbk",
56-
"description": "Quick one-time contributions via Buy Me A Coffee."
57-
}
58-
],
59-
"plans": [
60-
{
61-
"guid": "backer",
62-
"status": "active",
63-
"name": "Backer",
64-
"description": "Support ongoing development and maintenance of git-scope.",
65-
"amount": 25,
66-
"currency": "USD",
67-
"frequency": "monthly",
68-
"channels": [
69-
"github-sponsors",
70-
"buymeacoffee"
71-
]
72-
},
73-
{
74-
"guid": "supporter",
75-
"status": "active",
76-
"name": "Supporter",
77-
"description": "Fund new feature development and priority bug fixes.",
78-
"amount": 100,
79-
"currency": "USD",
80-
"frequency": "monthly",
81-
"channels": [
82-
"github-sponsors"
83-
]
84-
},
85-
{
86-
"guid": "sponsor",
87-
"status": "active",
88-
"name": "Sponsor",
89-
"description": "Significant contribution to fund major features and infrastructure. Get recognition in README.",
90-
"amount": 250,
91-
"currency": "USD",
92-
"frequency": "monthly",
93-
"channels": [
94-
"github-sponsors"
95-
]
96-
},
97-
{
98-
"guid": "platinum",
99-
"status": "active",
100-
"name": "Platinum Sponsor",
101-
"description": "Premium sponsorship with logo placement and priority feature requests.",
102-
"amount": 500,
103-
"currency": "USD",
104-
"frequency": "monthly",
105-
"channels": [
106-
"github-sponsors"
107-
]
108-
},
109-
{
110-
"guid": "one-time",
111-
"status": "active",
112-
"name": "One-Time Contribution",
113-
"description": "Any amount to show your support for the project.",
114-
"amount": 0,
115-
"currency": "USD",
116-
"frequency": "one-time",
117-
"channels": [
118-
"github-sponsors",
119-
"buymeacoffee"
120-
]
121-
}
122-
],
123-
"history": []
124-
}
125-
}
72+
"github-sponsors",
73+
"buymeacoffee"
74+
]
75+
},
76+
{
77+
"guid": "backer",
78+
"status": "active",
79+
"name": "Backer",
80+
"description": "Helps support maintenance, documentation, and long-term stability improvements.",
81+
"amount": 20,
82+
"currency": "USD",
83+
"frequency": "monthly",
84+
"channels": [
85+
"github-sponsors",
86+
"buymeacoffee"
87+
]
88+
},
89+
{
90+
"guid": "supporter",
91+
"status": "active",
92+
"name": "Supporter",
93+
"description": "Helps accelerate development, testing infrastructure, and sustainability efforts.",
94+
"amount": 100,
95+
"currency": "USD",
96+
"frequency": "monthly",
97+
"channels": [
98+
"github-sponsors"
99+
]
100+
},
101+
{
102+
"guid": "sponsor",
103+
"status": "active",
104+
"name": "Sponsor",
105+
"description": "Significant contribution supporting long-term project sustainability. Recognition included in project documentation.",
106+
"amount": 250,
107+
"currency": "USD",
108+
"frequency": "monthly",
109+
"channels": [
110+
"github-sponsors"
111+
]
112+
},
113+
{
114+
"guid": "platinum",
115+
"status": "active",
116+
"name": "Platinum Sponsor",
117+
"description": "Premium sponsorship supporting major sustainability efforts and infrastructure. Includes logo recognition.",
118+
"amount": 500,
119+
"currency": "USD",
120+
"frequency": "monthly",
121+
"channels": [
122+
"github-sponsors"
123+
]
124+
},
125+
{
126+
"guid": "one-time",
127+
"status": "active",
128+
"name": "One-Time Contribution",
129+
"description": "Any amount to support the project.",
130+
"amount": 0,
131+
"currency": "USD",
132+
"frequency": "one-time",
133+
"channels": [
134+
"github-sponsors",
135+
"buymeacoffee"
136+
]
137+
}
138+
],
139+
"history": []
140+
}
141+
}

0 commit comments

Comments
 (0)