Update README with terminal and CLI documentation

This commit is contained in:
Claude 2026-01-17 22:38:07 +00:00
parent 2d7d88fbc6
commit 0fe9fa6543
No known key found for this signature in database

View file

@ -35,6 +35,24 @@ A powerful, browser-based IDE specifically designed for Roblox Lua development w
- **Keyboard Shortcuts** - Professional IDE shortcuts
- **Code Preview** - Test your scripts instantly
### 💻 **Interactive Terminal & CLI**
- **Built-in Terminal** - Full-featured command line interface
- **10+ CLI Commands** for Roblox development:
- `help` - Display available commands
- `run` - Execute current Lua script
- `check` - Validate syntax and find errors
- `count` - Count lines, words, characters
- `api <class>` - Lookup Roblox API documentation
- `template [list|name]` - Browse and load templates
- `export [filename]` - Export scripts to .lua files
- `clear` - Clear terminal output
- `info` - Display system information
- `echo` - Print text to terminal
- **Command History** - Navigate previous commands with ↑/↓ arrows
- **Auto-completion** - Tab-complete command names
- **Smart Suggestions** - Context-aware command hints
- **Toggle with Cmd/Ctrl + `** - Quick terminal access
### 🎨 **Customization**
- **5 Beautiful Themes**:
- **Dark** - Classic dark theme for comfortable coding
@ -74,6 +92,7 @@ A powerful, browser-based IDE specifically designed for Roblox Lua development w
| `Cmd/Ctrl + N` | New project |
| `Cmd/Ctrl + F` | Find in editor |
| `Cmd/Ctrl + Shift + F` | Search in all files |
| ``Cmd/Ctrl + ` `` | Toggle terminal |
## 🚀 Getting Started