{"id":13896156,"url":"https://github.com/erf/vis-outdated","last_synced_at":"2025-07-17T12:30:58.211Z","repository":{"id":69768660,"uuid":"308333836","full_name":"erf/vis-outdated","owner":"erf","description":"keep up-to-date with git repos in vis","archived":false,"fork":false,"pushed_at":"2021-01-02T13:09:57.000Z","size":39,"stargazers_count":4,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-15T04:00:32.679Z","etag":null,"topics":["git","hashes","ls-remote","outdated","vis-outdated","vis-plugin"],"latest_commit_sha":null,"homepage":"","language":"Lua","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/erf.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}},"created_at":"2020-10-29T13:15:43.000Z","updated_at":"2021-08-15T08:23:58.000Z","dependencies_parsed_at":null,"dependency_job_id":"c87b2028-8918-4953-b612-0560adc03a53","html_url":"https://github.com/erf/vis-outdated","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/erf/vis-outdated","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/erf%2Fvis-outdated","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/erf%2Fvis-outdated/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/erf%2Fvis-outdated/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/erf%2Fvis-outdated/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/erf","download_url":"https://codeload.github.com/erf/vis-outdated/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/erf%2Fvis-outdated/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265606599,"owners_count":23796969,"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":["git","hashes","ls-remote","outdated","vis-outdated","vis-plugin"],"created_at":"2024-08-06T18:02:41.888Z","updated_at":"2025-07-17T12:30:57.934Z","avatar_url":"https://github.com/erf.png","language":"Lua","readme":"# vis-outdated\n\nKeep up-to-date with a list of git repos using [vis](https://github.com/martanne/vis).\n\n## How\n\nGiven a set of *git* repos, we fetch commit hashes using `git ls-remote` and store them on disk. \n\nWe then compare the local cache with the latest hashes to see if they are up-to-date.\n\n## Commands\n\n**outdated** - compare local hashes to latest\n\n**outdated-update** - write latest hashes to file\n\n## Config\n\nJust set `repos` to an array of git repositories\n\n``` lua\nrequire('plugins/vis-outdated').repos = {\n\t'https://github.com/erf/vis-title',\n\t'https://github.com/erf/vis-cursors',\n\t'https://github.com/erf/vis-highlight',\n}\n```\n\n`github` urls can be shortend to only `{name}/{repo}`\n\n``` lua\nrequire('plugins/vis-outdated').repos = {\n\t'erf/vis-title',\n\t'erf/vis-cursors',\n\t'erf/vis-highlight',\n}\n```\n\n## Local CSV cache file\n\n*repos* and *commits* are cached in `{XDG_CACHE_HOME|HOME}.vis-outdated.csv`.","funding_links":[],"categories":["Lua"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ferf%2Fvis-outdated","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ferf%2Fvis-outdated","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ferf%2Fvis-outdated/lists"}