Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/xiaq/sxed

sed (stream editor) with structural expressions
https://github.com/xiaq/sxed

Last synced: 21 days ago
JSON representation

sed (stream editor) with structural expressions

Awesome Lists containing this project

README

        

# sed (stream editor) with structural expressions

This is a stream editor using Rob Pike's [structural
expression](http://doc.cat-v.org/bell_labs/structural_regexps/) in Go.

The supported dialect of regular expression is
[that](http://golang.org/pkg/regexp/) of Go's standard library.

## Todos

* Support PCRE
* Emulate arguments of POSIX sed
* All TODOs in the code

## License

BSD 2-clause.