Hacker News new | ask | show | jobs
by mgrandl 750 days ago
For discovering files in an unknown codebase I use the grep feature in Helix (or just ripgrep CLI). Way faster than going through a tree in most cases.
1 comments

Can you give an example of how it is faster than a tree?

How would it work if you don't know the names of all the files or directories?