https://github.com/samwho/spacer Skip to content Navigation Menu Toggle navigation Sign in * Product + GitHub Copilot Write better code with AI + Security Find and fix vulnerabilities + Actions Automate any workflow + Codespaces Instant dev environments + Issues Plan and track work + Code Review Manage code changes + Discussions Collaborate outside of code + Code Search Find more, search less Explore + All features + Documentation + GitHub Skills + Blog * Solutions By company size + Enterprises + Small and medium teams + Startups By use case + DevSecOps + DevOps + CI/CD + View all use cases By industry + Healthcare + Financial services + Manufacturing + Government + View all industries View all solutions * Resources Topics + AI + DevOps + Security + Software Development + View all Explore + Learning Pathways + White papers, Ebooks, Webinars + Customer Stories + Partners + Executive Insights * Open Source + GitHub Sponsors Fund open source developers + The ReadME Project GitHub community articles Repositories + Topics + Trending + Collections * Enterprise + Enterprise platform AI-powered developer platform Available add-ons + Advanced Security Enterprise-grade security features + GitHub Copilot Enterprise-grade AI features + Premium Support Enterprise-grade 24/7 support * Pricing Search or jump to... Search code, repositories, users, issues, pull requests... Search [ ] Clear Search syntax tips Provide feedback We read every piece of feedback, and take your input very seriously. [ ] [ ] Include my email address so I can be contacted Cancel Submit feedback Saved searches Use saved searches to filter your results more quickly Name [ ] Query [ ] To see all available qualifiers, see our documentation. Cancel Create saved search Sign in Sign up Reseting focus You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert {{ message }} samwho / spacer Public * Notifications You must be signed in to change notification settings * Fork 11 * Star 1.2k CLI tool to insert spacers when command output stops github.com/samwho/spacer License MIT license 1.2k stars 11 forks Branches Tags Activity Star Notifications You must be signed in to change notification settings * Code * Issues 3 * Pull requests 0 * Actions * Projects 0 * Security * Insights Additional navigation options * Code * Issues * Pull requests * Actions * Projects * Security * Insights samwho/spacer main BranchesTags [ ] Go to file Code Folders and files Name Name Last commit Last commit message date Latest commit History 65 Commits .github/workflows .github/ workflows images images src src .gitignore .gitignore Cargo.lock Cargo.lock Cargo.toml Cargo.toml LICENSE LICENSE README.md README.md View all files Repository files navigation * README * MIT license 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! [spacer] 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 github.com/samwho/spacer Topics cli Resources Readme License MIT license Activity Stars 1.2k stars Watchers 4 watching Forks 11 forks Report repository Releases 10 v0.3.0 Latest Sep 18, 2023 + 9 releases Contributors 5 * @samwho * @simonwiles * @samuell * @dufferzafar * @davc0n Languages * Rust 100.0% Footer (c) 2024 GitHub, Inc. Footer navigation * Terms * Privacy * Security * Status * Docs * Contact * Manage cookies * Do not share my personal information You can't perform that action at this time.