Skip to content

Commit 0d3fd97

Browse files
committed
Rebrand rGit to GitWave
1 parent 6cdf440 commit 0d3fd97

29 files changed

+103
-100
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ target/
3333
*.iml
3434
*.ipr
3535

36-
# rGit util folders
36+
# GitWave util folders
3737
logs/
3838
config/
3939
temp/

CODE_OF_CONDUCT.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Code of Conduct for rGit
1+
# Code of Conduct for GitWave
22

33
## Our Pledge
44
In the interest of fostering an open and welcoming environment, we as contributors and maintainers pledge
@@ -45,7 +45,7 @@ confidentiality with regard to the reporter of an incident.
4545
This Code of Conduct is adapted from the Contributor Covenant, version 1.4, available at
4646
https://contributor-covenant.org/version/1/4.
4747

48-
rGit is committed to upholding these standards and fostering an inclusive environment.
48+
GitWave is committed to upholding these standards and fostering an inclusive environment.
4949
We expect all contributors to do the same.
5050

5151
Thank you for helping us make the community a better place.

CONTRIBUTING.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
1-
# Contributing to rGit
1+
# Contributing to GitWave
22

3-
We welcome contributions to rGit and are grateful for every pull request or issue submitted.
3+
We welcome contributions to GitWave and are grateful for every pull request or issue submitted.
44
Below are the guidelines for contributing to our project.
55

66
## Reporting Issues
7-
Your reports are invaluable in keeping rGit running smoothly and improving the user experience.
7+
Your reports are invaluable in keeping GitWave running smoothly and improving the user experience.
88
If you've identified a problem with the app, please follow these steps to report it:
99

1010
### Before Submitting an Issue
1111
- **Check the Issue Tracker**: Before creating a new issue, please check the issue tracker to avoid submitting duplicates.
1212
- **Gather Information**: Collect as much information as possible about the issue, including steps to reproduce it, what you expected to happen, and what actually happened.
1313

1414
### How to Submit an Issue
15-
1. **Navigate to the Issues Tab**: Go to the 'Issues' tab in the rGit GitHub repository.
15+
1. **Navigate to the Issues Tab**: Go to the 'Issues' tab in the GitWave GitHub repository.
1616
2. **Create a New Issue**: Click on 'New issue'.
1717
3. **Describe the Problem**:
1818
- Provide a clear and descriptive title.
@@ -25,8 +25,8 @@ We may ask for further information or clarification if needed. We appreciate you
2525
and cooperation during this process.
2626

2727
## Pull Requests
28-
If you'd like to contribute code to rGit, please follow the pull request process outlined below:
29-
- **Fork the Repository**: Create a fork of the main rGit repository.
28+
If you'd like to contribute code to GitWave, please follow the pull request process outlined below:
29+
- **Fork the Repository**: Create a fork of the main GitWave repository.
3030
- **Create a Branch**: Make your changes in a new branch based on the 'master' branch.
3131
- **Submit a Pull Request**: Once you've completed your changes, submit a pull request to the main repository.
3232
- **Code Review**: Your pull request will be reviewed by the maintainers and any necessary changes can be discussed.
@@ -35,4 +35,4 @@ If you'd like to contribute code to rGit, please follow the pull request process
3535
Please note that this project is released with a [Contributor Code of Conduct](CODE_OF_CONDUCT.md).
3636
By participating in this project, you agree to abide by its terms.
3737

38-
Thank you for contributing to rGit!
38+
Thank you for contributing to GitWave!

README.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
# rGit - Multi-Repository Bash Command Runner
2-
[![Apache License](https://img.shields.io/badge/license-Apache%20License%202.0-blue.svg)](https://github.com/introfog/rGit/blob/master/LICENSE.md)
1+
# GitWave - Multi-Repository Bash Command Runner
2+
[![Apache License](https://img.shields.io/badge/license-Apache%20License%202.0-blue.svg)](https://github.com/introfog/GitWave/blob/master/LICENSE.md)
33

44
## Overview
5-
Welcome to rGit – the ultimate tool for developers who work with multiple repositories on Windows. rGit is
5+
Welcome to GitWave – the ultimate tool for developers who work with multiple repositories on Windows. GitWave is
66
designed to streamline your workflow by allowing you to run any bash commands across several repositories simultaneously.
77
It’s a powerful companion for any developer looking to save time and effort when managing their Git projects.
88

@@ -12,17 +12,17 @@ Execute bash commands in multiple repositories with a single command, making it
1212
### 2. Command Management
1313
Save your most used or tricky commands with notes, so you never have to remember the syntax again.
1414
### 3. Standalone Application
15-
rGit is a standalone application that doesn't leave any footprint on your PC. It respects your
15+
GitWave is a standalone application that doesn't leave any footprint on your PC. It respects your
1616
system's cleanliness by ensuring that no unnecessary files or configurations are left behind,
1717
providing a hassle-free and straightforward experience for users.
1818
### 4. Open Source
19-
rGit is an open-source project, encouraging collaboration and community involvement.
19+
GitWave is an open-source project, encouraging collaboration and community involvement.
2020
Explore, contribute, and customize the application according to your preferences.
2121

2222
## Getting Started
23-
1. Download the latest release from the [releases page](https://github.com/introfog/rGit/releases).
24-
2. Download and unpack rGit.zip archive to your local machine.
25-
3. Launch rGit.exe and begin executing bash commands across multiple repositories effortlessly.
23+
1. Download the latest release from the [releases page](https://github.com/introfog/GitWave/releases).
24+
2. Download and unpack GitWave.zip archive to your local machine.
25+
3. Launch GitWave.exe and begin executing bash commands across multiple repositories effortlessly.
2626

2727
## Build Locally
2828
### Software Requirements
@@ -31,22 +31,22 @@ Explore, contribute, and customize the application according to your preferences
3131
- Any IDE for Java
3232
### Build Options
3333
- To run application execute `mvn javafx:run`.
34-
- To create ready to use app, archived into .zip, run `mvn package`. rGit will be in `target/rGitImage/rGit.zip` archive.
35-
- Windows can consider `rGit.exe` or `batToExe.exe` as a dangerous files and remove them. In that case add repository folder to [Windows Security exclusion][winSecurity].
34+
- To create ready to use app, archived into .zip, run `mvn package`. GitWave will be in `target/GitWaveImage/GitWave.zip` archive.
35+
- Windows can consider `GitWave.exe` or `batToExe.exe` as a dangerous files and remove them. In that case add repository folder to [Windows Security exclusion][winSecurity].
3636

3737
## Ideas For Further Releases
3838
- Allow working with app by using only keyboard (with correct Tabs, Esc and so on work).
3939
- Exclude sub-directories from command running.
4040
- Implement dynamic fields in commands, e.g. command `git checkout -f {branch}` and you can quickly specify which branch checkout in each command run.
4141

4242
## License
43-
rGit is licensed under the [Apache license](LICENSE.md), providing you with the freedom to use, modify, and distribute the software.
43+
GitWave is licensed under the [Apache license](LICENSE.md), providing you with the freedom to use, modify, and distribute the software.
4444

4545
## Contributions
4646
We welcome contributions to my project. If you're interested in helping, please read
4747
[CONTRIBUTING.md](CONTRIBUTING.md) file for more information on how to get started.
4848

4949

50-
Enjoy the efficiency and cleanliness of rGit!
50+
Enjoy the efficiency and cleanliness of GitWave!
5151

5252
[winSecurity]: https://support.microsoft.com/en-us/windows/add-an-exclusion-to-windows-security-811816c0-4dfd-af4a-47e4-c301afe13b26

pom.xml

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
<modelVersion>4.0.0</modelVersion>
66

77
<groupId>com.github.introfog</groupId>
8-
<artifactId>rGit</artifactId>
8+
<artifactId>gitwave</artifactId>
99
<version>1.0-SNAPSHOT</version>
10-
<name>rGit</name> <!-- TODO rename app to something better -->
10+
<name>GitWave</name>
1111

1212
<properties>
1313
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
@@ -76,7 +76,7 @@
7676
<archive>
7777
<manifest>
7878
<addClasspath>true</addClasspath>
79-
<mainClass>com.github.introfog.rgit.RGitLauncher</mainClass>
79+
<mainClass>com.github.introfog.gitwave.gitwaveLauncher</mainClass>
8080
</manifest>
8181
</archive>
8282
</configuration>
@@ -109,7 +109,7 @@
109109
</execution>
110110
</executions>
111111
<configuration>
112-
<mainClass>com.github.introfog.rgit/com.github.introfog.rgit.RGitLauncher</mainClass>
112+
<mainClass>com.github.introfog.gitwave/com.github.introfog.gitwave.GitWaveLauncher</mainClass>
113113
<launcher>${project.name}</launcher>
114114
<jlinkImageName>javaImage</jlinkImageName>
115115
<noManPages>true</noManPages>
@@ -133,7 +133,9 @@
133133
<executable>cmd</executable>
134134
<arguments>
135135
<argument>/c</argument>
136-
<argument>echo "javaImage/bin/java" -m com.github.introfog.rgit/com.github.introfog.rgit.RGitLauncher > target/launcher.bat</argument>
136+
<argument>echo "javaImage/bin/java" -m
137+
com.github.introfog.gitwave/com.github.introfog.gitwave.GitWaveLauncher >
138+
target/launcher.bat</argument>
137139
</arguments>
138140
</configuration>
139141
</execution>
@@ -187,7 +189,7 @@
187189
<descriptor>src/assembly/zip.xml</descriptor>
188190
</descriptors>
189191
<appendAssemblyId>false</appendAssemblyId>
190-
<finalName>rGit</finalName>
192+
<finalName>GitWave</finalName>
191193
</configuration>
192194
</execution>
193195
</executions>

src/assembly/zip.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<fileSet>
2424
<directory>target</directory>
2525
<includes>
26-
<include>rGit.exe</include>
26+
<include>GitWave.exe</include>
2727
</includes>
2828
<outputDirectory>/</outputDirectory>
2929
</fileSet>

src/main/java/com/github/introfog/rgit/RGitLauncher.java renamed to src/main/java/com/github/introfog/gitwave/GitWaveLauncher.java

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,18 +14,18 @@
1414
* limitations under the License.
1515
*/
1616

17-
package com.github.introfog.rgit;
17+
package com.github.introfog.gitwave;
1818

19-
import com.github.introfog.rgit.model.AppConfig;
20-
import com.github.introfog.rgit.model.StageFactory;
19+
import com.github.introfog.gitwave.model.AppConfig;
20+
import com.github.introfog.gitwave.model.StageFactory;
2121

2222
import javafx.application.Application;
2323
import javafx.stage.Stage;
2424

25-
public class RGitLauncher extends Application {
25+
public class GitWaveLauncher extends Application {
2626
@Override
2727
public void start(Stage stage) {
28-
StageFactory.createPrimaryStage("view/executor.fxml", "rGit", stage).getStage().show();
28+
StageFactory.createPrimaryStage("view/executor.fxml", "GitWave", stage).getStage().show();
2929
AppConfig.getInstance().setHostServices(getHostServices());
3030
}
3131

src/main/java/com/github/introfog/rgit/controller/AboutController.java renamed to src/main/java/com/github/introfog/gitwave/controller/AboutController.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@
1414
* limitations under the License.
1515
*/
1616

17-
package com.github.introfog.rgit.controller;
17+
package com.github.introfog.gitwave.controller;
1818

19-
import com.github.introfog.rgit.model.AppConfig;
20-
import com.github.introfog.rgit.model.AppConstants;
21-
import com.github.introfog.rgit.model.StageFactory.FxmlStageHolder;
19+
import com.github.introfog.gitwave.model.AppConfig;
20+
import com.github.introfog.gitwave.model.AppConstants;
21+
import com.github.introfog.gitwave.model.StageFactory.FxmlStageHolder;
2222

2323
import javafx.fxml.FXML;
2424
import javafx.scene.control.Label;

src/main/java/com/github/introfog/rgit/controller/BaseController.java renamed to src/main/java/com/github/introfog/gitwave/controller/BaseController.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@
1414
* limitations under the License.
1515
*/
1616

17-
package com.github.introfog.rgit.controller;
17+
package com.github.introfog.gitwave.controller;
1818

19-
import com.github.introfog.rgit.model.StageFactory.FxmlStageHolder;
19+
import com.github.introfog.gitwave.model.StageFactory.FxmlStageHolder;
2020

2121
import javafx.scene.input.KeyCode;
2222
import javafx.stage.Stage;

src/main/java/com/github/introfog/rgit/controller/ExecuteController.java renamed to src/main/java/com/github/introfog/gitwave/controller/ExecuteController.java

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,15 @@
1414
* limitations under the License.
1515
*/
1616

17-
package com.github.introfog.rgit.controller;
18-
19-
import com.github.introfog.rgit.model.AppConfig;
20-
import com.github.introfog.rgit.model.AppConstants;
21-
import com.github.introfog.rgit.model.CommandExecutor;
22-
import com.github.introfog.rgit.model.DialogFactory;
23-
import com.github.introfog.rgit.model.StageFactory;
24-
import com.github.introfog.rgit.model.StageFactory.FxmlStageHolder;
25-
import com.github.introfog.rgit.model.dto.CommandDto;
17+
package com.github.introfog.gitwave.controller;
18+
19+
import com.github.introfog.gitwave.model.AppConfig;
20+
import com.github.introfog.gitwave.model.AppConstants;
21+
import com.github.introfog.gitwave.model.CommandExecutor;
22+
import com.github.introfog.gitwave.model.DialogFactory;
23+
import com.github.introfog.gitwave.model.StageFactory;
24+
import com.github.introfog.gitwave.model.StageFactory.FxmlStageHolder;
25+
import com.github.introfog.gitwave.model.dto.CommandDto;
2626

2727
import java.io.File;
2828
import java.util.Objects;

0 commit comments

Comments
 (0)