Skip to content

Commit

Permalink
Readme visuals
Browse files Browse the repository at this point in the history
  • Loading branch information
mathiasrw committed Jul 31, 2023
1 parent e0efa87 commit 062f540
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 13 deletions.
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,6 @@
_Please note that issues have been observed when piping using node version 15. We are on the case to identify the exact problem_


----

<!--h3 align="center">
<br>
<img width="350" src="https://cloud.githubusercontent.com/assets/1063454/24127465/ed1a59a2-0e28-11e7-9546-160d7eb1d8b9.png" alt="RexReplace mascot Benny on the RexReplace logo" />
<br>
<br>

</h3-->

[![CI-test](https://github.com/mathiasrw/rexreplace/workflows/CI-test/badge.svg)](https://github.com/mathiasrw/rexreplace/actions)
[![NPM downloads](https://img.shields.io/npm/dm/rexreplace.svg?style=flat&label=npm%20downloads)](https://npm-stat.com/charts.html?package=rexreplace)
Expand All @@ -19,11 +10,20 @@ _Please note that issues have been observed when piping using node version 15. W



<h3 align="center">
<br>
<img width="350" src="https://cloud.githubusercontent.com/assets/1063454/24127465/ed1a59a2-0e28-11e7-9546-160d7eb1d8b9.png" alt="RexReplace mascot Benny on the RexReplace logo" />
<br>
<br>

</h3>

---

# RexReplace



RexReplace is a versatile tool to search and replace text in files from the command line. Its inspired by how developers often need to do quick fixes or one-liners for build scripts.

**Key features**:
Expand Down
6 changes: 2 additions & 4 deletions src/cli.ts
Original file line number Diff line number Diff line change
Expand Up @@ -190,8 +190,8 @@ const yargs = require('yargs')
/*
-T (Expect no match and return exit 1 if found)
-t (Expect a match and return exit 1 if not found)
-T (Expect no match in any file and return exit 1 if found)
-t (Expect a match in each file and return exit 1 if not found)
.boolean('N')
Expand All @@ -215,9 +215,7 @@ const yargs = require('yargs')
`Replacement is the path to a filename containing the replacement`.`Will be followed by other all rules (like -€)`
)
*/
/* // Ideas
.boolean('n')
.describe('n', "Do replacement on file path+name instead of file content (rename/move the files)")
Expand Down

0 comments on commit 062f540

Please sign in to comment.