{"id":13477966,"url":"https://github.com/samwho/spacer","last_synced_at":"2025-05-13T23:07:30.687Z","repository":{"id":174282772,"uuid":"651987199","full_name":"samwho/spacer","owner":"samwho","description":"CLI tool to insert spacers when command output stops","archived":false,"fork":false,"pushed_at":"2025-02-23T13:39:41.000Z","size":615,"stargazers_count":1584,"open_issues_count":2,"forks_count":15,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-05-12T04:53:19.596Z","etag":null,"topics":["cli"],"latest_commit_sha":null,"homepage":"https://github.com/samwho/spacer","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/samwho.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-06-10T18:00:03.000Z","updated_at":"2025-05-12T01:44:57.000Z","dependencies_parsed_at":"2024-10-30T15:00:34.202Z","dependency_job_id":"e46c04d6-2543-4681-acf2-f16e6f0a9681","html_url":"https://github.com/samwho/spacer","commit_stats":null,"previous_names":["samwho/spacer"],"tags_count":18,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samwho%2Fspacer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samwho%2Fspacer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samwho%2Fspacer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samwho%2Fspacer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/samwho","download_url":"https://codeload.github.com/samwho/spacer/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253678856,"owners_count":21946315,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cli"],"created_at":"2024-07-31T16:01:50.610Z","updated_at":"2025-05-13T23:07:25.659Z","avatar_url":"https://github.com/samwho.png","language":"Rust","funding_links":[],"categories":["Rust","cli"],"sub_categories":[],"readme":"# spacer\n\n[![Build status](https://github.com/samwho/spacer/workflows/Build/badge.svg)](https://github.com/samwho/spacer/actions)\n[![Crates.io](https://img.shields.io/crates/v/spacer.svg)](https://crates.io/crates/spacer)\n\n`spacer` is a simple CLI tool to insert spacers when command output stops.\n\nIf you're the type of person that habitually presses enter a few times in your\nlog tail to know where the last request ended and the new one begins, this tool\nis for you!\n\n![](/images/spacer.gif)\n\n## Installation\n\nWith Homebrew:\n\n```bash\nbrew install spacer\n```\n\nDirect from Cargo:\n\n```bash\ncargo install spacer\n```\n\n## Usage\n\nBy default, `spacer` outputs a spacer after 1 second with no output. You can\nchange this with the `--after` flag.\n\n```bash\ntail -f some.log | spacer --after 5\n```\n\n`--after` accepts a number of seconds, and allows floating point numbers for\nextra precision.\n\n## STDOUT and STDERR\n\nSome commands output most of their information on STDERR, not STDOUT. `spacer`\nonly monitors STDOUT, so if you find a situation where `spacer` doesn't seem\nto be working it could be that the program you're piping from is using STDERR.\n\nTo \"fix\" that, pipe both STDERR to STDOUT to spacer by using `|\u0026` instead of \n`|` as the pipe characters:\n\n```bash\nmy-command |\u0026 spacer\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsamwho%2Fspacer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsamwho%2Fspacer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsamwho%2Fspacer/lists"}