Hacker News new | ask | show | jobs
by CiTyBear 2529 days ago
For those who wants to see some rust in action, here are some OSS tool written in Rust and very efficient:

RipGrep[0]: Replace Grep and it is blazing fast

bat[1]: Replace cat with better display and colours

exa[2]: Replace ls with many more options

[0]: https://github.com/BurntSushi/ripgrep

[1]: https://github.com/sharkdp/bat

[2]: https://github.com/ogham/exa

I do not have any affiliation with them, I just use them a lot

Edit: formatting