Update TODO.md

This commit is contained in:
nelle 2024-02-19 16:17:28 -07:00
parent 190050915e
commit 3e3786dd92

12
TODO.md
View file

@ -1,7 +1,7 @@
# TODO.md # TODO.md
~~- Create a Jexer window~~ ~~- Create a Jexer window~~
~~- 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~~
@ -13,8 +13,8 @@
~~- 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?
- Allow function of a file browser in Jexer? - Allow function of a file browser in Jexer?
- Allow function of a terminal/remote terminal in Jexer? - Allow function of a terminal/remote terminal in Jexer?
- Setup build script ~~- Setup build script~~
- Build and Assemble project .jar ~~- Build and Assemble project .jar~~
- Move all files to a new directory ~~- Move all files to a new directory~~
- Compress all files into .7z, .tar.gz, and .zip ~~- Compress all files into .7z, .tar.gz, and .zip~~
- -