Join Nostr
2025-01-11 03:59:23 UTC

Tim Chase on Nostr: Just played around with a CLI utility written in Go that had ~380 lines of code, not ...

Just played around with a CLI utility written in Go that had ~380 lines of code, not including the 62 external dependencies (bringing in another ~230k lines of code)

Replicated the core functionality with fzf(1) and less than 20 lines of shell-function.

Not sure how I feel about this.