Skip to content

Commit 98b256a

Browse files
committed
readme update
1 parent 0dc3a67 commit 98b256a

File tree

13 files changed

+90
-13
lines changed

13 files changed

+90
-13
lines changed

.github/ISSUE_TEMPLATE/1-Bug_report.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,7 @@ labels: 'bug'
5252
<!--- Include as many relevant details about the environment you experienced the bug in -->
5353

5454
- Node version :
55-
- electron-react-boilerplate version or branch :
5655
- Operating System and version :
57-
- Link to your project :
5856

5957
<!---
6058

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
publish:
1010
# To enable auto publishing to github, update your electron publisher
1111
# config in package.json > "build" and remove the conditional below
12-
if: ${{ github.repository_owner == 'electron-react-boilerplate' }}
12+
if: ${{ github.repository_owner == 'programmer-browser' }}
1313

1414
runs-on: ${{ matrix.os }}
1515

README.md

Lines changed: 82 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,83 @@
11
# Programmer Browser
2+
3+
![](/home/ozgur/Desktop/programmer-browser/assets/icon.png)
4+
5+
6+
7+
8+
9+
A fast-searching and space-saving browser specially designed for programmers.
10+
11+
12+
13+
#### :star: Support Us
14+
15+
If you like our project, do not forget to give stars. So we can get more attention and get more support from the community. Don't underestimate one star, one star you give will convince others to give the project another star.
16+
17+
18+
19+
#### :angel: Developer Advice
20+
21+
For a more comfortable use, I recommend that you take advantage of your operating system's ability to add shortcuts to the keyboard. With this feature, you can open and close the browser more easily.
22+
23+
24+
25+
## :muscle: Motivation
26+
27+
Hello, I am a programmer. And I need to speed dial while writing code. That's why standard browsers don't do much for me. My goal in this project is to create a useful browser that allows quick searches for programmers like me.
28+
29+
30+
31+
32+
33+
## :desktop_computer: Screenshots
34+
35+
36+
37+
![](/home/ozgur/Desktop/programmer-browser/docs/images/pb-1.png)
38+
39+
![pb-2](/home/ozgur/Desktop/programmer-browser/docs/images/pb-2.png)
40+
41+
![pb-3](/home/ozgur/Desktop/programmer-browser/docs/images/pb-3.png)
42+
43+
![](/home/ozgur/Pictures/pb-4.png)
44+
45+
46+
47+
48+
49+
## :tada: Roadmap
50+
51+
- [x] Collapses
52+
- [x] AdBlock
53+
- [ ] Mute Collapse Audio
54+
- [ ] Keyboard Shortcuts (Search/Control)
55+
- [ ] Create Categories
56+
- [ ] Context Menu (Cut/Copy/Paste)
57+
- [ ] Set Tab Color
58+
- [ ] Refresh Collapse
59+
60+
61+
62+
## :crystal_ball: Usage
63+
64+
In the project directory, you can run:
65+
66+
```js
67+
npm install (for first running)
68+
npm start
69+
```
70+
71+
Build Browser
72+
73+
```js
74+
npm run package --linux
75+
npm run package --mac
76+
npm run package --windows
77+
```
78+
79+
80+
81+
## :handshake: Contribute
82+
83+
Coming soon.

assets/icon.icns

-59.2 KB
Binary file not shown.

assets/icon.ico

-255 KB
Binary file not shown.

assets/icon.png

100755100644
50 KB
Loading

docs/images/pb-1.png

1.18 MB
Loading

docs/images/pb-2.png

1.12 MB
Loading

docs/images/pb-3.png

266 KB
Loading

docs/images/pb-4.png

336 KB
Loading

0 commit comments

Comments
 (0)