{"id":22007009,"url":"https://github.com/t-matsuo/nafder","last_synced_at":"2026-05-02T15:41:33.256Z","repository":{"id":140935772,"uuid":"421416958","full_name":"t-matsuo/nafder","owner":"t-matsuo","description":"Nafder is a tool to identifying logs for container which has multi application. It reads logs from named pipe, and outputs them with prefix.","archived":false,"fork":false,"pushed_at":"2023-06-11T13:46:25.000Z","size":84,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-28T13:49:23.554Z","etag":null,"topics":["container","docker","logging"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/t-matsuo.png","metadata":{"files":{"readme":"README.md","changelog":null,"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}},"created_at":"2021-10-26T12:32:36.000Z","updated_at":"2024-10-14T01:50:00.000Z","dependencies_parsed_at":null,"dependency_job_id":"351eb314-a200-42da-808b-16767383bbeb","html_url":"https://github.com/t-matsuo/nafder","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/t-matsuo%2Fnafder","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/t-matsuo%2Fnafder/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/t-matsuo%2Fnafder/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/t-matsuo%2Fnafder/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/t-matsuo","download_url":"https://codeload.github.com/t-matsuo/nafder/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245066676,"owners_count":20555427,"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":["container","docker","logging"],"created_at":"2024-11-30T01:16:16.554Z","updated_at":"2026-05-02T15:41:28.220Z","avatar_url":"https://github.com/t-matsuo.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Nafder\n\nNafder is a tool to identifying logs for container which has multi application.\nIt reads logs from named pipe, and outputs them with prefix.\n\n[![Go Report Card](https://goreportcard.com/badge/github.com/t-matsuo/nafder)](https://goreportcard.com/report/github.com/t-matsuo/nafder)\n\n![](images/nafder.png)\n\n## Usage\n\n```\n  $ nafder [options...] TargetDir\n```\n\n(ex)\n\nterminal 1\n```\n# mkdir /var/run/nafder\n# mkfifo /var/run/nafder/app1\n# mkfifo /var/run/nafder/app2\n# nafder /var/run/nafder\nnafder INFO Reading /var/run/nafder/app1\nnafder INFO Reading /var/run/nafder/app2\n```\n\nterminal 2\n```\n# echo foobar \u003e /var/run/nafder/app1\n# echo xxyyzz \u003e /var/run/nafder/app1\n```\n\n-\u003e nafder(terminal 1) output these logs\n```\napp1 foobar\napp2 xxyyzz\n```\n\n### Options:\n\n*  -c --copy    : Copy logs to specified file\n*  -t --time    : Output timestamp\n*  -d --debug   : Print debug messages\n*  --version    : Show version number\n*  -h --help    : Show help\n\n### Environment Variables:\n\n* NAFDER_DEBUG=true (default:false)\n  * Print debug messages (=--debug option)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ft-matsuo%2Fnafder","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ft-matsuo%2Fnafder","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ft-matsuo%2Fnafder/lists"}