{"id":19864019,"url":"https://github.com/reegnz/redraw","last_synced_at":"2026-05-14T19:34:06.064Z","repository":{"id":43086814,"uuid":"471560985","full_name":"reegnz/redraw","owner":"reegnz","description":"intermediate results for aggregate pipe operations","archived":false,"fork":false,"pushed_at":"2023-02-09T15:56:58.000Z","size":8,"stargazers_count":1,"open_issues_count":3,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-04-02T08:26:38.660Z","etag":null,"topics":["bash","shell-scripting"],"latest_commit_sha":null,"homepage":"","language":"Go","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/reegnz.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":"2022-03-19T01:18:37.000Z","updated_at":"2022-03-21T12:31:50.000Z","dependencies_parsed_at":"2024-06-21T01:48:15.056Z","dependency_job_id":"08ca065d-2393-4a6c-9d14-33ef7838648e","html_url":"https://github.com/reegnz/redraw","commit_stats":{"total_commits":5,"total_committers":1,"mean_commits":5.0,"dds":0.0,"last_synced_commit":"ead17a173382d8e89df3a07dba471c21640fd436"},"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/reegnz/redraw","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reegnz%2Fredraw","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reegnz%2Fredraw/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reegnz%2Fredraw/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reegnz%2Fredraw/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/reegnz","download_url":"https://codeload.github.com/reegnz/redraw/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reegnz%2Fredraw/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33040151,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-13T13:14:54.681Z","status":"online","status_checked_at":"2026-05-14T02:00:06.663Z","response_time":57,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["bash","shell-scripting"],"created_at":"2024-11-12T15:17:11.479Z","updated_at":"2026-05-14T19:34:06.009Z","avatar_url":"https://github.com/reegnz.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# redraw\n\nAn interactive terminal tool to filter and redraw output continuously.\n\n[![asciicast](https://asciinema.org/a/478249.svg)](https://asciinema.org/a/478249)\n\nI was frustrated with terminal commands like `column`, `sort`, `wc` not\nshowing any output until they encounter an EOF. So I wrote `redraw` to run\nthose commands on every new line and redraw the terminal output with \nterminal escape sequences.\n\nWith `redraw` you can provide a updates to terminal commands before the input\nreaches EOF, resulting in a more interactive experience.\n\nExample usage:\n\nYou'd want to format output with `column -t` but the lines are arriving \nslowly. Instead of staring at a blank screen for minutes, you can appreciate\nthe formatted output as the results are coming in.\n\nInstead of this:\n\n```bash\nyour_command | column -t\n```\n\nWrite this:\n\n```bash\nyour_command | redraw column -t\n```\n\nIf your downstream pipeline consists of multiple piped commands:\n\nInstead of this:\n\n```bash\nyour_command | command_a | command_b | command_c\n```\n\nYou could write this:\n\n```bash\nyour_command | redraw bash -c 'command_a | command_b | command_c'\n```\n\nTODO: we could have a line editor script performing the back and forth conversion.\n\n# Shout outs \n\n* to Claudio Fahey for writing an inspiring blog post: https://medium.com/statuscode/pipeline-patterns-in-go-a37bb3a7e61d\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Freegnz%2Fredraw","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Freegnz%2Fredraw","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Freegnz%2Fredraw/lists"}