Commentor: evolution of my Comment Divider (opens in new tab)
A , I wrote a small Nushell script designed to take user-provided text and generate comments formatted for various programming languages. After using it for a while, a few flaws naturally emerged: Limited availability: Being written as a Nushell command restricted its use to those who run this (otherwise great) shell. Performance: Although Nushell performs well overall, heavy text processing isn't its primary strength. General limitations: The script had a restricted set of styles, fixed layo...
Read the original article