2023-12-04 10:02:23 +00:00
|
|
|
---
|
|
|
|
obj: application
|
|
|
|
repo: https://github.com/chmln/sd
|
|
|
|
---
|
2024-03-19 08:25:42 +00:00
|
|
|
|
2023-12-04 10:02:23 +00:00
|
|
|
# sd
|
|
|
|
[Repo](https://github.com/chmln/sd)
|
2024-01-17 08:44:04 +00:00
|
|
|
`sd` is an intuitive find & replace CLI.
|
2023-12-04 10:02:23 +00:00
|
|
|
|
|
|
|
## Usage
|
|
|
|
```shell
|
|
|
|
sd before after # replace before with after
|
|
|
|
sd -p before after # preview changes without changing
|
|
|
|
```
|