{"id":16405643,"url":"https://github.com/multirious/helix-win-runner","last_synced_at":"2025-10-26T17:31:33.318Z","repository":{"id":214746302,"uuid":"612031113","full_name":"Multirious/helix-win-runner","owner":"Multirious","description":"Windows CLI tool to enhance Helix as external editor. This is made mostly for Godot but could work with others.","archived":false,"fork":false,"pushed_at":"2024-01-18T02:33:04.000Z","size":24,"stargazers_count":12,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-31T21:52:56.167Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Rust","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/Multirious.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}},"created_at":"2023-03-10T03:32:41.000Z","updated_at":"2025-01-22T08:05:56.000Z","dependencies_parsed_at":"2024-01-17T04:46:45.096Z","dependency_job_id":null,"html_url":"https://github.com/Multirious/helix-win-runner","commit_stats":null,"previous_names":["multirious/helix-win-runner"],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Multirious%2Fhelix-win-runner","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Multirious%2Fhelix-win-runner/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Multirious%2Fhelix-win-runner/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Multirious%2Fhelix-win-runner/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Multirious","download_url":"https://codeload.github.com/Multirious/helix-win-runner/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238375247,"owners_count":19461571,"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":[],"created_at":"2024-10-11T06:06:49.938Z","updated_at":"2025-10-26T17:31:32.974Z","avatar_url":"https://github.com/Multirious.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"![GitHub License](https://img.shields.io/github/license/multirious/helix-win-runner?style=for-the-badge)\n![GitHub Release](https://img.shields.io/github/v/release/multirious/helix-win-runner?sort=semver\u0026style=for-the-badge)\n\n# helix-win-runner\n\nWindows CLI tool to enhance Helix as external editor.\nThis is made mostly for Godot but could work with others.\n\n# This uses macros\n\nCurrently Helix do not support external connection which gives quality IDE [features](#features).\nThis tool is currently made as a workaround for it.\n\n\u003e [!NOTE]\n\u003e Try to avoid interacting with your input devices while the script is processing.\n\n# Features\n\n- File switching\n- Focuses Helix window that already exists or create one if not.\n- Jump to errors and warnings\n- Supports using Helix in WSL.\n \n![demo](https://github-production-user-asset-6210df.s3.amazonaws.com/77918086/295451165-24059abe-350c-41a1-a617-7a1e1391e806.gif?X-Amz-Algorithm=AWS4-HMAC-SHA256\u0026X-Amz-Credential=AKIAVCODYLSA53PQK4ZA%2F20240110%2Fus-east-1%2Fs3%2Faws4_request\u0026X-Amz-Date=20240110T044835Z\u0026X-Amz-Expires=300\u0026X-Amz-Signature=24455f8f2ac93a467edd19051b3acfb74fc59bb490ede68028343062e2fa0f52\u0026X-Amz-SignedHeaders=host\u0026actor_id=77918086\u0026key_id=0\u0026repo_id=612031113)\n\nYou can issue a feature request!\n\n# Usages\n\nRun `-h`, `--help` to see availiable flags to use.\nBasic usages are explained in the help command.\n\nSee [Quick Start section](#quick-start).\n\n\u003e [!NOTE]\n\u003e This tool do not launch Helix on its own.\n\nUse `--run` flag to let the CLI run a command when window is not found.\nThe CLI will run a macro after running a command by default, to prevent this use `--no-init-macro`.\nThe CLI also works without a launch script but then you need to launch Helix yourself (only need to be done one time per session).\n\nUse `--list` flag to display windows currently opened. Use the information given for `-n`, `--window-process-name` or `-t`, `--window-title`.\n\nRecommended to use `-r`, `--relative` and/or `--clipboard` to speed up the process!\n\n# Quick Start\n\nLaunch Helix in Windows Terminal\n\nGodot settings:\n| Property   | Value            |\n|----------  |------------------|\n|`exec_path` |`\u003cpath to helix-win-runner\u003e`|\n|`exec_flags`|`--clipboard -r --run \"wt nt --title 'Helix' hx -w {project} {file}:{line}:{col}\" --no-init-macro -t \"Helix\" -n \"WindowsTerminal.exe\" -p {project} -f {file} -l {line} -c {col}`|\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmultirious%2Fhelix-win-runner","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmultirious%2Fhelix-win-runner","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmultirious%2Fhelix-win-runner/lists"}