this post was submitted on 28 Aug 2023
76 points (94.2% liked)
Rust
5979 readers
97 users here now
Welcome to the Rust community! This is a place to discuss about the Rust programming language.
Wormhole
Credits
- The icon is a modified version of the official rust logo (changing the colors to a gradient and black background)
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
This was posted a few days ago. It's a great collection.
bat and rg I actually have already.... but now you make me waste so much time fiddling with all these ;)
fd
saves me so much time. I actually understandfind
better than I wish I did, andfd
is just so, so much easier.The advantage of both rg and fd are that they use the Perl-compatible regex syntax that almost every contemporary programming language uses. There's only one thing to learn.