Skip to Content
NeocodeCommands

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 daemon

Tab 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.

/settings

Open settings panel.

/help

Show help and keyboard shortcuts.

/home

Go to home/overview tab.

Toggle sidebar visibility.

/theme [dark|light]

Switch theme.

/theme dark /theme light

System 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

ShortcutAction
Cmd/Ctrl + KFocus command bar
Cmd/Ctrl + ,Open settings
Cmd/Ctrl + QQuit application
F11Toggle fullscreen
?Show help

Tabs

ShortcutAction
Cmd/Ctrl + TNew tab
Cmd/Ctrl + WClose tab
Cmd/Ctrl + Shift + TReopen closed tab
Cmd/Ctrl + [Previous tab
Cmd/Ctrl + ]Next tab
Cmd/Ctrl + 1-9Go to tab 1-9

Layout

ShortcutAction
Cmd/Ctrl + BToggle sidebar
Cmd/Ctrl + Shift + BToggle right panel
Cmd/Ctrl + \Toggle toolbar

Services

ShortcutAction
Cmd/Ctrl + EnterStart service
Cmd/Ctrl + Shift + EnterStop service
Cmd/Ctrl + Shift + RRestart service

Logs

ShortcutAction
Cmd/Ctrl + FSearch logs
Cmd/Ctrl + LClear logs
Cmd/Ctrl + SSave logs
Cmd/Ctrl + CCopy selected
Cmd/Ctrl + RRefresh
ShortcutAction
Cmd/Ctrl + HGo home
EscapeClose dialog/panel
TabNext focus
Shift + TabPrevious focus

Command Autocomplete

The command bar provides intelligent autocomplete:

  1. Start typing a command
  2. Suggestions appear below
  3. Use arrow keys to navigate
  4. Press Enter to execute
  5. Press Tab to complete partial command

Custom Commands

Coming soon: User-defined command aliases.

# Example (not yet implemented) /alias dstart "/start daemon"