Settings

Theme

Show HN: Jitzu – My PowerShell Killer

jitzu.dev

6 points by Simon-curtis 4 months ago · 2 comments · 1 min read

Reader

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!

mathgladiator 4 months ago

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!

  • Simon-curtisOP 4 months ago

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

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection