first kfc version

This commit is contained in:
MeexReay 2025-03-21 22:24:30 +03:00
parent fd45ace05d
commit adcdb62513
3 changed files with 3 additions and 3 deletions

View File

@ -25,9 +25,9 @@ Github - https://github.com/MeexReay/poshlostios
* cat <file> - показать содержимое файла * cat <file> - показать содержимое файла
* ppm <i/s/r/u/A/a/l> [package] - пакетный менеджер * ppm <i/s/r/u/A/a/l> [package] - пакетный менеджер
* woman <article> - руководства по всякому * woman <article> - руководства по всякому
* kfc <file> - редактор файлов в стиле vi
Планируется: Планируется:
* прога чтото наподобе nano или vi
* xorg * xorg
` `

View File

@ -1,6 +1,6 @@
{ {
"name": "hello", "name": "hello",
"version": "0.1.3", "version": "0.1.4",
"description": "Hello Message", "description": "Hello Message",
"author": "MeexReay", "author": "MeexReay",
"apps": [ "hello.js" ], "apps": [ "hello.js" ],

View File

@ -1,6 +1,6 @@
{ {
"name": "kfc", "name": "kfc",
"version": "0.0.1-test", "version": "0.1.0",
"description": "Keep Files Customized", "description": "Keep Files Customized",
"author": "MeexReay", "author": "MeexReay",
"apps": [ "kfc.js" ], "apps": [ "kfc.js" ],