Member-only story
Rust-Powered Command-Line Utilities to Increase Your Productivity
Modern and Fast Tools Under Your Belt
Table of ContentsIntroduction1. du alternatives: dust and dutree
∘ dust
∘ dutree
2. time alternative: hyperfine
3. A fuzzy finder: skim
4. sed alternative: sd
5. top/htop alternatives: ytop and bottom
6. A Bonus TipConclusion
Introduction
Last month, I wrote an article sharing seven Rust-powered command-line utilities.
Those are modern and fast tools you can use every day with your terminal.
Since publishing that original article, I’ve been searching for more Rust-powered command-line utilities, and I discovered more gems that I’m excited to share with you today.
These tools will help you be productive with your terminal work.
I recommend installing Rust. When you install Rust, it will install Cargo as one of the toolchains. And you can install Rust-powered tools with Cargo.
If you want to start learning Rust, this article can help you get started.
Let’s dive in.