kotRemote/TODO.md

11 lines
698 B
Markdown
Raw Normal View History

2024-02-16 02:26:13 -07:00
# 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.
2024-02-16 02:56:35 -07:00
- On exit, the program or server should re-encrypt the directory.
2024-02-16 03:01:12 -07:00
- Probably should have logging of some sort, if something goes wrong for a board member
- Detect system (windows/linux(x11 or wayland?)/terminal?) and environment, then switch Jexers environment based on that