marvinkreis / rofi-file-browser-extended

Use rofi to quickly open files
MIT License
240 stars 15 forks source link

Feature request: Recursive file showing #10

Closed RaitaroH closed 5 years ago

RaitaroH commented 5 years ago

So I like the idea of the file browser. Unfortunately it only shows you one dir at a time in which case is pretty much like using some vifm/nnn/ranger kinda thing.

My suggestion is: recursively show the files, such as in this case ls -R $dir | rofi

marvinkreis commented 5 years ago

I like this idea. I think it would also make sense to implement a depth limit until which subdirectories are shown. Otherwise it could be a bit overkill for slow hard drives.

Unfortunately, I don't have much time to implement this right now, but I will definitely come back to this, when I have some more time on my hands.

marvinkreis commented 5 years ago

Implemented in 2394a9953c3c80b5bc5b4f8e903a015d9a101b12.