{"id":15490157,"url":"https://github.com/yoanm/jsontail","last_synced_at":"2026-05-01T15:36:48.085Z","repository":{"id":57580328,"uuid":"123399969","full_name":"yoanm/jsonTail","owner":"yoanm","description":"Tail command for json log file (Go)","archived":false,"fork":false,"pushed_at":"2018-04-12T18:40:21.000Z","size":34,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-10-19T09:04:48.296Z","etag":null,"topics":["go","json","tail"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/yoanm.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}},"created_at":"2018-03-01T07:39:56.000Z","updated_at":"2018-04-12T18:40:18.000Z","dependencies_parsed_at":"2022-09-14T17:21:58.624Z","dependency_job_id":null,"html_url":"https://github.com/yoanm/jsonTail","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yoanm%2FjsonTail","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yoanm%2FjsonTail/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yoanm%2FjsonTail/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yoanm%2FjsonTail/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yoanm","download_url":"https://codeload.github.com/yoanm/jsonTail/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246061614,"owners_count":20717473,"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":["go","json","tail"],"created_at":"2024-10-02T07:09:34.555Z","updated_at":"2026-05-01T15:36:48.041Z","avatar_url":"https://github.com/yoanm.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# jsonTail\ntail command for json log file\n\n## How to install\n```bash\ngo get github.com/yoanm/jsonTail\n```\n\n`jsonTail` command will be available under ` $GOPATH/bin`\n\n\n## Options\nFollowing command will output available options\n```bash\njsonTail --help\n```\n\n * `-date` : will print line handling date in front of each processed lines\n \n### File\n\n * `-f FILE_PATH` : will open `FILE_PATH` and wait for update. *Behaves like `tail -f` command*\n * `-F FILE_PATH` : Same behavior than `-f` but file will be reopened if recreated. *Behaves like `tail -F` command*\n \n### Fields matching/exclusion\n\n**Fields matching or exclusion only work with objects**\n\n * `-only FIELD` : will output only specified field. Multiple fields could be specified by using multiple `-only`.\n   \n   Field matching is made thanks to `github.com/tidwall/gjson` package.\n   \n   See [`github.com/tidwall/gjson` path syntac](https://github.com/tidwall/gjson#path-syntax) for more information about paths\n\n * `-exclude FIELD` : will exclude specified field from output. Multiple fields could be specified by using multiple `-exclude`.\n   \n   Field matching is made thanks to `github.com/tidwall/sjson` package.\n   \n   See [`github.com/tidwall/sjson` path syntac](https://github.com/tidwall/sjson#path-syntax) for more information about paths\n   \n\n## Dependencies\n\nFollowing external packages are used under the hood : \n\n * [github.com/hpcloud/tail](https://github.com/hpcloud/tail)\n * [github.com/tidwall/sjson](https://github.com/tidwall/sjson)\n * [github.com/tidwall/gjson](https://github.com/tidwall/gjson)\n * [github.com/hokaccha/go-prettyjson](https://github.com/hokaccha/go-prettyjson)\n * [github.com/fatih/color](https://github.com/fatih/color)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyoanm%2Fjsontail","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyoanm%2Fjsontail","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyoanm%2Fjsontail/lists"}