Skip to content

Commit 9b48feb

Browse files
authored
Update README to remove duplicate entries
Removed duplicate feature and development details.
1 parent 36121c8 commit 9b48feb

File tree

1 file changed

+2
-12
lines changed

1 file changed

+2
-12
lines changed

README.md

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,13 @@ A browser-based Unix/Linux command emulator with vi editor support.
1111
## Features
1212

1313
- Common Unix commands (ls, cd, cat, mkdir, rm, etc.)
14+
- Add and modify commands
15+
- Customizable filesystem
1416
- Vi/Vim editor with modal editing
1517
- Tab completion
1618
- Command history
1719
- Pipe and redirection support
1820
- Wildcard expansion (`*` and `?`)
19-
- Customizable filesystem
2021
- Custom command support
2122

2223
## Installation
@@ -43,8 +44,6 @@ npm link unix-shell-js
4344

4445
## Development
4546

46-
This library is written in TypeScript and compiled to JavaScript.
47-
4847
### Build Commands
4948

5049
- `npm run build` - Compile TypeScript to JavaScript (outputs to `dist/`) and copy to demo
@@ -58,15 +57,6 @@ This library is written in TypeScript and compiled to JavaScript.
5857
- `npm run test:watch` - Run tests in watch mode
5958
- `npm run test:coverage` - Run tests with coverage report
6059

61-
The project includes comprehensive test suites covering:
62-
- Core shell functionality (commands, navigation, environment)
63-
- File system operations (create, read, delete files/directories)
64-
- File redirection and piping
65-
- Custom command support
66-
- Tab completion
67-
- User switching (su, sudo, exit)
68-
- localStorage persistence
69-
7060
### Project Structure
7161

7262
- `src/` - TypeScript source files

0 commit comments

Comments
 (0)