Thursday, January 19, 2023

Show HN: Awkdoc: javadoc for the shell, written in Awk https://ift.tt/1wYDZhr

Show HN: Awkdoc: javadoc for the shell, written in Awk I like bash, and use it as often as possible. Sometimes the projects become large. I needed a tool to help generate documentation. Makes it easier to step away, come back after some time, and re-acquaint myself with the monstrosity I've wrought. `awkdoc` generates markdown documentation from in-line comments in shell scripts. https://ift.tt/YMfwBCe January 20, 2023 at 03:39AM

No comments:

Show HN: Pyreqwest – Powerful and fast Rust-reqwest based HTTP client for Python https://ift.tt/V6YROPN

Show HN: Pyreqwest – Powerful and fast Rust-reqwest based HTTP client for Python Python has lacked a batteries-included HTTP library that wo...