cybercitizen4@lemm.ee to Asklemmy@lemmy.ml · 1 month agoWhat's a handy terminal command you use often?message-squaremessage-square277fedilinkarrow-up1228arrow-down16
arrow-up1222arrow-down1message-squareWhat's a handy terminal command you use often?cybercitizen4@lemm.ee to Asklemmy@lemmy.ml · 1 month agomessage-square277fedilink
minus-squarejbrains@sh.itjust.workslinkfedilinkarrow-up3·1 month agoNo, eza is one of those modern Rust replacement programs. It replaces ls.
minus-squareemb@lemmy.worldlinkfedilinkarrow-up1·edit-21 month agoThere’s a whole bunch of cool modern replacements. Here’s a handy list: altbox.dev I personally use bat and rg all the time, and find them much more suitable for everyday tasks. Edit: And to clarify, I didn’t create either list, they’re just ones I’d bookmarked at some point.
minus-squarebradboimler@lemmy.worldlinkfedilinkEnglisharrow-up2·1 month agoThe mobile site doesn’t have the list. I was so confused.
minus-squareemb@lemmy.worldlinkfedilinkarrow-up2·1 month agoEw, sorry. This list is similar and more accessible: https://github.com/ibraheemdev/modern-unix
minus-squarejbrains@sh.itjust.workslinkfedilinkarrow-up2·1 month agoEven better than rg is rga. Indeed, you have a fine list.
No,
eza
is one of those modern Rust replacement programs. It replacesls
.There’s a whole bunch of cool modern replacements. Here’s a handy list: altbox.dev
I personally use
bat
andrg
all the time, and find them much more suitable for everyday tasks.Edit: And to clarify, I didn’t create either list, they’re just ones I’d bookmarked at some point.
The mobile site doesn’t have the list. I was so confused.
Ew, sorry. This list is similar and more accessible:
https://github.com/ibraheemdev/modern-unix
Even better than
rg
isrga
. Indeed, you have a fine list.