diff --git a/better-cli.md b/better-cli.md index 4dc528a..e734913 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 HTTP file server | _[many]_ | [sfz] | Rust | ✔️ | `cargo install sfz` | +| Static HTTP file server | _[many]_ | [ran] | Go | ✔️ | `go get -u github.com/m3ng9i/ran` | [ripgrep]: https://github.com/BurntSushi/ripgrep [loc]: https://github.com/cgag/loc @@ -25,6 +25,6 @@ [fzf]: https://github.com/junegunn/fzf [exa]: https://the.exa.website/ [many]: https://gist.github.com/willurd/5720255 -[sfz]: https://github.com/weihanglo/sfz +[ran]: https://github.com/m3ng9i/ran 1. `exa` doesn't compile on Windows