Git repository summary on your terminal
github.com
Git repository summary on your terminal
1–10 of 27 posts
Re: Git repository summary on your terminal
#2I thought this committed all my terminal commands to a git repo. It doesn’t but now I want something like that.
Re: Git repository summary on your terminal
#3I thought this committed all my terminal commands to a git repo. It doesn’t but now I want something like that.
You could do that with a GitHub action quite easily.
Re: Git repository summary on your terminal
#4Is there a mac binary or homebrew formula?
Re: Git repository summary on your terminal
#5I thought this committed all my terminal commands to a git repo. It doesn’t but now I want something like that.
I hashed together something like this in my dotfiles a few years ago. Big parts were logging each command run to my own history files (marked with machine and date), rotating those logs, and a cronjob to sync it with GitHub.
Only took a few hours to set up.
Re: Git repository summary on your terminal
#6Reminds me of Ohloh (now OpenHub) but for your own projects and on command line.
Re: Git repository summary on your terminal
#7What's with the color palette at the bottom? Can I turn off the graphic?
Overall this is almost certainly becoming a staple of my toolbox.
Re: Git repository summary on your terminal
#8Is there a mac binary or homebrew formula?
`cargo install onefetch` should work
Re: Git repository summary on your terminal
#9What's with the color palette at the bottom? Can I turn off the graphic? Overall this is almost certainly becoming a staple of my toolbox.
Interestingly enough the color palette doesn't appear for me :)
Re: Git repository summary on your terminal
#10What's with the color palette at the bottom? Can I turn off the graphic? Overall this is almost certainly becoming a staple of my toolbox.
It's trying to be like neofetch for showing off your terminal theme on /r/unixporn