An open API service indexing awesome lists of open source software.

https://github.com/thomasheller/resc


https://github.com/thomasheller/resc

Last synced: 12 months ago
JSON representation

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
```