{"id":15817145,"url":"https://github.com/peaceiris/tss","last_synced_at":"2025-10-25T21:49:04.864Z","repository":{"id":37639897,"uuid":"324350781","full_name":"peaceiris/tss","owner":"peaceiris","description":"Annotate stdin with timestamps per line. A Go port of moreutils/ts and fork of kevinburke/tss.","archived":false,"fork":false,"pushed_at":"2025-06-13T21:30:14.000Z","size":273,"stargazers_count":1,"open_issues_count":10,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-15T18:04:23.350Z","etag":null,"topics":[],"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/peaceiris.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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,"zenodo":null},"funding":{"github":"peaceiris","patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":null}},"created_at":"2020-12-25T11:38:10.000Z","updated_at":"2025-06-13T21:30:18.000Z","dependencies_parsed_at":"2024-04-06T21:29:26.728Z","dependency_job_id":"d4ad5ad3-ad4f-4f00-92cc-cc87072977de","html_url":"https://github.com/peaceiris/tss","commit_stats":{"total_commits":156,"total_committers":6,"mean_commits":26.0,"dds":0.5512820512820513,"last_synced_commit":"b8c0bba73cdaeecc930306bdfeec5fb03ddd05ce"},"previous_names":[],"tags_count":12,"template":false,"template_full_name":null,"purl":"pkg:github/peaceiris/tss","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/peaceiris%2Ftss","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/peaceiris%2Ftss/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/peaceiris%2Ftss/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/peaceiris%2Ftss/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/peaceiris","download_url":"https://codeload.github.com/peaceiris/tss/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/peaceiris%2Ftss/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264353041,"owners_count":23595023,"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-05T05:22:28.572Z","updated_at":"2025-10-25T21:48:59.828Z","avatar_url":"https://github.com/peaceiris.png","language":"Go","funding_links":["https://github.com/sponsors/peaceiris"],"categories":[],"sub_categories":[],"readme":"## tss\n\nAnnotate stdin with timestamps per line.\nA Go port of [moreutils](https://joeyh.name/code/moreutils/)/ts and fork of [kevinburke/tss].\n\n[kevinburke/tss]: https://github.com/kevinburke/tss\n\n`tss` is like `ts` from moreutils,\nbut prints relative durations (with millisecond precision) by default,\nand can be shipped as a compiled binary.\n\nTry it out:\n\n```console\n$ (sleep 1; echo \"hello\"; sleep 2; echo \"two sec\") | tss\n   1.00s    1.00s hello\n   3.01s    2.01s two sec\n```\n\nThe first column is the amount of time that has elapsed since the program started.\nThe second column is the amount of time that has elapsed since the last line printed.\n\n![tss-demo](https://user-images.githubusercontent.com/30958501/103408835-923c9e80-4ba7-11eb-840a-7275e6fac18c.gif)\n\nNote that: The demo has been created with the old docker version. The log format of `docker build` is different from the latest version.\n\n[![license](https://img.shields.io/github/license/peaceiris/tss.svg)](https://github.com/peaceiris/tss/blob/main/LICENSE)\n[![release](https://img.shields.io/github/release/peaceiris/tss.svg)](https://github.com/peaceiris/tss/releases/latest)\n[![GitHub release date](https://img.shields.io/github/release-date/peaceiris/tss.svg)](https://github.com/peaceiris/tss/releases)\n[![Release Feed](https://img.shields.io/badge/release-feed-yellow)](https://github.com/peaceiris/tss/releases.atom)\n![Test](https://github.com/peaceiris/tss/workflows/CI/badge.svg?branch=main\u0026event=push)\n![Code Scanning](https://github.com/peaceiris/tss/workflows/Code%20Scanning/badge.svg?event=push)\n\n[![Go Report Card](https://goreportcard.com/badge/github.com/peaceiris/tss)](https://goreportcard.com/report/github.com/peaceiris/tss)\n[![CodeFactor](https://www.codefactor.io/repository/github/peaceiris/tss/badge)](https://www.codefactor.io/repository/github/peaceiris/tss)\n[![Maintainability](https://api.codeclimate.com/v1/badges/5eaad3d1e44d6eb87a95/maintainability)](https://codeclimate.com/github/peaceiris/tss/maintainability)\n[![codecov](https://codecov.io/gh/peaceiris/tss/branch/main/graph/badge.svg?token=4119ASAR7K)](https://codecov.io/gh/peaceiris/tss)\n\n\n\n## Installation\n\n### Homebrew\n\nFor macOS and Linux.\n\n```sh\nbrew install peaceiris/tap/tss\n```\n\n[peaceiris/homebrew-tap/tss.rb](https://github.com/peaceiris/homebrew-tap/blob/main/Formula/tss.rb)\n\n### Binary\n\n[Releases · peaceiris/tss](https://github.com/peaceiris/tss/releases)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpeaceiris%2Ftss","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpeaceiris%2Ftss","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpeaceiris%2Ftss/lists"}