{"id":20417060,"url":"https://github.com/bn3t/tail-url","last_synced_at":"2025-05-08T14:32:44.192Z","repository":{"id":143740892,"uuid":"123788375","full_name":"bn3t/tail-url","owner":"bn3t","description":"Tail text from an URL","archived":true,"fork":false,"pushed_at":"2018-03-12T22:23:02.000Z","size":81,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-05T03:44:40.713Z","etag":null,"topics":["command-line","command-line-tool","http","http-get","rust","tail","url"],"latest_commit_sha":null,"homepage":null,"language":"Rust","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/bn3t.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":"2018-03-04T12:54:43.000Z","updated_at":"2023-06-14T15:09:00.000Z","dependencies_parsed_at":null,"dependency_job_id":"44a28e1e-59b2-4ce9-a2e4-c52cec9cde3e","html_url":"https://github.com/bn3t/tail-url","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bn3t%2Ftail-url","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bn3t%2Ftail-url/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bn3t%2Ftail-url/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bn3t%2Ftail-url/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bn3t","download_url":"https://codeload.github.com/bn3t/tail-url/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253085703,"owners_count":21851684,"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":["command-line","command-line-tool","http","http-get","rust","tail","url"],"created_at":"2024-11-15T06:24:21.026Z","updated_at":"2025-05-08T14:32:44.171Z","avatar_url":"https://github.com/bn3t.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# tail-url - Tail text from an URL [![Build Status](https://travis-ci.org/bn3t/tail-url.svg?branch=master)](https://travis-ci.org/bn3t/tail-url)\n\nThis is a utility to tail text from an HTTP endpoint. It works similarly to doing tail -f with a local file. Typically, the source should be a growing text file (like a log file) served by a server supporting the Range header in http.\n\n## Usage\n\n```\n$ tail-url -h\nUsage:\n    tail-url [OPTIONS] URL\n\nTail text coming from an URL\n\npositional arguments:\n  url                   URL to tail\n\noptional arguments:\n  -h,--help             show this help message and exit\n  -t                    Starting tail offset in bytes\n```\n\n### Example\n\nThe following example will tail from the URL http://localhost:8080/logfile.\n\n```\ntail-url http://localhost:8080/logfile\n```\n\n## Requirements\n\nFor the utility to work, the HTTP server needs to support the Range header with a range of bytes in the GET request. The tool checks it by calling the HEAD method on the resource and checking for the AcceptRanges header.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbn3t%2Ftail-url","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbn3t%2Ftail-url","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbn3t%2Ftail-url/lists"}