Cli
As a designer transitioning into what I now call my "vibe-coder" phase, I've developed a particular appreciation for the elegant simplicity of command-line interfaces. Something about the monospaced font, the focused input, and the absence of distractions always felt right. Why couldn't my todo list feel the same way? ASCII-TODO-CLI—a simple command-line tool that would display my weekly tasks...
I wanted an easy way in which I could visualise any directory that i'm navigating on the CLI. Yes, you did have standard npm packages such as "tree" for example, but those were not very helpful for me to understand the overall size of the files. I wanted a more "detailed" tree that could help me gauge how the codebase looks like. For this reason, I created this package — dftree. This generates...
I built a CLI tool that leverages OpenAI to automatically generate concise summaries of git commit changes. You can find the git-commit-summarizer npm package with installation instructions and usage details. The package helps developers: - Quickly understand what changed in complex commits - Generate clear, human-readable summaries of code changes - Save time when reviewing pull requests or...