Skip to content

Commit 9d5c9f1

Browse files
committed
refine text on readme and HelpPage a bit
1 parent 8c70851 commit 9d5c9f1

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,6 @@ On a Apple Watch:
3737
## Download a release from GitHub
3838
Currrently there is only a release build for [macOS] (https://github.com/schilken/git_commit_streak/releases/)
3939

40-
## Making of this app or similar tools
41-
I generated a starter project using mason. If you want to create a similar tool you can generate a starter project like so:
42-
- Open https://brickhub.dev
43-
- Search for macosui_tool_starter
44-
- Follow the steps on the Usage page
4540

4641
## Disable the standby mode
4742
The cron package can only schedule the commit checks at the specified time, when the Mac is **not** powered off and the app is running in der background.
@@ -59,5 +54,11 @@ Currently in use:
5954
...
6055
```
6156

57+
## Making of this app or similar tools
58+
I generated a starter project using mason. If you want to create a similar tool you can generate a starter project like so:
59+
- Open https://brickhub.dev
60+
- Search for macosui_tool_starter
61+
- Follow the steps on the Usage page
62+
6263
## Credits
6364
Several ideas are taken from https://github.com/bizz84/complete-flutter-course, a great source for learning advanced Flutter created by Andrea Bizzotto (bizz84). Also, thanks to Reuben Turner (GroovinChip) for his great package at https://github.com/GroovinChip/macos_ui

lib/pages/help_page.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ A tool that shows the number of consecutive days with at least one commit per da
1010
1111
## How To Use
1212
13+
- **First:** In the settings enter your name as it is used by git. The git logs are filtered by this name.
1314
- Click **Choose Folder** in the dropdown menu in the toolbar.
1415
- In the file selector find the directory to scan for all contained git repositories.
1516
- Configure in the settings, whether you want to get a reminder each day.

0 commit comments

Comments
 (0)