this post was submitted on 03 Oct 2025
20 points (100.0% liked)

Linux Questions

2700 readers
69 users here now

Linux questions Rules (in addition of the Lemmy.zip rules)

Tips for giving and receiving help

Any rule violations will result in disciplinary actions

founded 2 years ago
MODERATORS
 

Howdy y'all!

I'm curious about everyone's favorite/most used CLI tool! Please include your favorite as well as your use case if you don't mind. Mine is rsync, which I use to keep my home music storage synced with my music player's SD card.

Runner up is ranger to navigate files. I mainly use this to quickly visually navigate mounted drives that I did not organize myself.

Hope to hear from you all soon, thanks!

you are viewing a single comment's thread
view the rest of the comments
[–] ScientifficDoggo@lemmy.zip 3 points 22 hours ago (1 children)

Oh wow, there's a command line email and calendar client. Thanks for bringing these to my attention. I'm still, slowly, learning vim keybinds so vifm is out for me.

What's the difference between btm and top/btop? What does ag do for you differently than grep?

[–] a14o@feddit.org 3 points 21 hours ago (1 children)

btm is one of many alternatives to top. It works very well for me because it is fast and has nice usability.

I found ag more intuitive to use, and it's lightning fast. Here's a detailed comparison of features: https://beyondgrep.com/feature-comparison/

[–] ScientifficDoggo@lemmy.zip 3 points 21 hours ago

Awesome, I'll check the link out. Thanks for your time.