Skip to content

Commit

Permalink
Merge issue91 to master.
Browse files Browse the repository at this point in the history
  • Loading branch information
nevdelap committed Dec 12, 2021
2 parents 3edb722 + 66b0bcb commit d292bc3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,8 @@ Download the deb or rpm file from the latest release: <https://github.com/nevdel

Download the appropriate binary and put it on your path. In Windows install the dependencies as described in the latest release: <https://github.com/nevdelap/ned/releases>

On macOS, `ned` can also be [installed using MacPorts](https://ports.macports.org/port/ned/).

## TL;DR

**IMPORTANT NOTE:** The search capabilities of `ned` are not so interesting, you can do them all with `grep` or `ripgrep`, see https://github.com/BurntSushi/ripgrep. It is the replace that is interesting, which `grep` and `ripgrep` cannot do, and `sed` can only do in a line oriented way. Examples of searching are shown first, followed by examples of replacing. Replacing with `ned` is a very powerful way of doing bulk editing from the terminal. Stage or commit your files before doing bulk edits, so that you can undo changes until you get your regex right.
Expand Down

0 comments on commit d292bc3

Please sign in to comment.