Use ran instead of sfz
This commit is contained in:
parent
a3ceb7b101
commit
e572c17549
1 changed files with 2 additions and 2 deletions
|
@ -15,7 +15,7 @@
|
||||||
| Count lines of code | cloc | [loc] | Rust | ✔️ | `cargo install loc` |
|
| Count lines of code | cloc | [loc] | Rust | ✔️ | `cargo install loc` |
|
||||||
| Navigate/manipulate JSON | _N/A_ | [jq] | C | ✔️ | Package manager (+ choco) |
|
| Navigate/manipulate JSON | _N/A_ | [jq] | C | ✔️ | Package manager (+ choco) |
|
||||||
| Navigate/manipulate HTML | _N/A_ | [pup] | Go | ✔️ | `go get github.com/ericchiang/pup` |
|
| 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
|
[ripgrep]: https://github.com/BurntSushi/ripgrep
|
||||||
[loc]: https://github.com/cgag/loc
|
[loc]: https://github.com/cgag/loc
|
||||||
|
@ -25,6 +25,6 @@
|
||||||
[fzf]: https://github.com/junegunn/fzf
|
[fzf]: https://github.com/junegunn/fzf
|
||||||
[exa]: https://the.exa.website/
|
[exa]: https://the.exa.website/
|
||||||
[many]: https://gist.github.com/willurd/5720255
|
[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
|
1. `exa` doesn't compile on Windows
|
||||||
|
|
Loading…
Reference in a new issue