mirror of
https://codeberg.org/TicklishHoneyBee/CLIte.git
synced 2026-03-11 09:04:37 +00:00
documentation and version bump
This commit is contained in:
parent
5aa0ee97c9
commit
c674ca0015
2 changed files with 7 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
var clite = {
|
||||
state:{
|
||||
version:'0.3-5',
|
||||
version:'0.3-6',
|
||||
isinit:false,
|
||||
runlevel:1
|
||||
},
|
||||
|
|
|
|||
|
|
@ -38,6 +38,12 @@ uname - prints system information
|
|||
|
||||
vi - visual text editor (very much a wip, very buggy)
|
||||
|
||||
rm - remove files
|
||||
|
||||
chmod - change file modes (permissions)
|
||||
|
||||
mkdir - make a directory
|
||||
|
||||
|
||||
Under Development:
|
||||
view - file viewer, should display files something like the way a
|
||||
|
|
|
|||
Loading…
Reference in a new issue