Skip to content

brianpritt/blsh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

C#/Mono shell

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages