@@ -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