Skip to content

feat(dev-menu): add Excalidraw as item 16#25

Merged
MCamner merged 2 commits into
mainfrom
feat/dev-menu-excalidraw
Jul 2, 2026
Merged

feat(dev-menu): add Excalidraw as item 16#25
MCamner merged 2 commits into
mainfrom
feat/dev-menu-excalidraw

Conversation

@MCamner

@MCamner MCamner commented Jul 2, 2026

Copy link
Copy Markdown
Owner

What

Wire the existing tools/scripts/excalidraw.sh into the Dev menu as item 16, using the same run_dev_script + dev_repo_path pattern as the other entries.

Why

Excalidraw was only reachable via mqlaunch excalidraw command-mode. The Apps menu that listed it (open_apps_menu) is defined but never invoked from the main menu, so it was effectively unreachable from the TUI. This puts Excalidraw one keystroke from the main menu: 5. Dev → 16. Excalidraw.

Changes

  • terminal/menus/mq-dev-menu.sh
    • MAINTENANCE row: 15. Comment scripts 16. Excalidraw
    • dispatch: 16) run_dev_script "EXCALIDRAW" "$(dev_repo_path "tools/scripts/excalidraw.sh")"

Verification

  • bash -n mq-dev-menu.sh parses clean
  • Simulated dispatch: choice 16 routes to EXCALIDRAW with the correct resolved path, rc=0
  • Target script exists and is executable
  • Apps menu left untouched (not wired in, per request)

🤖 Generated with Claude Code

MCamner and others added 2 commits July 2, 2026 15:06
Wire the existing tools/scripts/excalidraw.sh into the Dev menu using the
same run_dev_script + dev_repo_path pattern as the other entries. Previously
Excalidraw was only reachable via `mqlaunch excalidraw` command-mode; the
Apps menu that listed it (open_apps_menu) is defined but never invoked from
the main menu, so it was effectively unreachable from the TUI.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
@MCamner MCamner merged commit 479158e into main Jul 2, 2026
2 checks passed
@MCamner MCamner deleted the feat/dev-menu-excalidraw branch July 2, 2026 13:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant