You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't know if this is worth documenting, but I was playing with the CLI referenced using pageres and came up with a fun little ("little" 😜 ) one-liner:
Aside from a little tempfile and date manipulation to render only the final file into "~/Downloads", it depends on https://github.com/eddieantonio/imgcat to render the image into terminal.
great work with all these tools!
The text was updated successfully, but these errors were encountered:
Hello,@IonicaBizau
I would like to take this documentation task . Let me if I can work on this. What exactly would you like to be added in the document only the code or the image of the execution ..?
I don't know if this is worth documenting, but I was playing with the CLI referenced using
pageres
and came up with a fun little ("little" 😜 ) one-liner:TMP=$(mktemp)".html";OUT=gitstats-"$(date '+%Y-%m-%d')".png;rm $OUT && git-stats --raw | git-stats-html -o $TMP && pageres $TMP 775x250 --filename="gitstats-<%=date%>" && imgcat $OUT
Aside from a little tempfile and date manipulation to render only the final file into "~/Downloads", it depends on https://github.com/eddieantonio/imgcat to render the image into terminal.
great work with all these tools!
The text was updated successfully, but these errors were encountered: