{"id":13895981,"url":"https://github.com/orbitalquark/textadept-open-file-mode","last_synced_at":"2025-10-05T22:43:29.009Z","repository":{"id":110379774,"uuid":"302110721","full_name":"orbitalquark/textadept-open-file-mode","owner":"orbitalquark","description":"A Textadept module that extends the editor's Command Entry with a mode that can open files relative to the current file or directory. Tab-completion is available.","archived":false,"fork":false,"pushed_at":"2025-06-02T21:55:35.000Z","size":39,"stargazers_count":5,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"default","last_synced_at":"2025-06-03T12:40:50.447Z","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":"mit","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":"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,"zenodo":null}},"created_at":"2020-10-07T17:27:16.000Z","updated_at":"2025-06-02T21:55:26.000Z","dependencies_parsed_at":"2023-12-31T18:24:12.913Z","dependency_job_id":"bb0b70b5-6744-4315-9207-ee0cdba9e756","html_url":"https://github.com/orbitalquark/textadept-open-file-mode","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/orbitalquark/textadept-open-file-mode","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/orbitalquark%2Ftextadept-open-file-mode","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/orbitalquark%2Ftextadept-open-file-mode/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/orbitalquark%2Ftextadept-open-file-mode/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/orbitalquark%2Ftextadept-open-file-mode/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/orbitalquark","download_url":"https://codeload.github.com/orbitalquark/textadept-open-file-mode/tar.gz/refs/heads/default","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/orbitalquark%2Ftextadept-open-file-mode/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278532358,"owners_count":26002345,"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-10-05T02:00:06.059Z","response_time":54,"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":"2024-08-06T18:02:35.873Z","updated_at":"2025-10-05T22:43:28.991Z","avatar_url":"https://github.com/orbitalquark.png","language":"Lua","funding_links":[],"categories":["Lua"],"sub_categories":[],"readme":"# Open File Mode\n\nA Textadept module that extends the editor's `ui.command_entry` with a mode that can open\nfiles relative to the current file or directory.\n\nTab-completion is available.\n\nThis is an alternative to Textadept's default File Open dialog.\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\nkeys['alt+o'] = require('open_file_mode')\n```\n\nReplace \"alt+o\" with the key you want to bind the function to. You can also create a menu\nitem with that function.\n\n\u003ca id=\"_G.ui.command_entry.open_file\"\u003e\u003c/a\u003e\n## `_G.ui.command_entry.open_file`()\n\nOpens the command entry in a mode that can open files relative to the current file or\ndirectory.\n\nTab-completion is available, and on Windows, Cygwin-style '/c/' root directories are supported.\nIf no file is ultimately specified, the user is prompted with Textadept's default File\nOpen dialog.\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Forbitalquark%2Ftextadept-open-file-mode","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Forbitalquark%2Ftextadept-open-file-mode","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Forbitalquark%2Ftextadept-open-file-mode/lists"}