Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature Request] Support brace expansion of bash #2313

Open
KSR-Yasuda opened this issue Jun 12, 2024 · 0 comments
Open

[Feature Request] Support brace expansion of bash #2313

KSR-Yasuda opened this issue Jun 12, 2024 · 0 comments

Comments

@KSR-Yasuda
Copy link
Contributor

Could you support brace expansion, that is supported in bash?

For example, the command below:

% git branch -f master{_,}
# Expanded as `git branch -f master_ master`.

Now, fugitive interprets command string literally,
to execute G branch -f master{_,} to create a branch named master{_,}.

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

No branches or pull requests

1 participant