Skip to content

rj-Anurag/Nautilus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Command Line Shell This is a simple command line shell implemented in Rust. It allows users to execute commands, change directories (cd command), and exit the shell (exit command). Additionally, it supports piping multiple commands together using the | operator.

Features

Command Execution: Users can execute various commands supported by their system. Change Directory: Users can navigate the file system using the cd command. Piping: Multiple commands can be chained together using the | operator for piping output from one command to another. Error Handling: Errors are gracefully handled and displayed to the user.

Prerequisites Rust programming language and Cargo build system installed.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages