
QtrSed
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
A GUI for running sed stream editor. Written in C++ using Qt lib.
Conveniently edit and test sed scripts with this editor that runs sed as you type - shortening your feedback loop. This app takes text input and runs it through sed with the given options and command, displaying it in the output field.
QtrSed has only been tested on Mac OS X 10.8.3 with Qt 5.0.2
Features:
- Autorun (run sed on every keystroke)
- Extended regexp (-E)
- Surpress output (-n)
- Export sed command to bash script
- Save input and output fields
References:
- sed manpage http://unixhelp.ed.ac.uk/CGI/man-cgi?sed
- sed tutorial http://www.grymoire.com/Unix/Sed.html
7 years ago
0.0.3 - 2013-03-13
- Added export sed command to bash
- Added save input and output fields
0.0.2 - 2013-03-13
- Added support for options (-En)
- Added support for multi-line commands
0.0.1 - 2013-03-12
- Initial implementation
7 years ago
0.0.3 - 2013-03-13
- Added export sed command to bash
- Added save input and output fields
0.0.2 - 2013-03-13
- Added support for options (-En)
- Added support for multi-line commands
0.0.1 - 2013-03-12
- Initial implementation
Please login or register to add a comment or rating