list Command
What It’s For
Find and jump to worktrees quickly.
What It Does
- Prints known worktree paths from the workspace.
- Supports shell workflows like
fzfselection. - Helps users navigate without manually searching directory trees.
Usage
arashi list [options]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
# Pipe-friendly path listarashi list
# Table outputarashi list --table
# Interactive navigationcd "$(arashi list | fzf)"Notes
- Default output is intentionally simple for shell composition.
- Use
--jsonwhen another tool needs structured output.