list Command
What It’s For
Section titled “What It’s For”Find and jump to worktrees quickly.
What It Does
Section titled “What It Does”- Prints known worktree paths from the workspace.
- Supports shell workflows like
fzfselection. - Helps users navigate without manually searching directory trees.
arashi list [options]Key Options
Section titled “Key Options”-v, --verboseinclude detailed sub-repository information.-j, --jsonoutput JSON.-t, --tableprint a table with headers.--max-depth <depth>set sub-repo discovery depth (default3).
Examples
Section titled “Examples”# Pipe-friendly path listarashi list
# Table outputarashi list --table
# Interactive navigationcd "$(arashi list | fzf)"
# Emit structured worktree dataarashi list --json- Default output is intentionally simple for shell composition.
- Use
--jsonwhen another tool needs structured output. - Standalone mode never traverses sub-repositories.
--max-depthis not supported there, and--verbosereports detailed Git metadata for the standalone repository’s worktrees only.
Related Commands
Section titled “Related Commands”list supports standalone repositories from the main or a linked worktree. See the Standalone Repository workflow for discovery and lifecycle scope.