What simple tools or products are you most proud of making?(2022)
I saw this old thread on HN https://news.ycombinator.com/item?id=12957371 and I am interested in what other tools people have developed in last 6 years.
I made a debugging/tracing tool called logitall that adds a console.log() to every line of a Javascript codebase. It’s helped me figure out numerous complex codebases and fix bugs much faster
https://github.com/ElonVolo/logitall