marvinkreis / rofi-file-browser-extended

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

[Feature request] Backspace with empty string going upwards in path #51

Open spiderbit opened 5 months ago

spiderbit commented 5 months ago

if you open the filechooser and press without anything else backspace it should just go upwards in the file hierarchy so the same as currently hovering ".." and pressing enter.

The advantage is that you can hide ".." yet fast go upwards in file hierarchy, also it's the default behavior from the "find-file" command in emacs, the overlap between emacs users and rofi users should be pretty big.

It seems to be pretty easy to add if you know the source?

p.s.: I also have a guix package package file I could contribute to get it installed in guix, I just didn't look up how to contribute to guix yet.