{"id":18151319,"url":"https://github.com/msantos/tscat-rs","last_synced_at":"2025-04-06T23:29:36.581Z","repository":{"id":136621835,"uuid":"585129424","full_name":"msantos/tscat-rs","owner":"msantos","description":"tscat: timestamp stdin to stdout/stderr","archived":false,"fork":false,"pushed_at":"2023-01-04T11:52:01.000Z","size":6,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-02-13T05:30:14.805Z","etag":null,"topics":["stdio","timestamp"],"latest_commit_sha":null,"homepage":"","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/msantos.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-01-04T11:50:09.000Z","updated_at":"2023-02-17T15:52:50.000Z","dependencies_parsed_at":null,"dependency_job_id":"d9a5283a-ab34-4aa6-ba84-a586fce8556f","html_url":"https://github.com/msantos/tscat-rs","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/msantos%2Ftscat-rs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/msantos%2Ftscat-rs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/msantos%2Ftscat-rs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/msantos%2Ftscat-rs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/msantos","download_url":"https://codeload.github.com/msantos/tscat-rs/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247569004,"owners_count":20959754,"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":["stdio","timestamp"],"created_at":"2024-11-02T01:07:19.954Z","updated_at":"2025-04-06T23:29:36.573Z","avatar_url":"https://github.com/msantos.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SYNOPSIS\n\ntscat *option* [*label*]\n\n# DESCRIPTION\n\ntscat: timestamp stdin to stdout/stderr\n\ntscat timestamps standard input and writes the output to standard output,\nstandard error or both.\n\n# EXAMPLES\n\n    $ echo test | tscat\n    2022/12/26 10:54:23 test\n\n    $ echo test | tscat foo\n    2022/12/26 10:54:37 foo test\n\n    # duplicate output to stdout/stderr\n    $ echo test | tscat --output=3 foo\n    2022/12/26 10:55:06 foo test\n    2022/12/26 10:55:06 foo test\n\n\n    $ echo test | tscat --output=3 foo \u003e /dev/null\n    2022/12/26 10:55:06 foo test\n\n    $ echo test | tscat --output=3 foo 2\u003e /dev/null\n    2022/12/26 10:55:06 foo test\n\n# Build\n\n    cargo build\n\n# OPTIONS\n\n--output *1|2|3*\n: stdout=1, stderr=2, both=3 [default: 1]\n\n--format *string*\n: timestamp format (see strftime(3)) [default: %F%T%z]\n\n-h, --help\n: usage summary\n\n# ALTERNATIVES\n\n* [tscat](https://github.com/msantos/tscat)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmsantos%2Ftscat-rs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmsantos%2Ftscat-rs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmsantos%2Ftscat-rs/lists"}