Skip to content

Commit 7a3ad52

Browse files
committed
Add badges
1 parent dddb4b3 commit 7a3ad52

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

README.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
1+
[![Release](https://github.com/mbrav/git_raider/actions/workflows/release.yml/badge.svg)](https://github.com/mbrav/git_raider/actions/workflows/release.yml)
2+
[![License](https://img.shields.io/badge/License-BSD_3--Clause-yellow.svg)](https://opensource.org/licenses/BSD-3-Clause)
3+
[![tokei](https://tokei.rs/b1/github/mbrav/git_raider?category=lines)](https://tokei.rs/b1/github/mbrav/git_raider)
4+
5+
16
# git_raider
2-
Mass git repository search, replace and commit tool written in Rust
37

8+
Mass git repository search, replace and commit tool written in Rust
49

510
*Description to be added soon*
611

7-
8-
## Run
12+
## Run
913

1014
To run, first install Rust's tool chain. Then build:
1115

@@ -15,7 +19,7 @@ cargo run -- --help
1519

1620
You will get the following result:
1721

18-
```
22+
```text
1923
Mass git repository search, replace and commit tool
2024
2125
Usage: git-raider [OPTIONS]

0 commit comments

Comments
 (0)