Spacer

Use this skill when the user wants to insert spacers when command output stops.

javimosch da9e914 902 B Updated

File contents

Spacer Plugin

CLI tool to insert spacers when command output stops.

Commands

Monitoring

  • spacer run insert — Insert spacer after command output stops

Usage Examples

  • "tail -f some.log | spacer --after 5"
  • "my-command |& spacer"

Installation

brew install spacer
# or
cargo install spacer

Examples

# Insert spacer after 1 second of silence (default)
tail -f some.log | spacer

# Insert spacer after 5 seconds of silence
tail -f some.log | spacer --after 5

# Monitor both STDERR and STDOUT
my-command |& spacer

Key Features

  • Monitors STDOUT and inserts blank lines when output stops
  • Configurable silence duration with --after flag
  • Works with pipes and command chains
  • Use |& instead of | to monitor both STDERR and STDOUT

javimosch/supercli/tree/main/plugins/spacer/skills/quickstart commit da9e914103

Frequently asked questions

npx skillmds@latest add javimosch/spacer