init
This commit is contained in:
parent
7566d848d2
commit
93c05e1d2d
1 changed files with 9 additions and 0 deletions
9
TODO.md
Normal file
9
TODO.md
Normal file
|
@ -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.
|
Loading…
Reference in a new issue