Kerno - a simple shell written in Rust

Kerno

https://github.com/pjdur/kerno

Kerno is a simple and lightweight shell written in Rust. It is not meant to replace stable and established shells such as Nushell, but is primarily just meant to be easy to use and also as a way to learn how shells work.

You can suggest any suggestions you have or contribute

2 Likes

To make it more powerful, i think it would be interesting to add a simple env var sunstitution (I've opened an issue on the repo).

Do you mean templating in commands, e.g. file = "index.html then you can do touch {file}?

This has been added
https://crates.io/crates/kerno/1.1.0

Awesome. I need a thing exactly as you do. I need a shell I can access in a browser. I do my own implementation, but I can't clear all bugs, the shell is too complex. And my implementation should work in Windows where no ls, cat and other useful command are. I bookmarked your project.

1 Like

Thank you for taking an interest in the project. It's gratifying to hear that it aligns with your current work. Your implementation sounds intriguing—I hope this shell proves to be of some use. I appreciate you bookmarking it.

This topic was automatically closed 90 days after the last reply. We invite you to open a new topic if you have further questions or comments.