Well, this is after the 4/29 turmoil and everything seems to be working... Some of the stuff was not commited before the turmoil. However, it seems intact here... My next plan of action is full "disk" encyption with the P7C_ENC protocol and adding built-in P7C and other apps, converting them into "terminal line" tools.

This commit is contained in:
2026-05-05 08:45:37 -04:00
parent 7b2bb509ec
commit b37b5da96f
30 changed files with 86 additions and 8 deletions

12
scripts/help/help.py Normal file → Executable file
View File

@@ -1,2 +1,12 @@
from ..color_print import color_print
def main(args):
print("An unfinished help section! Yay")
# Title
color_print.cprint("HELP SECTION", "ORANGE")
print("=" * 40)
# Entries
color_print.cprint("pointerfile.txt", "GREEN", sameline=True); print(": command aliases")
# Newline
print("")