diff options
| author | Nathan Reiner <nathan@nathanreiner.xyz> | 2023-02-09 23:28:34 +0100 |
|---|---|---|
| committer | Nathan Reiner <nathan@nathanreiner.xyz> | 2023-02-09 23:28:34 +0100 |
| commit | c0570cab3854b4990a77cc9fbbbb145443231718 (patch) | |
| tree | 53d2293a94245f9e8a802c7f305285fa4500d3d5 | |
| parent | cd353d98e91f0d72565a0d07d978b94678ccd2e7 (diff) | |
add rex manual
| -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 |