Skip to content

add powershell statusline#320

Open
raybell-md wants to merge 1 commit into
google-antigravity:mainfrom
raybell-md:main
Open

add powershell statusline#320
raybell-md wants to merge 1 commit into
google-antigravity:mainfrom
raybell-md:main

Conversation

@raybell-md

@raybell-md raybell-md commented Jun 7, 2026

Copy link
Copy Markdown

Closes #319

settings.json:

  "statusLine": {
    "type": "command",
    "command": "powershell -NoProfile -ExecutionPolicy Bypass -File C:/Users/USER/statusline.ps1",
    "enabled": true
  },
Screenshot 2026-06-06 232048

@jochenkirstaetter

Copy link
Copy Markdown

Hi @raybell-md

I picked up your PR and I'm trying to get this running.
Does this actually work for you? I'm getting no output at all irrespectively of using Windows PowerShell or PowerShell Core.

Most likely I'm missing something... Would you have any suggestions?

Cheers

@HeyProtagonist

HeyProtagonist commented Jun 12, 2026

Copy link
Copy Markdown

@jochenkirstaetter

Copy link
Copy Markdown

Thanks @HeyProtagonist

I came across same and used a small C# shim for the missing "sh" application which takes the parameters and launches the script whatever has been configured in the settings.

I placed that shim next to the agy.exe and it works like a charm.

Thanks for the resource.

Cheers

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

statusline script for powershell/windows?

3 participants