Thursday | 28 MAR 2024
[ previous ]
[ next ]

EVA - Linux

Title:
Date: 2023-03-14
Tags:  

I have started getting my editor to work with paths and that is definitely going to be a mission. I'm currently hacking it in but I'm trying to make it simple so that I can see what the core idea is and hopefully I don't make too much of a mess. The editor is starting to get very messy and there are too many flags for something so simple so I will need to fix things up.

For now I have the read and writes working from EVA which is a great first step. I still need to get a minor issue fixed with the writes where I'm writing an extra newline character for some reason.

Once I get that sorted, I need to work on novashell to automatically switch to lower case when the forward slash is used. I also want tab completion on my paths. So much to do!