{"id":15065585,"url":"https://github.com/eun/logtimer","last_synced_at":"2025-04-10T13:32:27.768Z","repository":{"id":57641154,"uuid":"168673964","full_name":"Eun/logtimer","owner":"Eun","description":"Enhance your output with a timer / date","archived":false,"fork":false,"pushed_at":"2025-03-18T04:41:39.000Z","size":714,"stargazers_count":11,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-24T12:11:23.857Z","etag":null,"topics":["bash","cli","go","golang","hacktoberfest","log"],"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/Eun.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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},"funding":{"github":["Eun"],"patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":"Eun","issuehunt":"eun","otechie":null,"custom":null}},"created_at":"2019-02-01T09:30:48.000Z","updated_at":"2025-02-17T09:00:32.000Z","dependencies_parsed_at":"2023-10-11T10:48:37.741Z","dependency_job_id":"b887f557-0ef6-4a50-8809-598d6c78e271","html_url":"https://github.com/Eun/logtimer","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Eun%2Flogtimer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Eun%2Flogtimer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Eun%2Flogtimer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Eun%2Flogtimer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Eun","download_url":"https://codeload.github.com/Eun/logtimer/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248225710,"owners_count":21068078,"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":["bash","cli","go","golang","hacktoberfest","log"],"created_at":"2024-09-25T00:42:21.984Z","updated_at":"2025-04-10T13:32:27.623Z","avatar_url":"https://github.com/Eun.png","language":"Go","funding_links":["https://github.com/sponsors/Eun","https://liberapay.com/Eun","https://issuehunt.io/r/eun"],"categories":[],"sub_categories":[],"readme":"# logtimer\n[![Actions Status](https://github.com/Eun/logtimer/workflows/push/badge.svg)](https://github.com/Eun/logtimer/actions)\n[![Coverage Status](https://coveralls.io/repos/github/Eun/logtimer/badge.svg?branch=master)](https://coveralls.io/github/Eun/logtimer?branch=master)\n[![PkgGoDev](https://img.shields.io/badge/pkg.go.dev-reference-blue)](https://pkg.go.dev/github.com/Eun/logtimer)\n[![go-report](https://goreportcard.com/badge/github.com/Eun/logtimer)](https://goreportcard.com/report/github.com/Eun/logtimer)\n---\nEnhance your output with a timer\n\n```\n$ ping 8.8.8.8 | logtimer\n[11:26:45] PING 8.8.8.8 (8.8.8.8) 56(84) bytes of data.\n[11:26:45] 64 bytes from 8.8.8.8: icmp_seq=1 ttl=123 time=16.7 ms\n[11:26:46] 64 bytes from 8.8.8.8: icmp_seq=2 ttl=123 time=16.5 ms\n[11:26:47] 64 bytes from 8.8.8.8: icmp_seq=3 ttl=123 time=16.1 ms\n[11:26:48] 64 bytes from 8.8.8.8: icmp_seq=4 ttl=123 time=18.3 ms\n```\n\n# Custom Format\n```\n$ ping 8.8.8.8 | logtimer --format=\"[%a, %d %b %Y %02H:%02M:%02S %Z] \"\n[Thu, 7 Feb 2019 11:27:18 CET] PING 8.8.8.8 (8.8.8.8) 56(84) bytes of data.\n[Thu, 7 Feb 2019 11:27:18 CET] 64 bytes from 8.8.8.8: icmp_seq=1 ttl=123 time=16.8 ms\n[Thu, 7 Feb 2019 11:27:19 CET] 64 bytes from 8.8.8.8: icmp_seq=2 ttl=123 time=17.4 ms\n[Thu, 7 Feb 2019 11:27:20 CET] 64 bytes from 8.8.8.8: icmp_seq=3 ttl=123 time=15.7 ms\n[Thu, 7 Feb 2019 11:27:21 CET] 64 bytes from 8.8.8.8: icmp_seq=4 ttl=123 time=16.0 ms\n```\n\n# Relative to the start\n```\n$ ping 8.8.8.8 | logtimer --relative\n[00:00:00] 64 bytes from 8.8.8.8: icmp_seq=21 ttl=123 time=18.3 ms\n[00:00:01] 64 bytes from 8.8.8.8: icmp_seq=21 ttl=123 time=18.3 ms\n[00:00:02] 64 bytes from 8.8.8.8: icmp_seq=21 ttl=123 time=18.3 ms\n...\n[85:30:04] 64 bytes from 8.8.8.8: icmp_seq=22 ttl=123 time=18.5 ms\n```\n\n## Build History\n[![Build history](https://buildstats.info/github/chart/Eun/logtimer?branch=master)](https://github.com/Eun/logtimer/actions)%  ","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feun%2Flogtimer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feun%2Flogtimer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feun%2Flogtimer/lists"}