{"id":16116670,"url":"https://github.com/dpc/colerr","last_synced_at":"2025-09-26T10:32:04.657Z","repository":{"id":34924325,"uuid":"38985477","full_name":"dpc/colerr","owner":"dpc","description":"Colorize stderr","archived":false,"fork":false,"pushed_at":"2016-08-19T22:48:03.000Z","size":3744,"stargazers_count":16,"open_issues_count":2,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-09T23:37:57.198Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dpc.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-07-13T01:41:06.000Z","updated_at":"2024-11-28T16:31:23.000Z","dependencies_parsed_at":"2022-08-24T07:00:56.781Z","dependency_job_id":null,"html_url":"https://github.com/dpc/colerr","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dpc%2Fcolerr","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dpc%2Fcolerr/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dpc%2Fcolerr/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dpc%2Fcolerr/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dpc","download_url":"https://codeload.github.com/dpc/colerr/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":234304803,"owners_count":18811258,"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":[],"created_at":"2024-10-09T20:25:13.418Z","updated_at":"2025-09-26T10:31:59.373Z","avatar_url":"https://github.com/dpc.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# `colerr`\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://travis-ci.org/dpc/colerr\"\u003e\n      \u003cimg src=\"https://img.shields.io/travis/dpc/colerr/master.svg?style=flat-square\" alt=\"Build Status\"\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://gitter.im/dpc/mioco\"\u003e\n      \u003cimg src=\"https://img.shields.io/badge/GITTER-join%20chat-green.svg?style=flat-square\" alt=\"Gitter Chat\"\u003e\n  \u003c/a\u003e\n  \u003cbr\u003e\n  \u003cstrong\u003e\u003ca href=\"//dpc.github.io/colerr/\"\u003eDocumentation\u003c/a\u003e\u003c/strong\u003e\n\u003c/p\u003e\n\n## Introduction\n\n`colerr` will wrap a given process and colorize it's standard error output.\n\n`colerr` is written in [rust programming language][rust] and utilizes:\n[mio][mio] and [mioco][mioco] libraries. You probably don't care, but it's kind\nof important so I've mentioned it here.\n\n[mio]: https://github.com/carllerche/mio\n[mioco]: https://github.com/dpc/mioco\n[rust]: http://rust-lang.org\n\n# Building\n\nYou need [rust][rust] compiler bundled with `cargo`. Then `cargo build --release` should do the job.\n\nResulting binary will be in `./target/release/colerr`. Just copy it to somewhere to your `$PATH`.\n\n```\nUsage:\n    colorout [--] \u003ccmd\u003e...\n```\n\n# Internals\n\n`colerr` works by spawning a IO-handling child process that takes care of\ncolorizing output. The parent process `exec`-s the requested command with\n`stdin`, `stdout` and `stderr` routed to a child.\n\nThis way `colerr` can be used as a drop-in replacement, as the `colerr`-ed PID\nwill be the PID of the wrapped command. All signals etc. will be handled by the\nwrapped process itself, the only difference being a standard IO being handled\nby additional child process.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdpc%2Fcolerr","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdpc%2Fcolerr","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdpc%2Fcolerr/lists"}