Update 'Better CLI tools'
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) |
|
| Read file content | cat | [bat] | Rust | ✔️ | Package manager (+ choco) |
|
||||||
| Find files by name | find | [fzf] | Go | ✔️ | Package manager (+ choco) |
|
| Find files by name | find | [fzf] | Go | ✔️ | Package manager (+ choco) |
|
||||||
| Count lines of code | cloc | [loc] | Rust | ✔️ | `cargo install loc` |
|
| 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 JSON | *jq?* | [yq] | Go | ✔️ | `go install github.com/mikefarah/yq/v4@latest`|
|
||||||
| Navigate/manipulate HTML | _N/A_ | [pup] | Go | ✔️ | `go get github.com/ericchiang/pup` |
|
| Navigate/manipulate HTML | _N/A_ | [pup] | Go | ✔️ | `go install github.com/ericchiang/pup@latest` |
|
||||||
| Static HTTP file server | _[many]_ | [ran] | Go | ✔️ | `go get -u github.com/m3ng9i/ran` |
|
| Static HTTP file server | _[many]_ | [ran] | Go | ✔️ | `go install github.com/m3ng9i/ran@latest` |
|
||||||
|
|
||||||
[ripgrep]: https://github.com/BurntSushi/ripgrep
|
[ripgrep]: https://github.com/BurntSushi/ripgrep
|
||||||
[loc]: https://github.com/cgag/loc
|
[loc]: https://github.com/cgag/loc
|
||||||
|
|
Loading…
Reference in a new issue