
QtrSed
Source (link to git-repo or to original if based on someone elses unmodified work):
Available as/for:
Description: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
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
Ratings & Comments
0 Comments