Skip to content

Allow projectile-dired commands to prompt for a project#1978

Open
bbatsov wants to merge 1 commit intomasterfrom
feature/1684-dired-prefix-arg
Open

Allow projectile-dired commands to prompt for a project#1978
bbatsov wants to merge 1 commit intomasterfrom
feature/1684-dired-prefix-arg

Conversation

@bbatsov
Copy link
Owner

@bbatsov bbatsov commented Feb 15, 2026

Summary

  • projectile-dired, projectile-dired-other-window, and projectile-dired-other-frame now accept a prefix argument
  • With C-u, they prompt for a known project to open in dired instead of using the current project

Closes #1684

Test plan

  • M-x projectile-dired — opens current project root in dired (unchanged)
  • C-u M-x projectile-dired — prompts for a project, then opens it in dired
  • Same behavior for -other-window and -other-frame variants

Closes #1684

With a prefix argument, projectile-dired, projectile-dired-other-window,
and projectile-dired-other-frame now prompt for a known project to open
in dired, rather than always using the current project.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[feature] project-dired with prefix-argument prompts for a project

1 participant