Language

Package: sedsed @ 1.1

Synopsis

Sed sed scripts

Description

sedsed can debug, indent, tokenize and HTMLize your sed script.

In debug mode, it reads your script and adds extra commands to it. When executed you can see the data flow between the commands, revealing all the magic sed performs on its internal buffers.

In indent mode, your script is reformatted with standard spacing.

In tokenize mode, you can see the elements of every command you use.

In HTMLize mode, your script is converted to a beautiful colored HTML file, with all the commands and parameters identified for your viewing pleasure.

With sedsed you can master any sed script. No more secrets, no more hidden buffers.

Home page
https://aurelio.net/projects/sedsed
Location
gnu/packages/admin.scm (line: 2742, column: 2)
License

Lint warnings

LinterMessageLocation
No lint warnings