Update 'Better CLI tools'

Hamcha 2021-11-12 08:38:21 +00:00
parent 40efa4435f
commit afc2b3e934
1 changed files with 3 additions and 3 deletions

@ -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