Commands
NeoCode supports slash commands for quick actions. Type / in the command bar to see available commands.
Command Bar
Access the command bar by:
- Pressing
Cmd/Ctrl + K - Clicking the command input at the bottom
- Typing
/anywhere
The command bar supports:
- Slash commands (
/start daemon) - Search queries
- Quick math expressions
Service Commands
/start [service]
Start a service.
/start daemon
/start coordinator
/start all/stop [service]
Stop a service.
/stop daemon
/stop all/restart [service]
Restart a service.
/restart gateway/status [service]
Show service status.
/status
/status daemonTab Commands
/open [view]
Open a new tab.
/open daemon
/open cpu
/open gpu
/open console
/open ports/close
Close the current tab.
/close all
Close all tabs.
Log Commands
/clear
Clear the current log view.
/filter [levels]
Filter logs by level.
/filter error
/filter warn,error
/filter info,warn,error/search [query]
Search logs.
/search connection failed
/search "exact phrase"/save logs
Export logs to file.
/copy logs
Copy visible logs to clipboard.
Navigation Commands
/settings
Open settings panel.
/help
Show help and keyboard shortcuts.
/home
Go to home/overview tab.
/sidebar
Toggle sidebar visibility.
/theme [dark|light]
Switch theme.
/theme dark
/theme lightSystem Commands
/update
Check for application updates.
/version
Show current version.
/quit
Exit NeoCode.
Keyboard Shortcuts Reference
On macOS, use Cmd. On Windows/Linux, use Ctrl.
Global
| Shortcut | Action |
|---|---|
Cmd/Ctrl + K | Focus command bar |
Cmd/Ctrl + , | Open settings |
Cmd/Ctrl + Q | Quit application |
F11 | Toggle fullscreen |
? | Show help |
Tabs
| Shortcut | Action |
|---|---|
Cmd/Ctrl + T | New tab |
Cmd/Ctrl + W | Close tab |
Cmd/Ctrl + Shift + T | Reopen closed tab |
Cmd/Ctrl + [ | Previous tab |
Cmd/Ctrl + ] | Next tab |
Cmd/Ctrl + 1-9 | Go to tab 1-9 |
Layout
| Shortcut | Action |
|---|---|
Cmd/Ctrl + B | Toggle sidebar |
Cmd/Ctrl + Shift + B | Toggle right panel |
Cmd/Ctrl + \ | Toggle toolbar |
Services
| Shortcut | Action |
|---|---|
Cmd/Ctrl + Enter | Start service |
Cmd/Ctrl + Shift + Enter | Stop service |
Cmd/Ctrl + Shift + R | Restart service |
Logs
| Shortcut | Action |
|---|---|
Cmd/Ctrl + F | Search logs |
Cmd/Ctrl + L | Clear logs |
Cmd/Ctrl + S | Save logs |
Cmd/Ctrl + C | Copy selected |
Cmd/Ctrl + R | Refresh |
Navigation
| Shortcut | Action |
|---|---|
Cmd/Ctrl + H | Go home |
Escape | Close dialog/panel |
Tab | Next focus |
Shift + Tab | Previous focus |
Command Autocomplete
The command bar provides intelligent autocomplete:
- Start typing a command
- Suggestions appear below
- Use arrow keys to navigate
- Press
Enterto execute - Press
Tabto complete partial command
Custom Commands
Coming soon: User-defined command aliases.
# Example (not yet implemented)
/alias dstart "/start daemon"