Star 历史趋势
数据来源: GitHub API · 生成自 Stargazers.cn
README.md

spacer

Build status Crates.io

spacer is a simple CLI tool to insert spacers when command output stops.

If you're the type of person that habitually presses enter a few times in your log tail to know where the last request ended and the new one begins, this tool is for you!

Installation

With Homebrew:

brew install spacer

Direct from Cargo:

cargo install spacer

Usage

By default, spacer outputs a spacer after 1 second with no output. You can change this with the --after flag.

tail -f some.log | spacer --after 5

--after accepts a number of seconds, and allows floating point numbers for extra precision.

STDOUT and STDERR

Some commands output most of their information on STDERR, not STDOUT. spacer only monitors STDOUT, so if you find a situation where spacer doesn't seem to be working it could be that the program you're piping from is using STDERR.

To "fix" that, pipe both STDERR to STDOUT to spacer by using |& instead of | as the pipe characters:

my-command |& spacer

关于 About

CLI tool to insert spacers when command output stops
cli

语言 Languages

Rust100.0%

提交活跃度 Commit Activity

代码提交热力图
过去 52 周的开发活跃度
19
Total Commits
峰值: 9次/周
Less
More

核心贡献者 Contributors