https://github.com/amar454/mau-scripting
https://github.com/amar454/mau-scripting
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/amar454/mau-scripting
- Owner: amar454
- Created: 2020-12-31T06:44:14.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-01-03T03:05:02.000Z (over 4 years ago)
- Last Synced: 2025-01-30T07:43:04.570Z (4 months ago)
- Language: Python
- Size: 72.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Mau-beta-1.0.11
Description:
Mau is an open source, bash-like shell, created in python.
It has similar commands to bash, although they are noticeably different and
encompass different usage and capability.
Mau also includes a bare-bones text editor called editfile, which can be used to
write basic text files and stuff of the like.
Mau is cross-platform, although mainly designed for Unix-like systems.
Mau is expected to have support until at least 2021Commands:
echo: ARGS, returns ARGS as plain textquit, quits command line
refresh, clears the screen
ls: &[SETTINGS]: &OPT:, lists the current directories files, and subdirectories. If param OPT is filled it will list OPT's files and subdirectories, will return FileNotFoundError if OPT isn't a real directory under the root directory
cat: FILE, will print out a FILE's contents
nset: OPTION: NAME, will change the name of option if option is a nml system name
cset: OPTION: NAME, will change OPTION consoles colored text, with, will throw error is NAME isn't a valid termcolor color.
cd: DIR will change the working directory to DIR if dir is a directory
mkdir: DIR will create a directory with DIR's name if the directory does not already exist in the pwd
mkfile: FILE will create a file with FILE's name if a name with FILE's name does not already exist in the pwd
editfile: FILE will open a basic command line text editor to
Tip:
Type (command) --help for more help with each command