Download List

專案描述

Sedsed is a Python script that masters sed scripts. It generates sed debug files in sed, which lets you debug scripts with your own version of sed (Linux, DOS, etc.). It's also a script beautifier, doing indentation and spaces/comments formatting. It can also convert sed scripts to colorful HTML files.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2004-12-10 05:33
1.0

This version marks a quality jump on the debugger. Now it
generates less code (~40% less) and is faster than the
previous version. Portability problems were also solved, now
it will work in Unix and other older sed versions. There is a
new --dump-debug option useful to inspect the generated
debug file. An important bug was fixed when reading text for
the a, c, i commands.
標籤: Major feature enhancements

2003-11-17 20:47
0.8

This release has a new -n option to suppress output (just like sed), and a new -H option as an alias to --htmlize. It accepts the sed script on STDIN (just like sed), and some bugs were fixed. The source code was rearranged, and is even readable now.
標籤: Major feature enhancements

2003-01-21 19:20
0.7

A new --color option has been added for Windows users who have the ANSI.SYS file loaded. The bug on reading the sed script under Windows was fixed.
標籤: Minor bugfixes

2002-11-21 14:30
0.6

The program now works on Windows, and also
includes an executable version for those who don't
have Python installed.
標籤: Minor feature enhancements

2002-05-09 11:06
0.5

Sedsed is now compatible with Python 1.5 and data and parameters are passed as in GNU sed. There are also -f {file} and -e {script} options, so now the sed script can be passed as a oneliner instead of saving it to a file.
標籤: Major feature enhancements

Project Resources