kotRemote/TODO.md

20 lines
1.2 KiB
Markdown
Raw Normal View History

2024-02-16 02:26:13 -07:00
# TODO.md
2024-02-16 03:05:14 -07:00
~~- Create a Jexer window~~
2024-02-16 04:04:07 -07:00
~~- Create a login prompt~~
2024-02-16 02:26:13 -07:00
- The details entered are then filtered to a command run on the system
2024-02-16 21:38:09 -07:00
~~- on windows this is a ``cmd /c COMMAND /s``~~
2024-02-16 20:06:08 -07:00
~~- and linux well, thats just ``COMMAND``~~
2024-02-16 20:07:17 -07:00
~~- After login prompt,~~ decrypts ~~a directory on the remote file system, which asks for a password in jexer~~
2024-02-16 04:04:07 -07:00
- [TFileOpenBox may be useful for this?](https://git.ouroboros.group/limepotato/jexer/wiki/widget-tfileopenbox)
2024-02-16 02:26:13 -07:00
- 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
2024-02-16 20:06:08 -07:00
~~- Detect system (windows/linux(x11 or wayland?)/terminal?)~~ and environment, ~~then switch Jexers environment based on that~~
2024-02-17 03:35:07 -07:00
~~- Maybe make this not hardcode org servers, rebrand, allow user to customize servers (none at start),~~ and keep them saved, then open-source?
- Allow function of a file browser in Jexer?
2024-02-17 17:09:27 -07:00
- Allow function of a terminal/remote terminal in Jexer?
- Setup build script
- Build and Assemble project .jar
- Move all files to a new directory
- Compress all files into .7z, .tar.gz, and .zip
-