Update README with terminal and CLI documentation
This commit is contained in:
parent
2d7d88fbc6
commit
0fe9fa6543
1 changed files with 19 additions and 0 deletions
19
README.md
19
README.md
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue