Update TODO.md
This commit is contained in:
parent
8f66cd8647
commit
1ff7802849
1 changed files with 4 additions and 4 deletions
8
TODO.md
8
TODO.md
|
@ -3,11 +3,11 @@
|
||||||
~~- Create a login prompt~~
|
~~- Create a login prompt~~
|
||||||
- The details entered are then filtered to a command run on the system
|
- The details entered are then filtered to a command run on the system
|
||||||
- on windows this is a ``cmd /c COMMAND /s``
|
- on windows this is a ``cmd /c COMMAND /s``
|
||||||
- and linux well, thats just ``COMMAND``
|
~~- and linux well, thats just ``COMMAND``~~
|
||||||
- After login prompt, decrypts a directory on the remote file system, which asks for a password in jexer
|
- After login prompt, decrypts a ~~directory on the remote file system, which asks for a password in jexer~~
|
||||||
- [TFileOpenBox may be useful for this?](https://git.ouroboros.group/limepotato/jexer/wiki/widget-tfileopenbox)
|
- [TFileOpenBox may be useful for this?](https://git.ouroboros.group/limepotato/jexer/wiki/widget-tfileopenbox)
|
||||||
- Then the program should open the file browser of some sort, in the remote decrypted folder.
|
- 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.
|
- On exit, the program or server should re-encrypt the directory.
|
||||||
- Probably should have logging of some sort, if something goes wrong for a board member
|
- 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
|
~~- Detect system (windows/linux(x11 or wayland?)/terminal?)~~ and environment, ~~then switch Jexers environment based on that~~
|
||||||
- Maybe make this not hardcode org servers, rebrand, allow user to customize servers (none at start), and keep them saved, then open-source?
|
~~- Maybe make this not hardcode org servers, rebrand, allow user to customize servers (none at start),~~ and keep them saved, then open-source?
|
Loading…
Reference in a new issue