From afc2b3e93437943a7cbd8a9ea0856333855fc2ff Mon Sep 17 00:00:00 2001 From: Hamcha Date: Fri, 12 Nov 2021 08:38:21 +0000 Subject: [PATCH] Update 'Better CLI tools' --- Better-CLI-tools.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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