Spacer CLI Tool: Elegantly Separate Log Outputs
2024-12-23
Spacer is a simple CLI tool that inserts spacers when command output stops. If you're someone who habitually presses enter a few times in your log tail to distinguish between outputs from different requests, then Spacer is for you! By default, it inserts a spacer every 1 second, but you can customize the interval using the `--after` flag (floating-point numbers are supported). Note that Spacer only monitors STDOUT; if your command outputs primarily to STDERR, use `|&` instead of `|` to redirect STDERR to STDOUT.