{"id":18920046,"url":"https://github.com/gongo/9t","last_synced_at":"2025-07-28T08:34:43.074Z","repository":{"id":28383617,"uuid":"31897750","full_name":"gongo/9t","owner":"gongo","description":"9t is multi-file tailer by golang","archived":false,"fork":false,"pushed_at":"2020-04-22T04:36:29.000Z","size":839,"stargazers_count":133,"open_issues_count":1,"forks_count":16,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-15T11:12:24.525Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/gongo.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-03-09T12:45:17.000Z","updated_at":"2024-09-27T11:34:30.000Z","dependencies_parsed_at":"2022-08-28T14:10:09.678Z","dependency_job_id":null,"html_url":"https://github.com/gongo/9t","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gongo%2F9t","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gongo%2F9t/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gongo%2F9t/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gongo%2F9t/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gongo","download_url":"https://codeload.github.com/gongo/9t/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249058384,"owners_count":21205911,"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-11-08T10:42:14.381Z","updated_at":"2025-04-15T11:12:42.518Z","avatar_url":"https://github.com/gongo.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"9t\n==============================\n\n[![Build Status](https://travis-ci.org/gongo/9t.svg?branch=master)](https://travis-ci.org/gongo/9t)\n[![Coverage Status](https://coveralls.io/repos/gongo/9t/badge.svg?branch=master)](https://coveralls.io/r/gongo/9t?branch=master)\n\n9t (nine-tailed fox in Japanese) is a multi-file tailer (like `tail -f a.log b.log ...`).\n\nUsage\n------------------------------\n\n```\n$ 9t file1 [file2 ...]\n```\n\n### Demo\n\n![Demo](./images/9t.gif)\n\n1. Preparation for demo\n\n    ```sh\n    $ yukari() { echo '世界一かわいいよ!!' }\n    $ while :; do       yukari \u003e\u003e tamura-yukari.log ; sleep 0.2 ; done\n    $ while :; do echo $RANDOM \u003e\u003e random.log        ; sleep 3   ; done\n    $ while :; do         date \u003e\u003e      d.log        ; sleep 1   ; done\n    ```\n\n1. Run\n\n    ```\n    $ 9t tamura-yukari.log random.log d.log\n    ```\n\nInstallation\n------------------------------\n\n```\n$ go get github.com/gongo/9t/cmd/9t\n```\n\nMotivation\n------------------------------\n\nSo far, Multiple file display can be even `tail -f`.\n\n![Demo](./images/tailf.gif)\n\nBut, I wanted to see in a similar format as the `heroku logs --tail`.\n\n```\napp[web.1]: foo bar baz\napp[worker.1]: pizza pizza\napp[web.1]: foo bar baz\napp[web.2]: just do eat..soso..\n.\n.\n```\n\nLicense\n------------------------------\n\nMIT License\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgongo%2F9t","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgongo%2F9t","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgongo%2F9t/lists"}