Skip to content

jehuddleston/RustShell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RustShell

This is an implementation of a shell in Rust--mostly just as a way for me to get used to the language.

Current Structure: All it does currently is echo back whatever the inputs are and then exits when quit is entered.

TODOS:

  • Make commandmanager use a hashmap that mapped strings to functions with generic types.
  • Streamline function registering.
  • Register directory navigation functionality
  • Set up program execution within the shell

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages