Skip to content

Commit

Permalink
Merge branch 'master' of github.com:ms-jpq/sad
Browse files Browse the repository at this point in the history
  • Loading branch information
ms-jpq committed May 9, 2020
2 parents 929106d + 9be049e commit ca9517e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,3 +75,11 @@ Name | Function
You can download `sad` from the [github release page](https://github.com/ms-jpq/sad/releases).

Why is it version 0.1? Because that's the default and I forgot to change it.

## What about stdin -> stdout

If you just want to edit the shell stream, I would recommand [`sd`](https://github.com/chmln/sd), it uses the same concept, but its more for in stream edits. `sad` was inspired by my initial useage of `sd`.

```sh
command1 | sd '<pattern>' '<replacement>' | command2
```

0 comments on commit ca9517e

Please sign in to comment.