Replies: 1 comment
-
As always it took me more time then it should but the filesystem tests are now complete. I also renamed it to vaults. The tui turns out to be complicated as well. I struggled quite a lot with some bugs inside tview. Why can't they just create something without bugs? That is why I create a cli tool. It is far from perfect but it should work in the end, and it is only something where I can work on to create the definitely GUI. Edit: You can compile it with the command (from the FreePDM directory) with |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I need to update the FileSystem because I did not think about the client-server part of it. The FileSystem should be stateless, but right now it is not. Everything relies on the current working directory, that is only in the server side, but you should have that in the client side.
I think that this will take about a week, maybe two to update the code so that it can be stateless. Lots of testing!
I also think that this requires me to create a TUI or command prompt to interact with the FileSystem from the client side.
So you need to log into the command prompt with your credentials, and after that you get some commands, such as
Beta Was this translation helpful? Give feedback.
All reactions