

-
Ahh thanks for double checking linux. So sorry about windows support, I created an issue using your build output https://github.com/maaslalani/crow/issues/1 and hopefully I (or someone with a windows machine) can fix it soon!
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
-
Having a diagonal read at the lib it uses path/filepath and by not using any low level packages like sys they don't need to cross build it for different platforms, using fsnotify caught me off guard, I thought I was going to see some low level programming and got excited to see syscall on the imports. Sweet project, reminds me of reflex
-
I’ve been using https://github.com/cortesi/modd for a few years now!
-
go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0-20190314233015-f79a8a8ca69d
-
go: downloading github.com/fsnotify/fsnotify v1.4.9
-
go: downloading github.com/russross/blackfriday/v2 v2.0.1
-
sanitized_anchor_name
Package sanitized_anchor_name provides a func to create sanitized anchor names.
go: downloading github.com/shurcooL/sanitized_anchor_name v1.0.0
-
Nutrient
Nutrient - The #1 PDF SDK Library. Bad PDFs = bad UX. Slow load times, broken annotations, clunky UX frustrates users. Nutrient’s PDF SDKs gives seamless document experiences, fast rendering, annotations, real-time collaboration, 100+ features. Used by 10K+ devs, serving ~half a billion users worldwide. Explore the SDK for free.
-
go: downloading github.com/urfave/cli/v2 v2.2.0
-
runner
Runner is a structured command executer that monitor file changes to trigger process restarts. (by cirello-io)
Might as well throw in https://github.com/cirello-io/runner based on fsnotify, and uses a go implementation of erlang supervisor trees to manage commands that are run on reboot that could panic (eg rebuilding your go server binary and running it).
Related posts
-
Show HN: CREV – A Go-based CLI tool for AI code reviews and codebase exports
-
Docopt: Command-line interface description language
-
Show HN: Web search chatbot with tool interrupt and human-in-the-loop in 130 loc
-
SD: Intuitive find and replace CLI (sed alternative)
-
How to write a programming language and shell in Go with 92% test coverage and [video]