#command #stdin #come

app runnit

通过stdin运行所有命令

1 个不稳定版本

0.1.0 2019年10月28日

#8 in #come

MIT 许可证

4KB
59

runnit

通过stdin运行所有命令。

cat <<<EOF
Something went wrong. Try the following command to fix it:
  fix_the_thing --arguments="something useful"
EOF | runnit

上面的代码片段将执行 fix_the_thing --arguments="something useful"

安装

cargo install runnit

原因

许多测试命令会建议运行以修复错误的命令。此命令允许这些命令自动运行,同时避免编辑-编译-测试循环的干扰。

依赖

约2.3–3.5MB
约58K SLoC