Use ran instead of sfz

This commit is contained in:
Hamcha 2020-03-24 09:07:11 +00:00
parent a3ceb7b101
commit e572c17549
1 changed files with 2 additions and 2 deletions

View File

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