Skip to content

Commit e754a5a

Browse files
committed
Update readme
1 parent acedcf9 commit e754a5a

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

README.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,22 @@ rustup will automatically install the correct version and components.
3131
- **`yes`** - Output strings repeatedly
3232
- **`pwd`** - Print current working directory
3333

34-
### In Development
34+
### Currently in Development
3535

3636
- **`ls`** - List directory contents (basic functionality implemented)
37+
- **`cat`** - Concatenate and display files (basic functionality implemented,
38+
missing most options)
3739
- **`mkdir`** - Create directories (missing standard options like -p, -m, -v)
3840

41+
### Missing
42+
43+
The project is still in early development, so the majority of standard Unix
44+
utilities remain unimplemented. Rather than maintaining an exhaustive list of
45+
missing commands, we're focusing on building a solid foundation with the core
46+
utilities first. As the project matures and more commands are added, this
47+
section will be expanded to highlight specific gaps and implementation
48+
priorities.
49+
3950
## Usage
4051

4152
All utilities support standard `--help` and `--version` flags. Options after

0 commit comments

Comments
 (0)