Skip to content

Five CLI Rust Tools

Posted on:September 22, 2022 at 12:00 AM

I love Linux 🐧 🥰

And lately, I’ve been loving Rust as well!

I just came across a listing of “5 CLI Tools Made With Rust To Improve Already Popular Tools” here. Of those on the list, I have already been using 3/5 of them 😆.

In no particular order - bat, exa, ripgrep, dust, bottom.

alias fv='vim $(fz)'
alias fz='rg --files --hidden --follow --ignore-vcs -g "!{node_modules,.git}" | fzf'

BONUS!