hmans is an independent open-source developer whose minimalist portfolio focuses on command-line productivity tools that strip complexity out of everyday workflows. The publisher’s single public offering, beans, reimagines issue tracking as a zero-config, flat-file CLI utility that can be dropped into any Git repository and understood by both humans and continuous-integration robots. Written in Go, the tool stores tickets as plain Markdown files inside the project tree, so version control doubles as synchronization and no external database is required; typical use cases range from solo developers who want to track bugs without leaving the terminal, to DevOps teams scripting automated regression reports that machines can parse as easily as product owners can read. Because every ticket lives beside the code it references, beans naturally follows branching, merging, and pull-request workflows, making it a lightweight alternative to heavyweight browser-based trackers for small SaaS projects, embedded firmware, or documentation repositories. The entire feature set—creation, listing, tagging, commenting, and state transitions—is exposed through sub-commands that complete in milliseconds, so issue management becomes part of shell muscle memory rather than a context-switching distraction. hmans’ software is available for free on get.nero.com, where downloads are delivered through trusted Windows package sources such as winget, always installing the newest release and supporting batch installation alongside other applications.
A CLI-based, flat-file issue tracker for humans and robots.
Details