I saw this blog from Julia Evans on HN about building a bragging document: <a href="https://news.ycombinator.com/item?id=38826014">https://news.ycombinator.com/item?id=38826014</a> .
It inspired me to create a CLI tool to log my accomplishments in markdown files.<p>I was learning about building CLI applications in Go and this project seemed like a good entry point.<p>I used to maintain a Google Docs as my work log and bragging document but I'll often forget to update it or lose it between my open tabs.
A CLI tool will be present right in my development environment and that removes friction with information logging.<p>Release (v0.1): <a href="https://github.com/bovem/brag/releases/tag/v0.1">https://github.com/bovem/brag/releases/tag/v0.1</a>