Debugger for Sed - 在终端上解密和调试sed脚本
Debugger for Sed - 在终端上解密和调试sed脚本
v1.1.4
v1.1.3
A bug occured where we switched to gsed
all the time unless path to executable was specified.
This is fixed now, and we will switch to gsed
only if sed
returns an error. Also we print that we're doing it by default.
Assets
3
热门度与活跃度
2.2
0.0
Watchers:12 |
Star:716 |
Fork:14 |
创建时间: 2020-04-20 08:05:05 |
最后Commits: 5月前 |
许可协议:GPL-3.0 |
a04a118
Compare
This release, only possible thanks to work from @suve and others, adds a new feature to desed.
Now when when edits a source file or input file, desed automatically recognizes that and reloads the environment to reflect updated files. This would not be possible without suve who coded this whole thing, and worr, whose
kqueue
crate was cruical to get this working on *BSD, and helped to fix bugs and release new crate version when we ran into problems with it.Thanks, guys!