Hacker News new | ask | show | jobs
by trefoiled 961 days ago
what's your workflow like for situations where you need to poke around in an unfamiliar directory and open files in helix?
5 comments

I mainly use ranger, or some conveniece scripts I've built around ripgrep, ripgrep replace and fd. When i find the file i want I either open it directly to do a small chance or use the fuzzy search in my long running session to open the file.

The only thing I haven't nailed yet is creating files in deeply nested directories.

In general most of the things I used in nvim have now moved back to the terminal which has its pros and cons.

Open the root in helix, use the fuzzy file finder (space-f) for looking up by name path, or global search (space-/) for finding by content.
There are a lot of nice tui s for this, but saidly helix does not support opening new files into an existing session :(
this is the big problem. I hope there's a fix for it someday.
you could try to use ranger or a similar terminal filemanager. it's basically like nvimtree or nerdtree
I use broot :)