-
Notifications
You must be signed in to change notification settings - Fork 7
Introduce "install_logs.sh" #48
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
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That doesn't really fix it :)
I think it's annoying to need to copy/paste a URL instead of seeing it directly on your terminal screen.
there'd be a couple solutions:
- use github's api to get the info from github if possible
- use
sudo -iu ebuser git blame
- present "solution" with git config
- create a temporary bare clone where you can run git blame on
ok, I rolled back who_install.sh then, and instead introduced another script |
I'd suggest keeping the old behavior, that is : having the answer in the terminal, and adding a link as extra. |
I just hold Command and click on the URL, nothing to copy/paste, it opens in the browser |
The sorting can be fixed with: |
uh ? |
To sort decreasingly the dates, and show who installed it most recently first |
There's no such sorting in the new script |
No description provided.