P7MJ's original BUGPy-mOS
  • Python 99.8%
  • Makefile 0.2%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2026-05-06 09:40:35 -04:00
config Experimental p7c, file finding errors. Starting point for testing Full Disk Encryption Ant 2026-05-06 09:39:32 -04:00
scripts Experimental p7c, file finding errors. Starting point for testing Full Disk Encryption Ant 2026-05-06 09:39:32 -04:00
.gitignore 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. 2026-05-05 08:45:37 -04:00
bugpy-mos-0.py Experimental p7c, file finding errors. Starting point for testing Full Disk Encryption Ant 2026-05-06 09:39:32 -04:00
encrypted.p7c_enc Experimental p7c, file finding errors. Starting point for testing Full Disk Encryption Ant 2026-05-06 09:39:32 -04:00
LICENSE 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. 2026-05-05 08:45:37 -04:00
Makefile 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. 2026-05-05 08:45:37 -04:00
README.md 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. 2026-05-05 08:45:37 -04:00
what_next?.txt Added shi, still before FDEA trials. 2026-05-06 09:40:35 -04:00

BUGPY-mOS

BUGS-Python Mock OS

Checklist:

  • finish the help sections in each script function. Currently says bro is lazy
  • Each function must have:
    • A condition checking if args is empty
    • A condition checking -h or --help
    • A condition doing the primary stuff as else
    • All printouts must be "{function_name}: {what_to_talk}"