5 more tasks that are better in the terminal

5 more tasks that are better in the terminal

5 more tasks that are better in the terminal

https://www.howtogeek.com/keep-your-browser-closed-x-more-tasks-that-are-better-in-the-terminal/

Publish Date: 2026-03-21 11:30:00

Source Domain: www.howtogeek.com

Ever since I realized that I can avoid creepy web trackers and cross-site scripting just by visiting fewer websites, I’ve been trying to find ways to get more things done within the terminal. I’ve already posted 8 things you can do in the terminal instead of the browser, and I’m hoping to make this an ongoing series.

A little note for Windows users

Set up a WSL box

Most CLI tools are built for Unix-like systems in mind (Linux or macOS), so you might have trouble finding prebuilt packages for Windows. Occasionally, they might be available in the winget repos, but typically they aren’t. That’s not a real issue though, because you can always spin up WSL (or Windows subsystem for Linux) to install and use your command-line tools.

I recommend Arch Linux because you can find pretty much all of these tools in the Arch User Repository.

Tux, the Linux mascot, holding the Windows 11 logo with 'WSL' text in the background.

Related

So You’ve…

Source