#file-line #delay #file-content #print #cat #slow

app slowcat

以指定延迟在每行之间打印文件内容

1 个稳定版本

1.0.0 2023 年 12 月 20 日

#4#slow

MIT 许可证

8KB
90 代码行

slowcat

以指定延迟在每行之间打印文件内容。

为什么我构建它

我想了解我的基准测试,所以我编写了 for file in *.txt; do cat $file; sleep 0.2; done。这仅在文件小于屏幕时才有效,而它们在某些时候不再是这样了。所以我想要一种方法,可以以足够慢的速度遍历文件,以便我可以发现任何异常和错误堆栈跟踪。

安装

cargo install slowcat

用法

# default to -n 0.2 (0.2sec per line)
slowcat -n 0.05

其他项目

https://github.com/mreishus/slowcat 如果您想要以极慢的速度输出每个字符。

依赖关系

~1.2–1.8MB
~35K SLoC