DuskDOS - A lightweight framework for terminal-based apps.

Started by XDuskAshesReal, Apr 06, 2023, 11:20 PM

Previous topic - Next topic

XDuskAshesReal

This is a project I have wanted to develop for a while, and have finally gotten around to doing so. It comes with a few things out of the box.

1. Terminal Utility
2. Customizable info message
3. Some functions already defined
4. Plenty of comments to help development
5. A simple way to add more help messages

The way to view all help messages is 'ls', which will list all available help options with their respective 'ls-#' on top. The format should stay the same to keep users from becoming confused with differing help commands on a per-program basis. The plan for this is to make it into something better and better. First version (1.0a) released 4/6/2023.

wget:
wget https://raw.githubusercontent.com/XDuskAshes/cc_t_programs/main/du-DOS/1.0a/duskDOS_1-0a.lua duskDOS_1-0a.lua
github: https://github.com/XDuskAshes/cc_t_programs/tree/main/du-DOS or https://github.com/XDuskAshes/cc_t_programs/blob/main/du-DOS/1.0a/duskDOS_1-0a.lua

it is recommended (on a per use basis) to change the filename depending on the name of the project you're making using the framework.
-XDuskAshesReal