diff --git a/Better-CLI-tools.md b/Better-CLI-tools.md index fe78b16..0689cda 100644 --- a/Better-CLI-tools.md +++ b/Better-CLI-tools.md @@ -11,9 +11,9 @@ | Read file content | cat | [bat] | Rust | ✔️ | Package manager (+ choco) | | Find files by name | find | [fzf] | Go | ✔️ | Package manager (+ choco) | | Count lines of code | cloc | [loc] | Rust | ✔️ | `cargo install loc` | -| Navigate/manipulate JSON | *jq?* | [yq] | Go | ✔️ | `go get github.com/mikefarah/yq/v4`| -| Navigate/manipulate HTML | _N/A_ | [pup] | Go | ✔️ | `go get github.com/ericchiang/pup` | -| Static HTTP file server | _[many]_ | [ran] | Go | ✔️ | `go get -u github.com/m3ng9i/ran` | +| Navigate/manipulate JSON | *jq?* | [yq] | Go | ✔️ | `go install github.com/mikefarah/yq/v4@latest`| +| Navigate/manipulate HTML | _N/A_ | [pup] | Go | ✔️ | `go install github.com/ericchiang/pup@latest` | +| Static HTTP file server | _[many]_ | [ran] | Go | ✔️ | `go install github.com/m3ng9i/ran@latest` | [ripgrep]: https://github.com/BurntSushi/ripgrep [loc]: https://github.com/cgag/loc