{"id":16616057,"url":"https://github.com/idadzie/entitle","last_synced_at":"2026-04-25T07:31:27.328Z","repository":{"id":110168899,"uuid":"422245534","full_name":"idadzie/entitle","owner":"idadzie","description":"🔗 Get web page title via URL","archived":false,"fork":false,"pushed_at":"2022-01-25T13:49:03.000Z","size":9,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-11T02:25:33.140Z","etag":null,"topics":["bash","shell"],"latest_commit_sha":null,"homepage":"","language":"Shell","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/idadzie.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-28T14:53:38.000Z","updated_at":"2022-01-25T13:52:46.000Z","dependencies_parsed_at":"2023-03-13T13:57:30.039Z","dependency_job_id":null,"html_url":"https://github.com/idadzie/entitle","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/idadzie/entitle","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/idadzie%2Fentitle","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/idadzie%2Fentitle/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/idadzie%2Fentitle/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/idadzie%2Fentitle/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/idadzie","download_url":"https://codeload.github.com/idadzie/entitle/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/idadzie%2Fentitle/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":27760221,"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","status":"online","status_checked_at":"2025-12-16T02:00:10.477Z","response_time":57,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["bash","shell"],"created_at":"2024-10-12T02:11:41.160Z","updated_at":"2025-12-16T06:12:02.228Z","avatar_url":"https://github.com/idadzie.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# entitle\n\nentitle is a command-line program to get the title of a web page using its URL.\n\n:shushing_face: It is seriously over-engineered.\n\n\n\n## :luggage: Dependencies\n\nIt requires [xidel](https://github.com/benibela/xidel) to run. :heart_eyes:\n\nYou should also ensure you have [make](https://www.gnu.org/software/make) if you intend to use that installation option.\n\n\n\n## :floppy_disk: Installation\n\n### Using make (Recommended)\n\nTo install, clone this repository and run `make install`from the source tree.\n\n```shell\n# Clone this repository.\ngit clone https://github.com/idadzie/entitle.git\n\n# Change directory to the source tree.\ncd entitle\n\n# Run make.\n[sudo] make install\n```\n\nBy default, entitle is installed under `/usr/local`. You can install it to a different location by specifying a `PREFIX` when calling make.\n\n```shell\nmake install PREFIX=$HOME/.local\n```\n\n\n\n### Manually downloading the executable\n\nTo install it right away for all UNIX users (Linux, macOS, etc.), type:\n\n```shell\nsudo curl -L https://raw.githubusercontent.com/idadzie/entitle/main/bin/entitle -o /usr/local/bin/entitle\nsudo chmod a+rx /usr/local/bin/entitle\n```\n\nIf you do not have curl, you can alternatively use a recent wget:\n\n```shell\nsudo wget https://raw.githubusercontent.com/idadzie/entitle/main/bin/entitle -O /usr/local/bin/entitle\nsudo chmod a+rx /usr/local/bin/entitle\n```\n\n\n\n## :rocket: How to use\n\n```\nGet web page title via URL.\nUsage: /usr/local/bin/entitle [--(no-)squared] [-h|--help] \u003curl\u003e\n\t\u003curl\u003e: Web page URL\n\t--squared, --no-squared: Escape square brackets (off by default)\n\t-h, --help: Prints help\n```\n\n```shell\n# For the exact title.\nentitle https://www.youtube.com/watch\\?v\\=dQw4w9WgXcQ\n\n# For markdown friendly output.\n# Really it's just escaping the square brackets in some titles.\nentitle --squared https://www.youtube.com/watch\\?v\\=dQw4w9WgXcQ\n```\n\n\n\n## :sparkling_heart: Like this project ?\n\nLeave a :star: If you think this project is cool.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fidadzie%2Fentitle","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fidadzie%2Fentitle","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fidadzie%2Fentitle/lists"}