{"id":30626929,"url":"https://github.com/orbitalquark/textadept-update-notifier","last_synced_at":"2025-08-30T19:04:11.893Z","repository":{"id":311943915,"uuid":"1045699172","full_name":"orbitalquark/textadept-update-notifier","owner":"orbitalquark","description":"Module for notifying when there is a Textadept update available.","archived":false,"fork":false,"pushed_at":"2025-08-27T15:46:30.000Z","size":10,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"default","last_synced_at":"2025-08-28T00:51:33.519Z","etag":null,"topics":["textadept","textadept-module"],"latest_commit_sha":null,"homepage":"","language":"Lua","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/orbitalquark.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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,"zenodo":null}},"created_at":"2025-08-27T15:24:03.000Z","updated_at":"2025-08-27T21:30:31.000Z","dependencies_parsed_at":"2025-08-28T00:51:38.024Z","dependency_job_id":"32f391a4-e6d6-444f-872a-91bfdb673048","html_url":"https://github.com/orbitalquark/textadept-update-notifier","commit_stats":null,"previous_names":["orbitalquark/textadept-update-notifier"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/orbitalquark/textadept-update-notifier","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/orbitalquark%2Ftextadept-update-notifier","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/orbitalquark%2Ftextadept-update-notifier/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/orbitalquark%2Ftextadept-update-notifier/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/orbitalquark%2Ftextadept-update-notifier/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/orbitalquark","download_url":"https://codeload.github.com/orbitalquark/textadept-update-notifier/tar.gz/refs/heads/default","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/orbitalquark%2Ftextadept-update-notifier/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":272892512,"owners_count":25010795,"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-08-30T02:00:09.474Z","response_time":77,"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":["textadept","textadept-module"],"created_at":"2025-08-30T19:03:51.027Z","updated_at":"2025-08-30T19:04:11.885Z","avatar_url":"https://github.com/orbitalquark.png","language":"Lua","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Update Notifier\n\nChecks for application updates and notifies when one is available.\n\nInstall this module by copying it into your *~/.textadept/modules/* directory or Textadept's\n*modules/* directory, and then putting the following in your *~/.textadept/init.lua*:\n\n```lua\nlocal update_notifier = require('update_notifier')\n```\n\nThere will be a \"Help \u003e Check for Updates\" menu item. You can also have Textadept check for\nupdates on startup by setting [`update_notifier.check_on_startup`](#update_notifier.check_on_startup).\n\nThis module does not perform any updates. The user is expected to act on any update\nnotifications.\n\n\u003ca id=\"update_notifier.browser\"\u003e\u003c/a\u003e\n## `update_notifier.browser`\n\nCommand used to open a URL in a browser.\n\n\u003ca id=\"update_notifier.check\"\u003e\u003c/a\u003e\n## `update_notifier.check`()\n\nChecks for updates, shows a message box if there is one, and copies the update URL to the\nclipboard so the user can download it.\n\n\u003ca id=\"update_notifier.check_on_startup\"\u003e\u003c/a\u003e\n## `update_notifier.check_on_startup`\n\nWhether or not to check for updates on startup.\n\nThe default value is `false`.\n\n\u003ca id=\"update_notifier.fetch\"\u003e\u003c/a\u003e\n## `update_notifier.fetch`\n\nCommand to send an HTTP request to check for updates.\n\nThe default value uses 'curl' on Windows, macOS, and BSD; it uses 'wget' on Linux.\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Forbitalquark%2Ftextadept-update-notifier","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Forbitalquark%2Ftextadept-update-notifier","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Forbitalquark%2Ftextadept-update-notifier/lists"}