Skip to content

Important!

Aaron Valoroso edited this page Feb 12, 2018 · 3 revisions

Thursday News Bulletin

Recent Release!

I have finally got a great rough version of the command parser working for operators. See the command parser page for a better understanding of what Thursday is currently allowed to consume from the user. There was another update to the DepthFirstSearch method, one I changed the name to the Recursive_Directory_Search method. Even though the depth first search algorithm was great for looping through the file system, but I'm all for efficiency and a smaller code base. So I changed the method to do a recursive find through a given starting point. Works much better.

Still things left to be done...

Some of the things that still need to be done is the testing of the command parser, getting the tab auto complete more efficiently working, and implement the shutdown command. These are some of the tasks that I want to complete the quickest. The main thing that I want to start testing and understanding is how to get Thursday running on its own and not on top of the Bash Shell.

The Goals for Thursday!

The first goal that I want to get done as soon as possible, is to have Thursday run on its own as a proper shell! The second goal is to get all the documentation done for the program and start learning about other shells and how they work and implement some of the features that I like about them and implement them into Thursday. Lastly I want the code base for Thursday to be easily added to for other commands. I want the layout to be as inviting and easily learnable by new people.

Clone this wiki locally