Skip to content

Commit 30dc977

Browse files
authored
Add emojis to README.md
1 parent a9c5a7c commit 30dc977

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

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

4-
## Overview <img src="./src/main/resources/logo16.png" alt="GitWave Logo">
4+
## <img src="./src/main/resources/logo32.png" alt="GitWave Logo"> Overview
55
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

9-
## Features
9+
## :sparkles: Features
1010
### 1. Multi-Repository Command Execution
1111
Execute bash commands in multiple repositories with a single command, making it easier to manage complex workflows.
1212
### 2. Command Management
@@ -20,12 +20,12 @@ providing a hassle-free and straightforward experience for users.
2020
GitWave is an open-source project, encouraging collaboration and community involvement.
2121
Explore, contribute, and customize the application according to your preferences.
2222

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

28-
## Build Locally
28+
## :hammer: Build Locally
2929
### Software Requirements
3030
- JDK 11 or higher.
3131
- Maven.
@@ -34,16 +34,16 @@ Explore, contribute, and customize the application according to your preferences
3434
- To create ready to use app, archived into .zip, run `mvn package`. GitWave will be in `target/GitWave.zip` archive.
3535
- `GitWave.exe`, which run java image, is located in `tools` folder and generated by separate C++ project `tools/GitWaveExecutor`.
3636

37-
## Ideas For Further Releases
37+
## :bulb: 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
- Allow export and import config.
4141
- Release version for Linux and macOS.
4242

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

46-
## Contributions
46+
## :handshake: Contributions
4747
I welcome contributions to my project. If you're interested in helping, please read
4848
[CONTRIBUTING.md](CONTRIBUTING.md) file for more information on how to get started.
4949

0 commit comments

Comments
 (0)