This is a heavily interactive web application, and JavaScript is required. Simple HTML interfaces are possible, but that is not what this is.
Post
Carl George
carlwgeorge.bsky.social
did:plc:6p5uonuxs5tu7wobzanjfvts
prompt:
give me a git log command formatted with one commit per line, only including the date in yyyy-mm-dd format, the short commit hash, author name, and author email (in that order)
result:
git log --pretty=format:"%ad %h %an %ae" --date=short
Perfect.
2025-08-25T00:26:33.822Z