Skip to content

Latest commit

 

History

History
35 lines (26 loc) · 688 Bytes

README.md

File metadata and controls

35 lines (26 loc) · 688 Bytes

blsh - The Brian Lee shell v0.01

a small shell written in c#, Winter/Spring 2019

Notes and questions

ToDo

  • method that takes filename as an agument and checks if it exists.
    • there are now several external files that need to be checked, so it needs to be DRYd up
  • arrow up for history
    • enumerate branch has a beginning of this feature.

Finished

  • Basic Loop in Main()
  • Simple ls application to test blsh
  • handles builtins using delegates
  • Create ini file

Current Built-Ins

  • clear
  • pwd
  • whoami
  • cd
  • history

Current Externals

  • ls (outputs needs cleanup)
  • mkdir
  • touch

Known Bugs

Copyright

(c) 2019 Brian Pritt GPLv3