xsh banner

xsh

6 devlogs
7h 9m 27s

xsh® is a modern windows shell made with JavaScript

This project uses AI

I used GitHub copilot to migrate some functions from my old to a new system, and for the theme function, which i could not figure out myself.

Demo Repository

Loading README...

Sander

Shipped this project!

Hours: 6.83
Cookies: 🍪 189
Multiplier: 27.66 cookies/hr

I built a custom shell in JS called xsh! I’ve added support for a couple of linux commands, like nano, touch & more!
The nano command was the most difficult to make! But it works like a charm!

Sander

Updates

  • added current time & the time a command took to the right
  • commands are now loading from the /commands dir
  • added arrow up/down/left/right functions
  • created basic commands (cat, help, reload, version)
  • update docs, add banner and rewrite readme

Changelog

Attachment
0
Sander

Changelog

i’ve created the core/base of xsh, it will be like zsh but made in node.js, so it can be used on windows computers happy

Attachment
1

Comments

Henry
Henry 16 days ago

reset the counter, everyone!
0 days since last new shell.

Didn’t even know people made these for Windows. Very cool if it’s POSIX compliant, but why would you use JavaScript for this? I mean whatever works I guess