freebsd-ports/textproc/sd/pkg-descr
Tobias Kortkamp e13a70880c New port: textproc/sd
sd is an intuitive find & replace tool.

Features:
- Painless regular expressions.  sd uses regex syntax that you
  already know from JavaScript and Python.  Forget about dealing
  with quirks of sed or awk - get productive immediately.
- String-literal mode.  Non-regex find & replace.  No more backslashes
  or remembering which characters are special and need to be escaped.
- Easy to read, easy to write.  Find & replace expressions are split
  up, which makes them easy to read and write.  No more messing with
  unclosed and escaped slashes.
- Smart, common-sense defaults.  Smart-cased regular expressions
  also come with a sane syntax that's not opt-in.  Defaults follow
  common sense and are tailored for typical daily use.

WWW: https://github.com/chmln/sd
2019-02-27 02:43:28 +00:00

16 lines
769 B
Text

sd is an intuitive find & replace tool.
Features:
- Painless regular expressions. sd uses regex syntax that you
already know from JavaScript and Python. Forget about dealing
with quirks of sed or awk - get productive immediately.
- String-literal mode. Non-regex find & replace. No more backslashes
or remembering which characters are special and need to be escaped.
- Easy to read, easy to write. Find & replace expressions are split
up, which makes them easy to read and write. No more messing with
unclosed and escaped slashes.
- Smart, common-sense defaults. Smart-cased regular expressions
also come with a sane syntax that's not opt-in. Defaults follow
common sense and are tailored for typical daily use.
WWW: https://github.com/chmln/sd