diff --git a/TODO.md b/TODO.md index aa85dea..28f9a5d 100644 --- a/TODO.md +++ b/TODO.md @@ -1,10 +1,11 @@ # TODO.md ~~- Create a Jexer window~~ -- Create a login prompt +~~- Create a login prompt~~ - The details entered are then filtered to a command run on the system - on windows this is a ``cmd /c COMMAND /s`` - and linux well, thats just ``COMMAND`` - After login prompt, decrypts a directory on the remote file system, which asks for a password in jexer + - [TFileOpenBox may be useful for this?](https://git.ouroboros.group/limepotato/jexer/wiki/widget-tfileopenbox) - Then the program should open the file browser of some sort, in the remote decrypted folder. - On exit, the program or server should re-encrypt the directory. - Probably should have logging of some sort, if something goes wrong for a board member