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!
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?
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/
Awesome, I’ll check the link out. Thanks for your time.