diff options
| -rw-r--r-- | man/rex.md | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/man/rex.md b/man/rex.md new file mode 100644 index 0000000..f24295e --- /dev/null +++ b/man/rex.md @@ -0,0 +1,32 @@ +# Welcome To reX + +## About + +reX stands for **r**idiculous **e**xiguous uni**X**. +It aims to be a extremely slim operating system based on the Unix idea. +But reX is not POSIX-compliant because there are enough out there. + +## Author + +This whole project was started and is written by Nathan P. Reiner. +You can share it's source code, and change it (for more information see the licence.) + +## System + +This is the provided core by **reX**: + +- smash small shell +- read read files and the standart input +- write write stdin to files +- clear clears the screen +- env show and set env +- ls show content of directory +- mdv markdown viewer +- pager a simple pager +- powerctl power control +- tctl terminal control +- print print strings to the prompt + +The following are additional utilities written in **smash**: + +- rtm read the manual, a manual viewer |