codelens-tui 1.9.35

Terminal dashboard for CodeLens — project explorer, symbol search, diagnostics
codelens-tui-1.9.35 is not a library.

codelens-tui

Terminal dashboard for CodeLens MCP.

4-panel ratatui-based code intelligence viewer: file tree, symbol list, import graph, and metrics.

Install

cargo install codelens-tui

Usage

# Launch dashboard for current directory
codelens-tui

# Launch for specific project
codelens-tui /path/to/project

# Non-interactive health check
codelens-tui --check

# Machine-readable operator health report
codelens-tui --check --json

# Fail CI if the local index is degraded
codelens-tui --check --strict

Keys

Key Action
Tab Switch panel
↑↓ Navigate
/ File search
s Symbol search
q Quit

License

Apache-2.0