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
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,10 +21,11 @@ GitWave is an open-source project, that encourages collaboration and community i
21
21
Explore, contribute, and customize the application according to your preferences.
22
22
23
23
## :checkered_flag: Getting Started
24
+
To enjoy GitWave you don't need any JDK, because it already includes JDK.
24
25
1. Download `GitWave.zip` from the [latest release](https://github.com/introfog/GitWave/releases).
25
26
2. Unpack archive to your local machine and launch `GitWave.exe`.
26
27
3. Begin executing bash commands across multiple repositories effortlessly.
27
-
4. You check my personal [GitWave config](https://gist.github.com/introfog/10a0a3f6c0b069c4132f8ac18b73dff5) with bash commands which i use on regular basis.
28
+
4. You can check my personal [GitWave config](https://gist.github.com/introfog/10a0a3f6c0b069c4132f8ac18b73dff5) with bash commands which i use on regular basis.
28
29
29
30
<img src=samples/Sample_Saved_Commands.gif>
30
31
@@ -38,7 +39,7 @@ Explore, contribute, and customize the application according to your preferences
38
39
-`GitWave.exe`, which runs java image, is located in the `tools` folder and generated by a separate C++ project `tools/GitWaveExecutor`.
39
40
40
41
## :gear: Under the hood
41
-
- GitWave is built on openjdk 11 + openjfx 11.
42
+
- GitWave is built on openjdk 11 + openjfx 11 and wrapped into Java Runtime Image.
42
43
- 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.
43
44
- 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`.
44
45
- The `temp` folder is used to save bash scripts to run, they are automatically removed after the command completes.
0 commit comments