You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ GitWave is a standalone application that doesn't leave any footprint on your PC.
17
17
system's cleanliness by ensuring that no unnecessary files or configurations are left behind,
18
18
providing a hassle-free and straightforward experience for users.
19
19
### 4. Open Source
20
-
GitWave is an open-source project, encouraging collaboration and community involvement.
20
+
GitWave is an open-source project, that encourages collaboration and community involvement.
21
21
Explore, contribute, and customize the application according to your preferences.
22
22
23
23
## :checkered_flag: Getting Started
@@ -30,18 +30,18 @@ Explore, contribute, and customize the application according to your preferences
30
30
- JDK 11 or higher.
31
31
- Maven.
32
32
### Build Options
33
-
- To run application execute `mvn javafx:run`.
33
+
- To run the application execute `mvn javafx:run`.
34
34
- To create ready to use app, archived into .zip, run `mvn package`. GitWave will be in `target/GitWave.zip` archive.
35
-
-`GitWave.exe`, which run java image, is located in `tools` folder and generated by separate C++ project `tools/GitWaveExecutor`.
35
+
-`GitWave.exe`, which runs java image, is located in the `tools` folder and generated by a separate C++ project `tools/GitWaveExecutor`.
36
36
37
37
## :gear: Under the hood
38
38
- GitWave is built on openjdk 11 + openjfx 11.
39
39
- All commands and settings are stored in `config/config.json` in JSON format. So it is possible to edit them manually in any text editor.
40
-
- On openning app makes lenient request to GitHub API to check for the new available release, see `com.github.introfog.gitwave.model.UpdateChecker#isNewReleaseAvailable`.
40
+
- On opening the app makes a lenient request to GitHub API to check for the new available release, see `com.github.introfog.gitwave.model.UpdateChecker#isNewReleaseAvailable`.
41
41
42
42
## :bulb: Ideas For Further Releases
43
-
- Allow working with app by using only keyboard (with correct Tabs, Esc and so on work).
44
-
- Exclude sub-directories from command running.
43
+
- Allow working with the app by using only the keyboard (with correct Tabs, Esc and so on work).
44
+
- Exclude sub-directories from the command running.
0 commit comments