From 93c05e1d2da83d3adf675a22aa161ada71d70f5e Mon Sep 17 00:00:00 2001 From: limepotato Date: Fri, 16 Feb 2024 02:26:13 -0700 Subject: [PATCH] init --- TODO.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 TODO.md diff --git a/TODO.md b/TODO.md new file mode 100644 index 0000000..f10ddaf --- /dev/null +++ b/TODO.md @@ -0,0 +1,9 @@ +# TODO.md +- Create a Jexer window +- 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 +- 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. \ No newline at end of file