jj-vcs/jj

FR: Allow workspace path in `workspace_list` template

Open

#7,114 opened on Jul 28, 2025

View on GitHub
 (4 comments) (1 reaction) (0 assignees)Rust (1,052 forks)batch import
enhancement🏗️good first issuepolish🪒🐃workspaces

Repository metrics

Stars
 (28,830 stars)
PR merge metrics
 (Avg merge 23d 5h) (46 merged PRs in 30d)

Description

Is your feature request related to a problem? Please describe. While jj workspace list can list workspaces by name, I'm not sure how to display where the workspaces are actually located.

Describe the solution you'd like A flag like jj workspace list --show-path should display path information when listing workspaces. Alternatively, the paths could be displayed by default.

Describe alternatives you've considered There could also be a command like jj workspace path to get the path directly.

Additional context

  • #5913

Contributor guide