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

add custom command ability #41

Open
makapuf opened this issue Feb 6, 2018 · 2 comments
Open

add custom command ability #41

makapuf opened this issue Feb 6, 2018 · 2 comments

Comments

@makapuf
Copy link

makapuf commented Feb 6, 2018

It would be nice to add the ability to run any (git) command on every projects of the workspace.
My main use case here would be to check the sha1 status of each of the projects (by issuing git rev-parse HEAD for each repo) but there can be other uses.

@emlun
Copy link
Collaborator

emlun commented Feb 6, 2018

This has been discussed before (#31)... but I might reconsider given the now doubled demand for it. :)

@makapuf
Copy link
Author

makapuf commented Feb 6, 2018

After reading thw reasons it was closed I can understand. Another possibility would be to add sha1 in the status but I'd say this run or foreach command could be useful and not that simple to implement with a oneliner of you consider the case of deeper git directories or non git dirs besides git dirs . I can also think of gws do -- make

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants