gruntwork-io / git-xargs

git-xargs is a command-line tool (CLI) for making updates across multiple Github repositories with a single command.
https://blog.gruntwork.io/introducing-git-xargs-an-open-source-tool-to-update-multiple-github-repos-753f9f3675ec
Apache License 2.0
935 stars 62 forks source link

Shell expansion #9

Closed zackproser closed 1 year ago

zackproser commented 3 years ago

From Jim:

feature request that will most likely come up in the future is support for shell expansion. That is, given a command foo, the actual command you'd run here is something like bash -c "foo" (on *nix, at least). And then, of course, users will want to be able to configure the shell, and so on... Not worth tackling now. Perhaps just file a bug and come back to it.

zackproser commented 1 year ago

This remains a valid feature request, but the issue is years old and I'm unlikely to get to it anytime soon.