{"id":13413332,"url":"https://github.com/hpcloud/tail","last_synced_at":"2026-04-02T02:07:45.088Z","repository":{"id":6772565,"uuid":"8019413","full_name":"hpcloud/tail","owner":"hpcloud","description":"Go package for reading from continously updated files (tail -f)","archived":false,"fork":false,"pushed_at":"2022-10-25T19:40:21.000Z","size":261,"stargazers_count":2719,"open_issues_count":74,"forks_count":505,"subscribers_count":99,"default_branch":"master","last_synced_at":"2024-10-29T20:36:32.468Z","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/hpcloud.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGES.md","contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-02-05T00:28:03.000Z","updated_at":"2024-10-29T12:02:48.000Z","dependencies_parsed_at":"2022-08-06T20:00:34.577Z","dependency_job_id":null,"html_url":"https://github.com/hpcloud/tail","commit_stats":null,"previous_names":["activestate/tail"],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hpcloud%2Ftail","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hpcloud%2Ftail/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hpcloud%2Ftail/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hpcloud%2Ftail/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hpcloud","download_url":"https://codeload.github.com/hpcloud/tail/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243500792,"owners_count":20300773,"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-07-30T20:01:37.970Z","updated_at":"2025-12-16T00:31:06.556Z","avatar_url":"https://github.com/hpcloud.png","language":"Go","readme":"[![Build Status](https://travis-ci.org/hpcloud/tail.svg)](https://travis-ci.org/hpcloud/tail)\n[![Build status](https://ci.appveyor.com/api/projects/status/vrl3paf9md0a7bgk/branch/master?svg=true)](https://ci.appveyor.com/project/Nino-K/tail/branch/master)\n\n# Go package for tail-ing files\n\nA Go package striving to emulate the features of the BSD `tail` program. \n\n```Go\nt, err := tail.TailFile(\"/var/log/nginx.log\", tail.Config{Follow: true})\nfor line := range t.Lines {\n    fmt.Println(line.Text)\n}\n```\n\nSee [API documentation](http://godoc.org/github.com/hpcloud/tail).\n\n## Log rotation\n\nTail comes with full support for truncation/move detection as it is\ndesigned to work with log rotation tools.\n\n## Installing\n\n    go get github.com/hpcloud/tail/...\n\n## Windows support\n\nThis package [needs assistance](https://github.com/hpcloud/tail/labels/Windows) for full Windows support.\n","funding_links":[],"categories":["Logging","日志","Misc","Go","\u003cspan id=\"日志-logging\"\u003e日志 Logging\u003c/span\u003e","Logging 日志库","日志记录","日誌","Relational Databases"],"sub_categories":["Search and Analytic Databases","Advanced Console UIs","\u003cspan id=\"高级控制台用户界面-advanced-console-uis\"\u003e高级控制台用户界面 Advanced Console UIs\u003c/span\u003e","SQL 查询语句构建库","检索及分析资料库","高级控制台界面","交流","高級控制台界面"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhpcloud%2Ftail","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhpcloud%2Ftail","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhpcloud%2Ftail/lists"}