An open API service indexing awesome lists of open source software.

https://github.com/micahkepe/minishell

A tiny shell written in Rust
https://github.com/micahkepe/minishell

rust rust-lang shell

Last synced: 9 months ago
JSON representation

A tiny shell written in Rust

Awesome Lists containing this project

README

          

# Minishell 🐚

A toy tiny shell implemented in Rust with a simple event loop with piping
support.

The shell can be expanded with the features expected of a modern shell:

- [Basic Shell Features](https://www.gnu.org/software/bash/manual/html_node/Basic-Shell-Features.html#Basic-Shell-Features)
- [Input/Output Redirection in the Shell](https://thoughtbot.com/blog/input-output-redirection-in-the-shell)
- [Syntax Highlighting](https://zackoverflow.dev/writing/implementing-syntax-highlighting)
- Vi bindings
- and more...