From e572c175498c08073422d69ee90faa9af63581c8 Mon Sep 17 00:00:00 2001 From: Hamcha Date: Tue, 24 Mar 2020 09:07:11 +0000 Subject: [PATCH] Use ran instead of sfz --- better-cli.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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