File tree Expand file tree Collapse file tree 7 files changed +27
-23
lines changed Expand file tree Collapse file tree 7 files changed +27
-23
lines changed Original file line number Diff line number Diff line change 1
- [ ![ Test] ( https://github.com/plainbelt /plainbelt/actions/workflows/test.yml/badge.svg )] ( https://github.com/plainbelt /plainbelt/actions/workflows/test.yml ) ![ GitHub release (latest SemVer)] ( https://img.shields.io/github/v/release/plainbelt /plainbelt )
1
+ [ ![ Test] ( https://github.com/plainlab /plainbelt/actions/workflows/test.yml/badge.svg )] ( https://github.com/plainlab /plainbelt/actions/workflows/test.yml ) ![ GitHub release (latest SemVer)] ( https://img.shields.io/github/v/release/plainlab /plainbelt )
2
2
3
3
# PlainBelt
4
4
44
44
45
45
## Installation
46
46
47
- Download binary file for your system on the releases page: https://github.com/plainbelt /plainbelt/releases .
47
+ Download binary file for your system on the releases page: https://github.com/plainlab /plainbelt/releases .
48
48
49
49
## Development setup
50
50
@@ -60,3 +60,7 @@ yarn package
60
60
```
61
61
62
62
Checkout the ` release ` folder and enjoy!
63
+
64
+ ---
65
+
66
+ © ; 2021 PlainLab
Original file line number Diff line number Diff line change 87
87
],
88
88
"publish" : {
89
89
"provider" : " github" ,
90
- "owner" : " plainbelt " ,
90
+ "owner" : " plainlab " ,
91
91
"repo" : " plainbelt"
92
92
}
93
93
},
94
94
"repository" : {
95
95
"type" : " git" ,
96
- "url" : " git+https://github.com/plainbelt/plainbelt .git"
96
+ "url" : " git+https://github.com/plainlab/plainlab .git"
97
97
},
98
98
"author" : {
99
- "name" : " PlainBelt Maintainers " ,
100
- "email" : " pb@manhtai .com" ,
101
- "url" : " https://plainbelt .github.io"
99
+ "name" : " PlainLab " ,
100
+ "email" : " plainlab@protonmail .com" ,
101
+ "url" : " https://plainlab .github.io"
102
102
},
103
103
"license" : " GPL-3.0-only" ,
104
104
"bugs" : {
105
- "url" : " https://github.com/plainbelt /plainbelt/issues"
105
+ "url" : " https://github.com/plainlab /plainbelt/issues"
106
106
},
107
107
"keywords" : [
108
108
" electron" ,
115
115
" hot" ,
116
116
" reload"
117
117
],
118
- "homepage" : " https://github.com/plainbelt /plainbelt#readme" ,
118
+ "homepage" : " https://github.com/plainlab /plainbelt#readme" ,
119
119
"jest" : {
120
120
"testURL" : " http://localhost/" ,
121
121
"moduleNameMapper" : {
Original file line number Diff line number Diff line change @@ -72,8 +72,8 @@ const Auto = () => {
72
72
/>
73
73
</ section >
74
74
< p className = "mt-4 text-lg font-bold" > PlainBelt</ p >
75
- < a href = "https://plainbelt .github.io" className = "opacity-50" >
76
- https://plainbelt .github.io
75
+ < a href = "https://plainlab .github.io" className = "opacity-50" >
76
+ https://plainlab .github.io
77
77
</ a >
78
78
{ hotkey && (
79
79
< p className = "mt-10 opacity-70" >
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ const JsonFormatter = () => {
10
10
const location = useLocation < LocationState > ( ) ;
11
11
12
12
const [ input , setInput ] = useState (
13
- '{"name":"PlainBelt","url":"https://github.com/plainbelt /plainbelt"}'
13
+ '{"name":"PlainBelt","url":"https://github.com/plainlab /plainbelt"}'
14
14
) ;
15
15
const [ output , setOutput ] = useState ( '' ) ;
16
16
const [ opening , setOpening ] = useState ( false ) ;
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ import React, { useState } from 'react';
3
3
import { useDebouncedEffect } from '../../helpers/effectHooks' ;
4
4
5
5
const QRCodeGenerator = ( ) => {
6
- const [ content , setContent ] = useState ( 'https://plainbelt .github.io' ) ;
6
+ const [ content , setContent ] = useState ( 'https://plainlab .github.io' ) ;
7
7
const [ qrCode , setQrCode ] = useState ( ) ;
8
8
const [ opening , setOpening ] = useState ( false ) ;
9
9
const [ saving , setSaving ] = useState ( false ) ;
Original file line number Diff line number Diff line change @@ -155,13 +155,13 @@ export default class MenuBuilder {
155
155
{
156
156
label : 'Home Page' ,
157
157
click ( ) {
158
- shell . openExternal ( 'https://plainbelt .github.io' ) ;
158
+ shell . openExternal ( 'https://plainlab .github.io' ) ;
159
159
} ,
160
160
} ,
161
161
{
162
162
label : 'GitHub' ,
163
163
click ( ) {
164
- shell . openExternal ( 'https://github.com/plainbelt /plainbelt' ) ;
164
+ shell . openExternal ( 'https://github.com/plainlab /plainbelt' ) ;
165
165
} ,
166
166
} ,
167
167
] ,
@@ -242,13 +242,13 @@ export default class MenuBuilder {
242
242
{
243
243
label : 'Home Page' ,
244
244
click ( ) {
245
- shell . openExternal ( 'https://plainbelt .github.io' ) ;
245
+ shell . openExternal ( 'https://plainlab .github.io' ) ;
246
246
} ,
247
247
} ,
248
248
{
249
249
label : 'GitHub' ,
250
250
click ( ) {
251
- shell . openExternal ( 'https://github.com/plainbelt /plainbelt' ) ;
251
+ shell . openExternal ( 'https://github.com/plainlab /plainbelt' ) ;
252
252
} ,
253
253
} ,
254
254
] ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " plainbelt" ,
3
- "productName" : " plainbelt " ,
4
- "version" : " 0.0.8 " ,
5
- "description" : " A toolbelt for all your plain text " ,
3
+ "productName" : " PlainBelt " ,
4
+ "version" : " 0.0.9 " ,
5
+ "description" : " A plain toolbelt for developers " ,
6
6
"main" : " ./main.prod.js" ,
7
7
"author" : {
8
- "name" : " PlainBelt Maintainers " ,
9
- "email" : " pb@manhtai .com" ,
10
- "url" : " https://github.com/plainbelt "
8
+ "name" : " PlainLab " ,
9
+ "email" : " plainlab@protonmail .com" ,
10
+ "url" : " https://github.com/plainlab "
11
11
},
12
12
"scripts" : {
13
13
"electron-rebuild" : " node -r ../.erb/scripts/BabelRegister.js ../.erb/scripts/ElectronRebuild.js" ,
You can’t perform that action at this time.
0 commit comments