Skip to content

Commit

Permalink
Add features section to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasschafer committed Nov 13, 2024
1 parent c57401b commit da2d668
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ If the instance you're attempting to replace has changed since the search was pe

![Scooter preview](media/preview.gif)

## Features

Scooter respects both `.gitignore` and `.ignore` files.

You can add capture groups to the search regex and use them in the replacement string: for instance, if you use `(\d) - (\w+)` for the search text and `($2) "$1"` as the replacement, then `9 - foo` would be replaced with `(foo) "9"`.

## Installation

### Cargo
Expand Down

0 comments on commit da2d668

Please sign in to comment.