https://github.com/thomasheller/resc
https://github.com/thomasheller/resc
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/thomasheller/resc
- Owner: thomasheller
- License: unlicense
- Created: 2019-12-11T18:27:25.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-12-26T18:37:18.000Z (over 6 years ago)
- Last Synced: 2023-08-03T13:13:50.977Z (almost 3 years ago)
- Language: Go
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# resc
Regex escape helper. Reads stdin, escapes line by line.
## Setup
```
go get github.com/thomasheller/resc
```
## Usage
```
$ resc
Hello (World)?!
Hello \(World\)\?!
^D
```