This repository has been archived on 2025-01-22. You can view files and clone it, but cannot push or open issues or pull requests.
kotRemote/TODO.md
2024-02-16 02:26:13 -07:00

9 lines
No EOL
489 B
Markdown

# 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.