From c440068bcafb0b10afcc6dd3aaa06c85a44e490e Mon Sep 17 00:00:00 2001 From: Hamcha Date: Thu, 23 Jan 2020 12:52:05 +0000 Subject: [PATCH] Update 'better-cli.md' --- better-cli.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/better-cli.md b/better-cli.md index 7a0d5b7..4dc528a 100644 --- a/better-cli.md +++ b/better-cli.md @@ -15,7 +15,7 @@ | Count lines of code | cloc | [loc] | Rust | ✔️ | `cargo install loc` | | Navigate/manipulate JSON | _N/A_ | [jq] | C | ✔️ | Package manager (+ choco) | | Navigate/manipulate HTML | _N/A_ | [pup] | Go | ✔️ | `go get github.com/ericchiang/pup` | -| Static file server | _[many]_ | [sfz] | Rust | ✔️ | `cargo install sfz` | +| Static HTTP file server | _[many]_ | [sfz] | Rust | ✔️ | `cargo install sfz` | [ripgrep]: https://github.com/BurntSushi/ripgrep [loc]: https://github.com/cgag/loc