-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
how to slim the git bulk -q summary --oneline
command [Request for ideas]
#1023
Comments
The (maybe) simplest one: use pipeline. For instance, |
I'd somehow favor to add this in some way to the tool so that others can use it as well. Having in in a python script on my end means I have to create some code what is only there for me. |
What do you think of this approaches:
|
I vote for the second one. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
when you combine the commands
git bulk
andgit summary --oneline
you get a very nice overview of your all your current repos like this:Event though it is pretty nice, there is much redundant information (like the title of each command is contained in each line in each column) what makes it hard to just catch the relevant information.
What I'd have in mind is something like this:
This would be slimmer.
The Problem: Git summary doesn't know that it is used in a bulk command and therefore just prints the title on each field.
I'm more than willing to implement this, but I want to collect ideas how this can be archived the best.
The text was updated successfully, but these errors were encountered: