{"id":28495282,"url":"https://github.com/orbitalquark/textadept-autoupdate","last_synced_at":"2025-07-01T18:31:21.256Z","repository":{"id":291813347,"uuid":"978440551","full_name":"orbitalquark/textadept-autoupdate","owner":"orbitalquark","description":"Module for checking if there is a Textadept update available.","archived":false,"fork":false,"pushed_at":"2025-06-12T20:08:09.000Z","size":19,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"default","last_synced_at":"2025-06-12T21:26:39.636Z","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-05-06T01:55:24.000Z","updated_at":"2025-06-12T20:08:03.000Z","dependencies_parsed_at":"2025-06-12T21:22:39.347Z","dependency_job_id":"d8d61f1f-a9bf-47b6-9fe0-95267a712a25","html_url":"https://github.com/orbitalquark/textadept-autoupdate","commit_stats":null,"previous_names":["orbitalquark/textadept-autoupdate"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/orbitalquark/textadept-autoupdate","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/orbitalquark%2Ftextadept-autoupdate","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/orbitalquark%2Ftextadept-autoupdate/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/orbitalquark%2Ftextadept-autoupdate/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/orbitalquark%2Ftextadept-autoupdate/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/orbitalquark","download_url":"https://codeload.github.com/orbitalquark/textadept-autoupdate/tar.gz/refs/heads/default","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/orbitalquark%2Ftextadept-autoupdate/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263017181,"owners_count":23400445,"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":["textadept","textadept-module"],"created_at":"2025-06-08T11:08:53.537Z","updated_at":"2025-07-01T18:31:21.250Z","avatar_url":"https://github.com/orbitalquark.png","language":"Lua","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Autoupdate\n\nChecks for application updates.\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 autoupdate = require('autoupdate')\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 [`autoupdate.check_on_startup`](#autoupdate.check_on_startup).\n\nAt this time, this module does not perform any auto-updates. The user is expected to act on\nany update notifications.\n\n\u003ca id=\"autoupdate.check\"\u003e\u003c/a\u003e\n## `autoupdate.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=\"autoupdate.check_on_startup\"\u003e\u003c/a\u003e\n## `autoupdate.check_on_startup`\n\nWhether or not to check for updates on startup.\n\nThe default value is `false`.\n\n\u003ca id=\"autoupdate.fetch\"\u003e\u003c/a\u003e\n## `autoupdate.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-autoupdate","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Forbitalquark%2Ftextadept-autoupdate","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Forbitalquark%2Ftextadept-autoupdate/lists"}