CLI tool to insert spacers when command output stops

spacer is a CLI tool designed to add spacers in command output. It helps users easily distinguish between different sections in logs by inserting spacers when the output stops. You can install spacer with Homebrew or directly from Cargo. By default, spacer inserts a spacer after 1 second of no output, but you can customize this timing with the –after flag. Keep in mind that spacer only monitors STDOUT, so if a program you’re piping from uses STDERR, you may need to redirect it to STDOUT using the |& characters. Give spacer a try if you’re tired of manually inserting spacers in your logs!

https://github.com/samwho/spacer

To top