Skip to content

Instantly share code, notes, and snippets.

View rferrolho's full-sized avatar

Rui Ferrolho rferrolho

View GitHub Profile
@rferrolho
rferrolho / settings.json
Last active April 22, 2026 20:59
Claude Code StatusLine on Powershell for Windows
{
"statusLine": {
"type": "command",
"command": "powershell -NoProfile -File C:/Users/Rui/.claude/statusline-command.ps1"
}
}