Skip to content

Commit 2c44795

Browse files
authored
Update README.md
1 parent 67758ed commit 2c44795

File tree

1 file changed

+19
-2
lines changed

1 file changed

+19
-2
lines changed

README.md

+19-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,19 @@
1-
# CoreShell
2-
A more advanced shell utility written entirely in Python, centred around being lightweight, simple, and familiar.
1+
# CoreShell, A Versatile and Simple Unix-Based CLI
2+
The aim of this project is to make a more improved version of CoreOS that uses more versatile methods of programming allowing for more flexability and productivity during its use.
3+
It will be more alike the Linux shell than CoreOS, but more simple.
4+
The OS aims to support piping, multi-argument commands and much more.\n
5+
There is no collection of data or personal information in this program. It is entirely client side. The program will be entirely Open Source.
6+
7+
### Log
8+
#### 0.0.1 Commands
9+
- cd - change directory
10+
- cl - clear
11+
- cwd - current working directory
12+
- ls - list files in the current working directory
13+
- mode - host os name
14+
- sz - size of a file
15+
- whoami - username
16+
- time - print date and time
17+
- echo - repeats what you type as arguments back as raw text
18+
- kern - interact directly with your system's default console
19+
- man - a manual for each command

0 commit comments

Comments
 (0)