Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 392 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 392 Bytes

ghost-shell

My experiments of creating a simple working shell while studying some operating systems subjects. Not intended for production use.

Features

  • pipe: Support chaining processes with pipes;

TODO

Some features I would like to implement if I manage to have some time.

  • IO redirection;
  • Enhanced input (auto-completion, cursor navigation);
  • Background execution;