claude-explorer
v0.2.0
Published
A TUI file explorer for Claude Code CLI
Maintainers
Readme
claude-explorer
A terminal-based file explorer designed to work alongside Claude Code CLI. View your project structure in a split-pane TUI while using Claude Code.
Installation
npm install -g claude-explorer
# or
bun install -g claude-explorerUsage
# Start in current directory
claude-explorer
# Start in specific directory
claude-explorer --path /path/to/project
# Adjust tree width (10-50%)
claude-explorer --tree-width 25
# Show hidden files
claude-explorer --show-hiddenHow it works
This package downloads the pre-built native binary for your platform from GitHub Releases during installation. No Rust toolchain required.
Supported platforms
- macOS (Apple Silicon / Intel)
- Linux (x86_64 / ARM64)
- Windows (x86_64)
Alternative installation methods
# From crates.io
cargo install claude-explorer
# Homebrew (macOS/Linux)
brew install jsleemaster/tap/claude-explorerLicense
MIT - see LICENSE
