#Shell

Subscribe
Building a Unix-shell in Rust - Part 4

Building a Unix-shell in Rust - Part 4

In this post, we switched from Termion to Rustyline, added command history, implemented an init script, and created an installation script, enhancing our Rust shell's usability and functionality.

3 min read
Building a Unix-shell in Rust - Part 1

Building a Unix-shell in Rust - Part 1

This is the first part of a series were I'll build a Unix shell in rust.

5 min read
Building a Unix-shell in Rust - Part 2

Building a Unix-shell in Rust - Part 2

In this second part of the series on building a Unix shell in Rust, we dive into the essential steps of reading user input, parsing it into commands, and classifying those commands for execution.

3 min read
Building a Unix-shell in Rust - Part 3

Building a Unix-shell in Rust - Part 3

In this post we will format the code and add some input functionality

3 min read