rofi-file-browser-extended
rofi-file-browser-extended copied to clipboard
Use rofi to quickly open files
hey, so whenever i am trying to run filebrowser extended it is giving me this error `rofi: symbol lookup error: /usr/lib/x86_64-linux-gnu/rofi/filebrowser.so: undefined symbol: rofi_icon_fetcher_file_is_image` even though the build was successful.
Add command line options for mapping commands to `kb-custom-1` through `kb-cutsom-10` (`kb-custom-11`+ seem to be reserved for rofi-file-browser-extended operations) e.g.: ``` rofi -modi file-browser -show file-browser \ -file-browser-custom-4 gwenview ```...
Hi, this is more of a question rather than a proper issue. I am never using the "xdg-open" that is triggered by the "return" key. Instead, I always want to...
In many "normal" applications, they open some file dialog to select a file of a certain type. For instance, "choose an image". Magically, the dialog indeed lists only image files....
Great that rofi-file-browser looks for the default config in the standard location under `$XDG_USER_CONFIG_DIR`. However, this is only the user config directory. It would be nice if rofi-file-browser also respected...
So the idea is if a folder has a `cover.jpg` in it or something like that use that image as an icon instead. The other option (still pretty cool) is...
GCC 14 (and above) have enabled certain compiler flags such as Wincompatible-pointer-types that causes build time errors such as rofi-file-browser-extended-1.3.1/src/icons.c:52:57: error: passing argument 2 of ‘g_array_steal’ from incompatible pointer type...