jj-vcs/jj
GitHub ã§èŠãFR: Allow workspace path in `workspace_list` template
Closed
#7,114 opened on 2025幎7æ28æ¥
enhancementðïžgood first issuepolishðªðworkspaces
Repository metrics
- Stars
- Â (28,830 stars)
- PR merge metrics
-  (å¹³åããŒãž 20d 3h) (30d ã§ 58 merged PRs)
説æ
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