Skip to content

Commit 14775cc

Browse files
committed
Add codecov badge
1 parent ce21eb5 commit 14775cc

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
[![Language](https://img.shields.io/badge/Language-Go-blue.svg)](https://golang.org/) [![Go Report Card](https://goreportcard.com/badge/github.com/NicoNex/jet)](https://goreportcard.com/report/github.com/NicoNex/jet) [![License](http://img.shields.io/badge/license-GPL3.0-green.svg?style=flat)](https://github.com/NicoNex/jet/blob/master/LICENSE)
1+
[![Language](https://img.shields.io/badge/Language-Go-blue.svg)](https://golang.org/) [![Go Report Card](https://goreportcard.com/badge/github.com/NicoNex/jet)](https://goreportcard.com/report/github.com/NicoNex/jet) [![codecov](https://codecov.io/github/NicoNex/jet/graph/badge.svg?token=ES6YQSJOVR)](https://codecov.io/github/NicoNex/jet) [![License](http://img.shields.io/badge/license-GPL3.0-green.svg?style=flat)](https://github.com/NicoNex/jet/blob/master/LICENSE)
22

33
# jet - Just Edit Text
4-
Jet is an intuitive and fast command-line tool for find & replace operations using regular expressions.
5-
Jet allows you to replace all substrings matched by specified regular expressions in one or more files and directories.
6-
It can process single files or entire directories specified as input.
4+
Jet is an intuitive and fast command-line tool for find & replace operations using regular expressions.
5+
Jet allows you to replace all substrings matched by specified regular expressions in one or more files and directories.
6+
It can process single files or entire directories specified as input.
77
When given a directory, Jet recursively finds and replaces matches in all files and directory names.
88

99
## Installation
@@ -29,7 +29,7 @@ Alternatively you can clone this repo and use the provided install.sh script tha
2929
```
3030

3131
## Usage
32-
Jet allows you to replace all substrings matched by specified regular expressions in one or more files and directories.
32+
Jet allows you to replace all substrings matched by specified regular expressions in one or more files and directories.
3333
It supports both single files and entire directories specified as input.
3434

3535
If you provide Jet with a directory as input, it will recursively find and replace text in all files within the directory tree optionally replacing the file or directory names as well.

0 commit comments

Comments
 (0)