{"id":23155736,"url":"https://github.com/d-edge/extlauncher","last_synced_at":"2025-08-17T23:32:15.596Z","repository":{"id":37823340,"uuid":"463682253","full_name":"d-edge/extLauncher","owner":"d-edge","description":"ExtLauncher is a dotnet tool to search and launch quickly projects in the user's preferred applications.","archived":false,"fork":false,"pushed_at":"2024-02-06T12:52:12.000Z","size":1101,"stargazers_count":10,"open_issues_count":8,"forks_count":1,"subscribers_count":4,"default_branch":"main","last_synced_at":"2024-12-17T10:39:28.176Z","etag":null,"topics":["invoke-item","launcher","xdg-open"],"latest_commit_sha":null,"homepage":"https://www.nuget.org/packages/extLauncher/","language":"F#","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/d-edge.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}},"created_at":"2022-02-25T21:37:35.000Z","updated_at":"2023-01-26T18:33:50.000Z","dependencies_parsed_at":"2023-02-14T19:31:06.147Z","dependency_job_id":null,"html_url":"https://github.com/d-edge/extLauncher","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/d-edge%2FextLauncher","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/d-edge%2FextLauncher/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/d-edge%2FextLauncher/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/d-edge%2FextLauncher/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/d-edge","download_url":"https://codeload.github.com/d-edge/extLauncher/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":230181547,"owners_count":18185937,"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":["invoke-item","launcher","xdg-open"],"created_at":"2024-12-17T21:11:25.525Z","updated_at":"2024-12-17T21:11:26.131Z","avatar_url":"https://github.com/d-edge.png","language":"F#","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cbr /\u003e\n\n\u003cp align=\"center\"\u003e\n    \u003cimg src=\"https://raw.githubusercontent.com/d-edge/extLauncher/main/assets/logo.png\" alt=\"extLauncher logo\" height=\"140\"\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n\u003ca href=\"https://github.com/d-edge/extLauncher/actions\" title=\"actions\"\u003e\u003cimg src=\"https://github.com/d-edge/extLauncher/actions/workflows/build.yml/badge.svg?branch=main\" alt=\"actions build\" /\u003e\u003c/a\u003e\n\u003ca href=\"https://github.com/d-edge/extLauncher/blob/main/LICENSE\" title=\"license\"\u003e\u003cimg src=\"https://img.shields.io/github/license/d-edge/extLauncher\" alt=\"license\" /\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n\u003cbr /\u003e\n\nextLauncher is a dotnet tool to search and launch quickly projects in the user's preferred application. extLauncher is maintained by folks at [D-EDGE](https://www.d-edge.com/).\n\n\u003cp align=\"center\"\u003e\n    \u003cimg src=\"https://raw.githubusercontent.com/d-edge/extLauncher/main/assets/terminal.gif\" alt=\"extLauncher terminal\"\u003e\n\u003c/p\u003e\n\n# Getting Started\n\nInstall extLauncher as a global dotnet tool\n\n``` bash\ndotnet tool install extLauncher -g\n``` \n\nor as a dotnet local tool\n\n``` bash\ndotnet new tool-manifest\ndotnet tool install extLauncher\n```` \n\n# Usage\n\n```\nUSAGE:\n    extLauncher [OPTIONS]\n\nEXAMPLES:\n    extLauncher index *.sln\n    extLauncher index \"(.*)[.](fs|cs)proj$\" --regex\n    extLauncher launcher mylauncher set execpath\n    extLauncher launcher mylauncher remove\n    extLauncher launcher vscode set /usr/bin/code --choose file --args=\"-r %s\"\n    extLauncher launcher vscode set \"$env:LOCALAPPDATA\\Programs\\Microsoft VS Code\\bin\\code.cmd\" --choose directory\n    extLauncher launcher explorer set explorer.exe --choose directory\n\nOPTIONS:\n    -h, --help    Prints help information\n\nCOMMANDS:\n    prompt             (default command) Type to search. Arrows Up/Down to navigate. Enter to launch. Escape to quit\n    index \u003cpattern\u003e    Indexes all files recursively with a specific pattern which can be a wildcard (default) or a regular expression\n    launcher \u003cname\u003e    Add, update or remove a launcher (optional)\n    deindex            Clears the current index\n    info               Prints the current pattern and all the indexed files\n    refresh            Updates the current index\n```\n\n# Build locally\n\n- Clone the repository\n- Open the repository\n- Invoke the tool by running the `dotnet tool run` command: `dotnet tool run extLauncher` (with your arguments)\n\n# Caches and data generated by extLauncher\n\nThis tool maintains a database to improve its performance. You should be able to find it in the most obvious place for your operating system:\n\n- Windows: `%appdata%\\Roaming\\extLauncher\\extLauncher.db`\n- Linux: `~/.config/extLauncher/extLauncher.db`\n\n# License\n\n[MIT](https://github.com/d-edge/extLauncher/blob/main/LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fd-edge%2Fextlauncher","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fd-edge%2Fextlauncher","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fd-edge%2Fextlauncher/lists"}