{"id":20200364,"url":"https://github.com/nickjer/ghlast","last_synced_at":"2026-04-17T14:34:50.007Z","repository":{"id":53885266,"uuid":"521762918","full_name":"nickjer/ghlast","owner":"nickjer","description":"Inspects the last release published to a GitHub repository","archived":false,"fork":false,"pushed_at":"2024-03-30T14:37:13.000Z","size":452,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-04-06T13:06:46.703Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Rust","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/nickjer.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","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":"2022-08-05T20:04:34.000Z","updated_at":"2025-12-27T12:36:14.000Z","dependencies_parsed_at":"2025-01-13T20:14:20.452Z","dependency_job_id":"16155ef5-d799-4f83-b85e-87a7a3b1a71d","html_url":"https://github.com/nickjer/ghlast","commit_stats":{"total_commits":7,"total_committers":1,"mean_commits":7.0,"dds":0.0,"last_synced_commit":"bf83961f6992215f225b7227b50c7a34bb426268"},"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/nickjer/ghlast","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nickjer%2Fghlast","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nickjer%2Fghlast/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nickjer%2Fghlast/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nickjer%2Fghlast/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nickjer","download_url":"https://codeload.github.com/nickjer/ghlast/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nickjer%2Fghlast/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31933397,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-17T12:37:54.787Z","status":"ssl_error","status_checked_at":"2026-04-17T12:37:25.095Z","response_time":62,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":[],"created_at":"2024-11-14T04:43:18.513Z","updated_at":"2026-04-17T14:34:49.991Z","avatar_url":"https://github.com/nickjer.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ghlast\n\n[![Latest Version](https://img.shields.io/crates/v/ghlast.svg)](https://crates.io/crates/ghlast)\n[![Downloads](https://img.shields.io/github/downloads/nickjer/ghlast/total.svg)](https://github.com/nickjer/ghlast/releases)\n[![License](https://img.shields.io/github/license/nickjer/ghlast.svg)](https://github.com/nickjer/ghlast)\n[![Continuous Integration Status](https://github.com/nickjer/ghlast/workflows/Continuous%20integration/badge.svg)](https://github.com/nickjer/ghlast/actions)\n\nA command line interface (CLI) used to inspect the last release published to a\nGitHub repository.\n\n![Screenshot of ghlast inspecting ripgrep](media/screenshot.png)\n\n## Why\n\nOne benefit this has over just bookmarking a URL to\n`/owner/name/releases/latest/download/asset-name.zip` is that this CLI will\npick up pre-releases.\n\nFor instance at the time of writing this the [Neovim] project has a v0.8.0\nprerelease build that they tag as `nightly`. If you use the static URL above\nyou will instead get the stable v0.7.2 build instead.\n\n![Screenshot of ghlast inspecting neovim](media/neovim-screenshot.png)\n\nI personally use it to get the latest and greatest of a binary...\n\n```bash\n#!/usr/bin/env bash\n\nURL=\"$(ghlast neovim neovim --output assets | grep 'appimage$')\"\ncurl \"${URL}\" --location --silent --output ~/bin/nvim \u0026\u0026 \\\n  chmod 755 ~/bin/nvim\n```\n\n[Neovim]: https://github.com/neovim/neovim\n\n## Installation\n\nInstall using [cargo]:\n\n```shell\ncargo install ghlast\n```\n\n[cargo]: https://doc.rust-lang.org/cargo/\n\n## Pre-compiled Binaries\n\nAn alternative method is to download and run the pre-compiled binaries:\n\nhttps://github.com/nickjer/ghlast/releases\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnickjer%2Fghlast","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnickjer%2Fghlast","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnickjer%2Fghlast/lists"}