Live data from Hacker News

Show HN: Jitzu – My PowerShell Killer

jitzu.dev

1–3 of 3 posts

Show HN: Jitzu – My PowerShell Killer

#1
Born out of my frustration with powershell’s slow startup and confusing syntax I have long wanted to build a shell and scripting language in .NET. I have been working on it for a long time and thanks to Claude, I was able to finally get it over the line. I daily drive it as my shell on Windows, and really happy with it so far.

Please try it and let me know where it can improve!

Show HN: Jitzu – My PowerShell Killer
jitzu.dev

Re: Show HN: Jitzu – My PowerShell Killer

#3

The directory labeling is my favorite part: label git ~/git/ → cd git:jitzu or ls git:project/site is so clean. No symlink farms, no alias soup, just persistent, tab-friendly labels. This would be great in existing shell environments!

Thanks! Yeah I'm extremely happy with that feature, I use it a lot at work to quickly jump to our worktrees!